Arbuzov / hass-broadlink-ac-mqtt

Home Assistant broadlink MQTT addon repository
Apache License 2.0
30 stars 7 forks source link

Not getting any info from AC unit #34

Open patchido opened 8 months ago

patchido commented 8 months ago

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:

uzairfarooq commented 4 months ago

Facing same. Was working fine a few weeks back

uzairfarooq commented 4 months ago

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.