Arbuzov/hass-broadlink-ac-mqtt

Not getting any info from AC unit

Opened this issue · 2 comments

i get no info out of the unit

i only get this on the log:

Starting Monitor...
(200, ('192.168.100.28', 80))
Stopping
Starting Monitor...
(200, ('192.168.100.28', 80))
Stopping
Starting Monitor...
(200, ('192.168.100.28', 80))
Stopping
Starting Monitor...
(200, ('192.168.100.28', 80))
Stopping
Starting Monitor...
(200, ('192.168.100.28', 80))
Stopping
Starting Monitor...
(200, ('192.168.100.28', 80))
Stopping

this is my yaml

service:
daemon_mode: true
update_interval: 10
self_discovery: false
bind_to_ip: false
mqtt:
host: 192.168.100.49
port: 1883
client_id: ac_to_mqtt
user: mqtt-user
passwd: #########
topic_prefix: /aircon
auto_discovery_topic: homeassistant
auto_discovery_topic_retain: false
discovery: false
devices:

  • ip: 192.168.100.28
    mac: ###############
    name: Clima
    port: 80

Facing same. Was working fine a few weeks back

I had 2 ACs. One of them was not connected to wifi. I removed disconnected one from configuration that and the other one started to work fine.