b3nn0 / hassio-addon-ism7mqtt

HomeAssistant Addon for running ism7mqtt to fetch data from Wolf heaters
Apache License 2.0
18 stars 3 forks source link

Ism7MQTT not starting - v0.0.16 #58

Closed BuchAir closed 2 weeks ago

BuchAir commented 2 weeks ago

I am running HA on a RPi4, 2024.4.0, with Mosquitto Broker. However the Add-On does not start

Logger: homeassistant.components.hassio Quelle: components/hassio/websocket_api.py:135 Integration: Home Assistant Supervisor (Dokumentation, Probleme) Erstmals aufgetreten: 23:31:44 (1 Vorkommnisse) Zuletzt protokolliert: 23:31:44

Failed to to call /addons/bf7963f0_ism7mqtt/start - Unknown error, see supervisor

Who can help me locate my problem? Greetings, Lukas

b3nn0 commented 2 weeks ago

And what does the addons's log say? And what does your config look like?

BuchAir commented 2 weeks ago

Thank you for asking :-) I hope you can help, since I am clueless

The addons log only states: "Aktualisieren" (=push for update) When doing so, nothing happens, unfortunately.

Bildschirmfoto 2024-06-17 um 01 44 22 Bildschirmfoto 2024-06-15 um 23 48 17 Bildschirmfoto 2024-06-15 um 23 32 06

Config file:

device_name: Wolf interval: 60 additional_devices: [] debug_logging: true mqtt_port: 1883 ism7_ip: 192.168.1.177 ism7_password: xxxxxxx

Any clue?

b3nn0 commented 2 weeks ago

I think this is a problem in your HA, not with the addon... What kind of install are you running? HAOS? Did you try a reboot?

BuchAir commented 2 weeks ago

I am running HAOS on a Raspberry4. And I have rebooted many times. Would you know where on HA to find further logs (or other indications) which I could gather for you to get a better picture? Many thanks, Lukas

b3nn0 commented 2 weeks ago

Well, it tells you to check the supervisor logs, so that's a good point to start. image

BuchAir commented 2 weeks ago

I just spent plenty of time looking through the various logfiles and found some other warnings. In order to clean up, I removed some items and did multiple reboots. Now I was able to start the addon and it just started collecting data. I will observe an learn as i go :-)

Thank you for the assistance and the patience. And even a bigger thank you for the programming work :-)