|
|
|
|
|
by athrun
652 days ago
|
|
I was thinking of doing the same but IR control only allows for unidirectional communication with the unit. Since there's no feedback mechanism, how do you solve for when the state of the unit(s) gets out of sync with HomeAssistant's? |
|
It just doesn't matter that much in my experience. If an issued command didn't work, it's easy to tell anyway (it's hot/cold), and you can just repeat it. HomeAssistant also has bits of special handling for items that don't communicate their state back, called "assumed state".
For the rare times I want to control my AC when being away from home, I have an air monitor nearby. I can just check if the temperature/humidity has changed, and repeat the command if it didn't work. If you _really_ cared you probably could script it to do it automagically, but I didn't feel the need to bother.