AirCon icon indicating copy to clipboard operation
AirCon copied to clipboard

Climate device unavailable

Open samuelolteanu opened this issue 2 years ago • 2 comments

I'm using Home Assistant addon. When Home Assistant server (not core) restarts and/or after restores a snapshot/backup, the previously working climate enity is unavailable. Don't know what fixes it temporarily: core restart, addon restart or addon reinstall. I always end up trying out all 3... Update: seems that stopping the mqtt broker, restarting core and starting back the mqtt broker will do the job.

samuelolteanu avatar Aug 12 '22 20:08 samuelolteanu

Hi I have the same issue with addon, I am able to have my devices back restarting the addon, here it is a possible solution that seem to work:

  • id: restart_hisense alias: "Restart hisense" trigger:
    • platform: homeassistant event: start action: service: hassio.addon_restart data: addon: c34eddb3_hisense_ac mode: parallel

The even "start" is fired in the very final reload phase in my case the name of the addon is c34eddb3_hisense_ac, I do not know if this name is the same for everyone, and if it changes after update o reinstall

saveriospeziali avatar Aug 28 '22 18:08 saveriospeziali

I have a problem that's a kind of simaler like this. It looks when i call a service to heat or cool, the airco is unavailable before ! that. When i restart the addon the airco is in Home Assistant available again.

For now i added an automation to restart the service when it is unavailabe for 1 minute. But unfortunately is that not enough to controll the climate in a room.

APSlagboom avatar Sep 28 '22 22:09 APSlagboom