e1z0 / nbe-blackstar-homeassistant

NBE Blackstar+ Pellet Burner MQTT Integration into Home Assistant via Home Assistant Auto Discovery protocol
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Add docker compose via portainer #2

Open THorst92 opened 1 year ago

THorst92 commented 1 year ago

Hi,

I run home assistant os on my RPi4 and have portainer installed. I tried to create a stack with the personalized docker-compose_aarch64.yml. I see the messages (echo...) from the docker_init in the console of the container, but then nothing happens. It seems that the python script is not running/executed, because I do not see the log outputs in the console. Do you know what might be the problem?

Best regards,

Thorsten

e1z0 commented 1 year ago

Hi,

Did you tried enable debugging? It does not output much if everything is okay, but if something goes wrong, you definitely will get some errors. Try to to subscribe to the mqtt topic and watch for the updates (it takes few seconds)

mosquitto_sub -v -h <mqtt_broker_ip> -p 1883 -t 'nbeblackstar/#'
THorst92 commented 1 year ago

Hi, thanks for the hint. It seems to work. As you said there was not much output. Unfortunately since the Container was up some strange behaviors occurred in Home Assistant. I will try to write a native Home Assistant Addon. Maybe this will fix it.