Jake's old code still exists on HPM. I have submitted a pull request to get the respitory link updated to mine. Not sure how long that normally takes. In the meantime, I would caution against installing / updating from HPM.
Pull requests must be approved by the original coder @jakelehner, but since he is MIA I'm not sure this will happen anytime soon.
If you don't get any feedback from him, check the licence he used for his code and if you can, just rename everything, change the namespace in every file so that it does not interfere with the original, give it a new name or add version number at the end, give credit where credit is due then have a your new app added to HPM. Then you can start a new thread for discussing your new app.
Jon ... I THINK I know the answer - but ... is there any way for this integration to turn off notifications -does that work? I tried it - and if I look at the device details it does appear to work ... but when I look at the settings for that same camera on my phone - nope, it doesn't do anything. PS this is with CAM PLUS. Also - I tried same on IFTTT doesn't work there either although it has a feature to do just that.
Should have clarified. I did submit to jake originally with not response. Hpm also requires a pull request to add a new respository to the directory (which i have also done).
Something may have changed with the refresh token. I am out of town for a few days but i will see if i can find anything later this week. Open to any ideas.
Does this allow you to turn "off" wyze cameras from within hubitat? Like the same way you can temporarily disable cameras from recording within the wyze app? I would prefer to automate this from hubitat so I can turn off certain cameras when we're home. I realize I could get a smart plug and just cut power to the camera via hubitat but I'd rather it'll utilize the built in controls.
I didn't get the original app to work (auth issue with login), and with the latest tweaked app I was ablentologin and see my devices (2ncolor bulbs), but ran into issues and couldn't add them. I got the following error message in the log:
2023-09-15 10:40:42.970 AMerrorcom.hubitat.app.exception.UnknownDeviceTypeException: Device type 'WyzeHub Color Bulb' in namespace 'jakelehner' not found on line 796 (method pageMenu)
app:302023-09-15 10:40:42.884 AMinfo[WyzeHub] Adding device type MeshLight with mac 7C78B2328DC5
I was however able to make my wyze bulbs turn on by an aqara motion sensor by creating a virtual switch that was toggled by the aqara motion sensor. I was able to import the virtual switch device into Google Home and make the wyze bulbs turn on/off by the state of the virtual switch.
Hey, now that you're sort of maybe hopefully can I buy you a coffee taking this on...would you consider adding sensor functionality? (contact, motion, water)
Seems like there are a few python project that have accomplished this, so it might be possible...
I don't have any other these so testing this may be difficult. I will do some additional research but it looks like it may pull events the same way I currently do for the cams.
The issue will always be in terms of polling. It will never be real-time data unless you are constantly refreshing and will most likely hit a rate limit.