Page 1 of 1

Nefiteasyhttpserver does not auto start on RPI

Posted: Wednesday 11 December 2019 22:17
by Domoberry
Hi Forum,
Probably something simple, but me, unexperienced with RPI OS, cannot pinpoint the cause. Tips appreciated!
After a RPI reboot, the nefiteasyhttpserver does not automatically start, I recall it used to start.
For installation I followed the steps from https://www.domoticz.com/wiki/NefitEasy. All steps execute as expected and the NefitEasy thermostat works in Domoticz. I'm running version 9-Strech according to os-release file on RPI3B.
I would suspect I messed something up with the startup script. It is present as /home/pi/nefiteasyhttpserver.sh and executing

Code: Select all

pm2 start /home/pi/nefiteasyhttpserver.sh
works as expected.
Related question: which mechanism takes care of auto-starting nefiteasyhttpserver up after reboot?
Thanks!