j'avais installé Domoticz il y a plusieurs mois sur mon Rpi 3 sans aucun succès.
Je pensais que réinstaller ça maintenant serait une partie de plaisir, mais non.
J'ai installé raspbian puis la commande
Code : Tout sélectionner
curl -L install.domoticz.com | sudo bashMais lorsque je veux accéder à la page web de domoticz, rien ne fonctionne.
Les ports 8080 et 443 ne sont pas ouverts
pi@domoticz:~/domoticz $ wget localhost:8080
--2017-11-29 15:56:26-- http://localhost:8080/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:8080... failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:8080... failed: Connection refused.
Une idée du pourquoi?pi@domoticz:~/domoticz $ netstat -antu
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:49132 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp6 0 0 :::5353 :::*
udp6 0 0 :::50092 :::*
Je précise que les commandes suivantes ne donnent rien
Code : Tout sélectionner
pi@domoticz:~/domoticz $ sudo service domoticz.sh stop
pi@domoticz:~/domoticz $ sudo service domoticz.sh start