Closed RyuzakiKK closed 1 year ago
/cc @cgtobi
Please let me know if you need more info or logs.
Hey there @cgtobi, mind taking a look at this issue as it has been labeled with an integration (netatmo
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
netatmo documentation netatmo source (message by IssueLinks)
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
Steps to reproduce
Expected behavior
The chosen temperature should be applied to the thermostat and immediately displayed in HA
Actual behavior
The chosen temp is correctly applied to the thermostat. However in HA the temperature reverts to its previous value.
You have to wait several minutes (probably for the polling interval to kick in) before your chosen temperature gets updated correctly in HA.
This is a gif to show what happens. Please check the mouse to notice when the gif ends.
Steps to reproduce
I noticed a second bug, that could be related to the first one. If you prefer a separate bug report, just let me know.
Expected behavior
The chosen preset should be applied to the thermostat and immediately displayed in HA
Actual behavior
As for the temperature, the chosen preset is correctly applied to the thermostat, but in HA the entry gets reset to its previous value.
Differently to the temperature though, if you choose the preset "Boost" or "Frost Guard" or "Away", even after waiting for the polling to kick in, the preset in HA will always stay either unset or at "Schedule". It seems like "Schedule" is the only preset that the integration is able to handle.
Additional info
My HA installation is not reachable from the Internet, and this is causing a warning at startup:
AFAICT the Smarther integration should just revert to polling to retrieve the latest status. And in fact, this seems to be the case for the temperature value.
But even in polling, it doesn't seem right that your chosen value would immediately revert and then you would have to wait for the next polling to get the correct value.
What version of Home Assistant Core has the issue?
2023.2.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Smarther
Link to integration documentation on our website
https://www.home-assistant.io/integrations/smarther/
Diagnostics information
config_entry-netatmo-0465447465dcfa9667dfda6bb9823750.json.txt
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response