Domoticz wasn't getting any data from the Nefit-easy, so I tried ./easy-server.sh start and it showed the following:
./easy-server.sh: line 45: /var/run/easy-server.pid: Permission denied
nohup: appending output to ‘/var/services/homes/admin/nohup.out’
Using sudo ./easy-server.sh start the message was:
nohup: appending output to ‘nohup.out’
Now Domoticz is getting data. I'll try rebooting tomorrow. EDIT: script is running automatically after reboot. Thanks.
But what is this nohup.out file all about? Seems unnecessary to me. Can I somehow stop this form being created and filled?
The nohup.out file is filling up with data about every 30 seconds
The nohup.out file contains the following:
HTTP server listening on
http://127.0.0.1:3000
127.0.0.1 - - [02/Dec/2018:20:08:00 +0000] "GET /bridge/ecus/rrc/uiStatus HTTP/1.1" 200 494 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:08:00 +0000] "GET /bridge/heatingCircuits/hc1/actualSupplyTemperature HTTP/1.1" 200 163 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:08:00 +0000] "GET /bridge/system/appliance/displaycode HTTP/1.1" 200 101 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:08:31 +0000] "GET /bridge/ecus/rrc/uiStatus HTTP/1.1" 200 494 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:08:31 +0000] "GET /bridge/heatingCircuits/hc1/actualSupplyTemperature HTTP/1.1" 200 161 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:08:31 +0000] "GET /bridge/system/appliance/displaycode HTTP/1.1" 200 101 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:09:01 +0000] "GET /bridge/ecus/rrc/uiStatus HTTP/1.1" 200 494 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:09:02 +0000] "GET /bridge/heatingCircuits/hc1/actualSupplyTemperature HTTP/1.1" 200 161 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:09:02 +0000] "GET /bridge/system/appliance/displaycode HTTP/1.1" 200 101 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:09:32 +0000] "GET /bridge/ecus/rrc/uiStatus HTTP/1.1" 200 494 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:09:33 +0000] "GET /bridge/heatingCircuits/hc1/actualSupplyTemperature HTTP/1.1" 200 163 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"
127.0.0.1 - - [02/Dec/2018:20:09:33 +0000] "GET /bridge/system/appliance/displaycode HTTP/1.1" 200 101 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/601.36 (KHTML, like Gecko) Chrome/53.0.59193.0 Safari/601.36"