wyze-sdk
wyze-sdk copied to clipboard
A modern Python client for controlling Wyze devices.
Was using the plug off function with time delay just fine. One day it stopped working and I had to set rule in Wyze app to turn off now Still...
New bulb type requires refresh of how we handle bulbs. There is a new device model `HL_HWB2` that needs to be added and it appears to be a similar management...
I have been piecing together (albeit, extremely slowly) a HomeKit Bridge Accessory implementation via [`HAP-python`](https://github.com/ikalchev/HAP-python) from @ikalchev. I know @shauntarves has been asking for me to publish this for some...
resolves: #41 `control_light` seems to be vestigial and I couldn't find anywhere that it was being utilized aside from being defined in `BulbProps`. Additionally, the `PropDef` seems to have been...
New product - https://wyze.com/wyze-light-switch.html Is this already supported, and does it plan to be supported? Thanks!
I think with the newer/beta version of the Wyze Vacuum, the protobuf map definition [_robot_map_proto](https://github.com/shauntarves/wyze-sdk/blob/a8933f714618894a13a4d272bc2cb3c0475edd0a/wyze_sdk/models/devices/vacuums.py#L218) has changed so some users are experiencing crashing when asking for `sweep_rooms` See here for...
Specifically heart rate monitor data, I'm trying to bake that into a bot that'll tell me when my BPM is spiking instead of...I guess buying a cuff / alarm like...
Since `wyze-sdk` has a dependency on `blackboxprotobuf`, the version of `protobuf` it uses is very strict ([3.10.0](https://github.com/ydkhatri/blackboxprotobuf/blob/master/requirements.txt)). There are other components as part of Home Assistant that require a completely...
Per title; if possible the functionality to trigger a wyze cam to take a photo would be immensely useful. Saving a snap to SD card is something they can do...