I installed Domoticz from scratch.
I used 2017-08-16-raspbian-stretch-lite.img
logged on on the pi with putty (192.168.0.122) with is handled by dhcp reservatino in my router
Code: Select all
sudo su
sudo raspi-config
changed hostname
changed timezone
expanded filesystem
reboot
sudo curl -L install.domoticz.com | sudo bash
both http and https
http 8080
https 443
install path /home/pi/domoticz
reboot
apt-get update
apt-get upgrade
reboot
sudo su
service domoticz start
service domoticz status
Code: Select all
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Fri 2017-09-22 17:55:18 CEST; 4min 5s ago
Docs: man:systemd-sysv-generator(8)
Process: 383 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SU
CGroup: /system.slice/domoticz.service
Sep 22 17:55:17 HomePiOne systemd[1]: Starting LSB: Home Automation System...
Sep 22 17:55:18 HomePiOne domoticz.sh[383]: /home/pi/domoticz/domoticz: error wh
Sep 22 17:55:18 HomePiOne systemd[1]: Started LSB: Home Automation System.
Deze site is niet bereikbaar
192.168.0.122 heeft de verbinding onverwacht verbroken.
Probeer het volgende:
Controleer de verbinding
Controleer de proxy en firewall
Windows Netwerkcontrole uitvoeren
ERR_CONNECTION_CLOSED
Can somebody explain?