hristo-atanasov / Tasmota-IRHVAC

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

Not working #55

Closed ahmaddxb closed 2 years ago

ahmaddxb commented 2 years ago

Tasmota IR 10.0.0 Home Assistant 2021.12.3

image

stopped working for me. Buttons dont work temp cant be set, i see no output over mqtt

nao-pon commented 2 years ago

@ahmaddxb The LWT MQTT message may not be processed correctly.

Please let us know the value of command_topic. The device name may be masked.

nao-pon commented 2 years ago

I created PR #56. Try setting the availability_topic option correctly using the following file:

https://github.com/hristo-atanasov/Tasmota-IRHVAC/blob/cef518a4a01472b9f7a9caff68998d27add68afc/custom_components/tasmota_irhvac/climate.py

If you are customizing the full Tasmota topic, you need to set the option availability_topic correctly.

availability_topic: "[TOPIC]/tele/LWT"

The default is availability_topic: "tele/[TOPIC]/LWT".

UPDATE: To set new options, update climate.py and then restart HA, then set the options and then restart HA again.

ahmaddxb commented 2 years ago

command_topic: "cmnd/sonoff/irbridge/irhvac"

ahmaddxb commented 2 years ago

did the changes all good now