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

Thermostat updates in mobile app but not on thermostat itself #78

Open
th3jesta opened this issue Jan 10, 2024 · 4 comments
Open

Thermostat updates in mobile app but not on thermostat itself #78

th3jesta opened this issue Jan 10, 2024 · 4 comments

Comments

@th3jesta
Copy link

Hello, Home Assistant user, here. I've had a problem for a long time where temperature and various other updates via Home Assistant will be reflected on the mobile Wyze app, but not on the thermostat itself. This was reported by someone else and ignored on the Home Assistant Wyze integration repository here: SecKatie/ha-wyzeapi#437

After doing some digging, I found the same behavior was reported in another Wyze API Python library here: shauntarves/wyze-sdk#15

They solved the issue by changing the endpoint of various set functions from set_iot_prop to set_iot_prop_by_topic. I checked the code for this repo's thermostat control and it appears to me that it is indeed using set_iot_prop to set various states.

@brg468
Copy link
Collaborator

brg468 commented Jan 20, 2024

Have you tried changing the endpoint yourself? I don’t have any thermostats so I don’t have a way to test if it works or not.

@brg468
Copy link
Collaborator

brg468 commented Jan 20, 2024

Actually I just looked and it appears it is using set_iot_prop_by_topic already.

@th3jesta
Copy link
Author

Whoops. I guess mistook the get with the set.

I wish I knew what was going on , here. I would love to be able to use the integration for more than turning the HVAC on and off. It used to work.

@brg468
Copy link
Collaborator

brg468 commented Jan 25, 2024

Yea I don’t see anything obviously different than what Shaun has in his code. I’d troubleshoot more, but like I said, I don’t have the thermostat, sorry!

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

2 participants