Honeywell Evohome Monitoring

Have you looked at this for Evogateway. This is what I ran on a separate PI with nanocul and then used mqtt to HA.

https://github.com/smar000/evoGateway

1 Like

I had trouble with the installation of the prerequisites which were listed in the requirements.txt. But I’ll put that down to my less than complete knowledge of Linux.

I had it configured as a service. I could never get it to start automatically on boot. So if I did reboot the PI I always had to restart the service using systemctl start evogateway. I didn’t mind doing this as after a reboot I liked to log in and check the events.log file anyway to ensure it was collecting packets.

1 Like

To automatically startup a service at boot you type:

sudo systemctl enable evogateway