hristo-atanasov / Tasmota-IRHVAC

Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible hardware
196 stars 67 forks source link

Set status to unavailable if the tasmota IR blaster/receiver goes out of network #22

Closed RobinSinghNanda closed 2 years ago

RobinSinghNanda commented 3 years ago

I am currently facing a issue where sometimes my tasmota IR blaster/receiver discounts randomly disconnects from the network (poor wifi connection). Currently there is no indication on home assistant on where the IR HVAC can take commands or not. The status of device still show as available. Please add a feature to change the status to unavailable in case the it blaster/receiver device goes out of the network.

It can be achieved using the availability_topic feature of tasmota. availability_topic: "tele//LWT" payload_available: "Online" payload_not_available: "Offline"

I can also work on this feature in case no one is available.

hristo-atanasov commented 2 years ago

Implemented in v2021.12.18