Arbuzov / hass-broadlink-ac-mqtt

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

Keeps stopping #2

Open Sibren opened 2 years ago

Sibren commented 2 years ago

Hi,

I've installed the plugin, but it keeps stopping:

s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun broadlink-ac-mqtt (no readiness notification)
s6-rc: info: service legacy-services successfully started
Starting Monitor...
(200, ('192.168.1.46', 80))
Stopping
Starting Monitor...
(200, ('192.168.1.46', 80))
Stopping
Starting Monitor...
(200, ('192.168.1.46', 80))
Stopping
Starting Monitor...
(200, ('192.168.1.46', 80))
Stopping

My settings:

daemon_mode: true
update_interval: 10
self_discovery: false
bind_to_ip: false
host: addon_core_mosquitto
port: 1883
client_id: ac_to_mqtt
user: **
passwd: **
topic_prefix: /aircon
auto_discovery_topic: homeassistant
auto_discovery_topic_retain: false
discovery: false
- ip: 192.168.1.46
  mac: e868e75732a6
  name: Airco
  port: 80

Mosquito logs:

1659555350: New connection from 172.30.33.1:52039 on port 1883.
1659555350: New client connected from 172.30.33.1:52039 as ac_to_mqtt (p2, c1, k60, u'**').
1659555351: Client ac_to_mqtt disconnected.

What could this be? Version: 0.6.2 HA version: 2022.7.7 Mosquito: 6.1.2

oopiicaa commented 2 years ago

I have the same issue, but it's happening on core ac2mqtt integration, not only on this HASS addon. Idk what's the problem though - maybe it's the WiFi module or the code itself. I don't have sufficient knowledge to debug anything :)

Slawek-kl commented 2 years ago

I have the same issue.

danil-molotok commented 1 year ago
nicopereira commented 1 year ago

be sure to have the correct IP and MAC address in config

danil-molotok commented 1 year ago

be sure to have the correct IP and MAC address in config

image

image

kaaspad commented 1 year ago

has anyone been able to solve this? I'm having the same problem - endless loop of: Start Monitor… (200, (‘192.168.1.100’, 80)) Stopping

nothing comes up in mqtt

oopiicaa commented 1 year ago

It's the same for me... I'm running the original integration in Ubuntu WSL, where it works - but as a HA add-on, it just keeps stopping.

kaaspad commented 1 year ago

I tried the original on hassos but can’t install pycrypto , pip keeps giving error. I’m on a proxmox vm with hassio. The other pips installed, any idea how to get around this?

kaaspad commented 1 year ago

ok I figured something out, parser is not valid anymore in python 3.10, in the original manual version I removed the line import parser and it started working. maybe something similar needs to be done here.

tomycz commented 1 year ago

Same problem here. :(

s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun broadlink-ac-mqtt (no readiness notification) s6-rc: info: service legacy-services successfully started Starting Monitor... (200, ('192.168.1.49', 80)) Stopping Starting Monitor... (200, ('192.168.1.49', 80)) Stopping Starting Monitor... (200, ('192.168.1.49', 80))

config: `service: daemon_mode: true update_interval: 10 self_discovery: false bind_to_ip: false mqtt: host: 192.168.1.6 port: 1883 client_id: ac_to_mqtt user: mosquitto passwd: m0squ1tt0 topic_prefix: /aircon auto_discovery_topic: homeassistant auto_discovery_topic_retain: false discovery: false devices:

HAS 2022.11.3

Maximus48p commented 1 year ago

Same issue

i'm using docker variant: https://github.com/broadlink-ac/broadlink_ac_mqtt_docker