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
Related question: which mechanism takes care of auto-starting nefiteasyhttpserver up after reboot?
Thanks!