-
Notifications
You must be signed in to change notification settings - Fork 72
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
When air is off after some time it drops the temp to 15 #117
Comments
I think this problem is not coming from the integration, but from the AC and its remote. When you use this custom component it remembers the last received temperature, either from the card in HA, either from the AC remote. |
Is there any way to ignore comands below the minimum temp? |
For the AC or for the component? |
For the climate component in HA, that is its an off command do not take the temp or if the temp is below the minimum set temp to dont change ir either |
It is from the remote, the problem tele/ac_juegos/RESULT = {"IrReceived":{"Protocol":"LG2","Bits":28,"Data":"0x88C0051","DataLSB":"0x1031008A","Repeat":0,"IRHVAC":{"Vendor":"LG2","Model":2,"Mode":"Cool","Power":"Off","Celsius":"On","Temp":15,"FanSpeed":"Auto","SwingV":"Off","SwingH":"Off","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"On","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1}}} |
This can be implemented. :) I'm thinking of 2 new variables |
Great, thanks for all the work |
@jbrandek Can you try the code from this branch and give a feedback if it works for you? ignore_off_temp: True |
Sure im not home but as soon as i get there i will try it and let you know |
The new functionality is working good, but when i was trying it i saw that it missed a few commands from the remote, it didnt happened before but i will get the normal version back and try it to see if its a problem wirh the receiver or maybe this change something |
keep testing and everything works good, dont know what happend with those lost commands but i tried with console and HA both open and everything works perfect Thanks |
I'm happy to hear that it works. I'll move to the main branch soon and will make a release so you can stick to the official release. :) |
Thank you for the fast changes |
Dont understand why but after some time that the air if off it drops the temperature to 15, and its annoing to set the temp up as it beeps each time.
Is there any way to save the temp when off?
The text was updated successfully, but these errors were encountered: