Keeps stopping
Opened this issue · 11 comments
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
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 :)
I have the same issue.
-
- I have the same issue. Has anyone found a solution?
be sure to have the correct IP and MAC address in config
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
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.
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?
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.
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:
- ip: 192.168.1.49
mac: ec0baed3aaed
name: Nappali
port: 80`
HAS 2022.11.3
Same issue
i'm using docker variant: https://github.com/broadlink-ac/broadlink_ac_mqtt_docker