Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light Bulb does not reflect real state #25

Open
whreams opened this issue Dec 19, 2020 · 2 comments
Open

Light Bulb does not reflect real state #25

whreams opened this issue Dec 19, 2020 · 2 comments

Comments

@whreams
Copy link

whreams commented Dec 19, 2020

Real state of light bulb is not matching the HB status. Using the Wyze app, I toggle the state, and the HB state/HK state does not match.

@whreams whreams changed the title LIght Bulb does not reflect real state Light Bulb does not reflect real state Dec 19, 2020
@whreams
Copy link
Author

whreams commented Dec 19, 2020

Could be related???

[12/19/2020, 5:23:05 PM] [Wyze] Request failed: Error: read ETIMEDOUT
[12/19/2020, 5:23:05 PM] [Wyze] Error, refreshing access token and trying again

@whreams
Copy link
Author

whreams commented Dec 23, 2020

After a few days of use, (new wyze user - old HB user) there seems to be some bouncing in the state when JSON is fed to the HB plugin. As I feed JSON to a bulb, it sometimes reacts correctly to the JSON, other times it bounces back a response of what the state of the bulb was before the request to change it. Example:

Requested State:
{
"On": true,
"Brightness": 25,
"ColorTemperature": 400
}

Current State:
{
"On": false,
"Brightness": 25,
"ColorTemperature": 400
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant