I reinstalled. Errors starting the service. Rebooted the pi and the service start errors were gone.
Trying to start the gui:
The website at http://192.168.1.251:5005/ seems to be unavailable. The precise error was:
Could not connect: Connection refused
This is my conf file contents:
Don't know what to do next.
Code:
pi@raspberrypi:~ $ sudo service piSchedule status
● piSchedule.service - LSB: Start|Stop service for piSchedule
Loaded: loaded (/etc/init.d/piSchedule)
Active: active (exited) since Wed 2016-05-18 21:42:23 CEST; 1min 19s ago
Process: 426 ExecStart=/etc/init.d/piSchedule start (code=exited, status=0/SUCCESS)
May 18 21:42:23 raspberrypi piSchedule[426]: status : 0
May 18 21:42:23 raspberrypi piSchedule[426]: sunrise : 2016-05-18 0...1
May 18 21:42:23 raspberrypi piSchedule[426]: sunset : 2016-05-18 2...1
May 18 21:42:23 raspberrypi piSchedule[426]: switchTime : 0
May 18 21:42:23 raspberrypi piSchedule[426]: version : 0.7.5
May 18 21:42:23 raspberrypi piSchedule[426]: weekSchedule : {}
May 18 21:42:23 raspberrypi piSchedule[426]: ** piSchedule {server}:{port} ...<
May 18 21:42:23 raspberrypi piSchedule[426]: ** piSchedule.prefs status:0
May 18 21:42:23 raspberrypi systemd[1]: Started LSB: Start|Stop service for ....
May 18 21:42:23 raspberrypi piSchedule[426]: /home/pi/piSchedule75/piSchedul....
Hint: Some lines were ellipsized, use -l to show in full.
Trying to start the gui:
The website at http://192.168.1.251:5005/ seems to be unavailable. The precise error was:
Could not connect: Connection refused
This is my conf file contents:
Code:
{
"piScheduleHome": "/home/pi/piSchedule75",
"pilightVersion": "7.0",
"locale": "EN",
"pilightPort": 5001,
"switchTime": 0,
"news": "dl.dropboxusercontent.com/u/35444930/piSchedule7/news75.txt",
"port": 5005,
"sunrise": "2016-05-18 05:42:21",
"piScheduleDoc": "piSchedule7",
"iniFile": "newDaySchedule.ini",
"version": "0.7.5",
"location": "Eersel",
"latitude": "51.3575",
"pilightExpected": "7.0",
"status": 0,
"newsDate": "",
"geo": "ip",
"longitude": "5.3181",
"server": "192.168.1.251",
"sunset": "2016-05-18 21:28:01",
"weekSchedule": {},
"piDBox": "dl.dropboxusercontent.com/u/35444930/",
"ssdp": "no pilight ssdp connections found"
}
Don't know what to do next.