wyze-sdk
wyze-sdk copied to clipboard
A modern Python client for controlling Wyze devices.
Hi Shaun, I tried this at the top of my app to capture when I need to refresh my access token: ``` try: client = Client(token=ACCESS_TOKEN) api_response = client.api_test() except...
I've written a function to iterate through a list of bulbs and get their is_on status, but no matter the state of the bulbs, it's returning False. Snippet: ``` api_response...
I am trying to sync my V3s to a NTP server but I don't see a method for that. The Wyze app has the "sync time" button but it is...
Hi Shaun, I am attempting to create a script that will run periodically to monitor my cameras and flag/send an alert if any go down or die or lose network...
First off, great work! Hopefully I didn't overlook this, but I was wondering if there was support for accessing/controlling the accessories that connect to the Cam v3's, specifically garage door,...
_Support for Wyze Air Purifier with potential use cases:_ **Control:** - Auto - Manual (Min/Mid/Max/Turbo) Timer (1hr/2hr/4hr/8hr/custom) (Device Lock/Unlock) - Sleep - Off **Report:** - current/historical AQI - Filter Type...
First of all, thank you for this library - this is exactly what I've been looking for for building a connector from Wyze to Garmin Connect. https://github.com/shauntarves/wyze-sdk/blob/284172fffe86c65a404a0e95e55535a11def597a/wyze_sdk/service/scale_service.py#L167 The start_time isn't...
I was curious if anyone has ever run into "service unavailable" 503 errors? I've seen this happen occasionally and then after a few minutes the api calls work again. Doesn't...
My wyze account logs in with my google account, i also created an API Key, how can i login since i kinda miss the EMAIL/Password method? ``` import os from...
Hi Shaun, Long time supporter of the project and have been using it for a project of my own. I have noticed that there are a few, at least three,...