-
Notifications
You must be signed in to change notification settings - Fork 70
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
New UI controls incomplete / not working #131
Comments
Similar to this: |
yes, but the problem is not the missing modes, those can be added via additional card configuration. The real problem is that I cannot set target temperatures anymore. It also seems to mix up the current temperature and the target temperature. |
As You can see in the legacy ticket, the target temp. is also missing. (The 70F -next to the icon- should be the current temp.) |
well, I was aware to reproduce by a faulty formed json: if you are not initialize the temperature value, and the default value is null, then it can happen that you miss the +/- buttons and you are not able set the temp. <= Since you are not able to set any target temp, then you will get back null. :D - vicious circle... |
According to this, there is another way of thinking in my mind...
Some developer opinion would be appreciated! |
min_temp, max_temp and target_temp are all set in my config |
here is what i did to restore functionality, you only have to do it once per entity:
As soon as you make this service call the thermostat entity is going to get the target temperature information, the plus and minus buttons as well as full functionality. |
Thank you @reloadxero ! Even after HA restart, works as it should. |
Thank you @reloadxero, confirmed working |
Thank you @reloadxero |
Thank you @reloadxero, it's working. FYI, I have 3 tasmota-irhvac configured devices, one of them had this issue after HA 2024.2 update. |
@nao-pon Do you have any suggestion how can we resolve it in the code during init? (I would like to avoid to send any/fake temperature to the tasmota after HA restart, because my devices are beeping after any command, and it is annoying) |
For some reason, it seems that the saved target temperature cannot be restored. I'm not sure if this will affect it, but I'm making some modifications to the master, so can I try it out with the current master first to see how it behaves? You can install it by selecting master in the HACS redownload selection. |
It fixed on 2024.6.2. Thanks! 👍 |
Since HA update to 2023.12.0 my airconditioners based on IRHVAC cannot be controlled properly anymore. Target temperature is not displaying and cannot be be set via UI. See screenshot below:
The text was updated successfully, but these errors were encountered: