You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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
toset_iot_prop_by_topic
. I checked the code for this repo's thermostat control and it appears to me that it is indeed usingset_iot_prop
to set various states.The text was updated successfully, but these errors were encountered: