wyze-sdk
wyze-sdk copied to clipboard
A modern Python client for controlling Wyze devices.
Greetings, I recently picked up a few Wyze light strips (regular and pro) and am hoping to see support for these in the future. I would be happy to help...
Unknown device type detected - Lock Gateway spews immediately after call to client.devices_list() - Yet the lock gateway and door lock both appear in the device list. - SDK lock...
Is there a way to turn the thermostat fan on/off independent of heating? The only choices appear to be AUTO, CYCLE, ON. ON appears straight forward. AUTO I assume means...
The lock gateway type is reported by Wyze as "GateWay" versus the current setting of "gateway". I don't know how static these values are, or if gateway was ever valid....
Is there a way to access the Rules used with a device? I've been searching and not finding any methods which access rules or properties of devices where rules are...
@shauntarves this a really notable Python package! Any plan for adding push notification from the events?
To try and keep on the good side of Wyze, the sdk should implement caching on the api "get" calls (where states are not changing, etc), and add args to...
I haven't been able to find anything in the provided bulb info that indicates whether a mesh bulb is currently in color mode or white mode. Wondering if there's anything...
When we set thermostat lock state using the API it goes through fine and updates the key in info as well but same does not reflect on mobile application.
Hello, I'm looking to control the pincode for the door lock over the web. I want to be able to automate the creation and removal of pins programmatically. Thank you.