Ilia Sotnikov

Results 11 comments of Ilia Sotnikov

For those interested in Docker images still I've added an automation that produced unofficial Docker images out of latest release, https://github.com/hostcc/RPi-Reporter-MQTT2HA-Daemon-docker. Using that is as simple as doing `docker pull...

@andersnorlin , apologies for omitting that - I thought I've added some instructions. You could run it using the command: `docker run -d /dev/vcio:/dev/vcio -v :/etc/rpi-mqtt-daemon/:ro --security-opt="systempaths=unconfined" --group-add video ghcr.io/hostcc/rpi-reporter-mqtt2ha-daemon-docker:v1.8.5`...

@andersnorlin > have the config here from trying the install out of docker > > /opt/RPi-Reporter-MQTT2HA-Daemon/config.ini > > Should I use that location for "path to directory where you put...

@andersnorlin , to address the issue below running the daemon in container I've submitted https://github.com/ironsheep/RPi-Reporter-MQTT2HA-Daemon/pull/107 once - I'll look at publishing the image off of that. I'm running that version...

@andersnorlin , I've prepared the image out of #107 (corresponds to `d1168a5` below) - you could give it a try: `ghcr.io/hostcc/rpi-reporter-mqtt2ha-daemon-docker:d1168a5`

> Why do I get this ? > > UserWarning: Can not find any timezone configuration, defaulting to UTC. I'll check, I think I might forgotten to add a tzinfo...

> @hostcc > > 🥳 I got it up and running now did some rookie mistakes in the configuration files but now it works. > > Thanks 🙏 @andersnorlin, congrats...

> > You might want to add `-v /etc/apt:/etc/apt:ro -v /var/lib/apt/:/var/lib/apt/:ro` to the Docker options to run the container, that should get you OS update information reported. > > Like...

> That fixed everything now it looks super. Many thank's 🙏 Very pleased to help! I'll now finally add some docs on how to run the Docker image - thanks...

@andersnorlin , I've added support for APT packages to the image - when you'd pull it again, the daemon should be able to report on last update/pending updates status.