Domoticz inaccessible après installation
Domoticz inaccessible après installation
Bonjour,
Je viens d'installer Domoticz sur mon Raspberry 3, j'ai suivi la doc suivante http://www.domoticz.com/wiki/Installing ... all_update qui n'est pas bien compliqué puis qu'il suffit d'exécuter la commande sudo curl -L install.domoticz.com | sudo bash
J'instlatle et ensuite je tente d'y accéder depuis mon raspberry avec http://127.0.0.1:8080 mais là....rien du tout....site inacessible, j'ai essayé avec l'adresse IP du raspberry mais rien...
Merci pour viotre aide
Je viens d'installer Domoticz sur mon Raspberry 3, j'ai suivi la doc suivante http://www.domoticz.com/wiki/Installing ... all_update qui n'est pas bien compliqué puis qu'il suffit d'exécuter la commande sudo curl -L install.domoticz.com | sudo bash
J'instlatle et ensuite je tente d'y accéder depuis mon raspberry avec http://127.0.0.1:8080 mais là....rien du tout....site inacessible, j'ai essayé avec l'adresse IP du raspberry mais rien...
Merci pour viotre aide
Re: Domoticz inaccessible après installation
Bonjour, moi perso , j'ai suivie ce tuto https://easydomoticz.com/domotique-comm ... ux-debian/.
A tu redémarres le raspberry
A tu redémarres le raspberry
Re: Domoticz inaccessible après installation
Bonjour à tous et toutes .
J'ai le meme problème (sur Raspberry pi 2), après installation impossible d’accédé a l'interface web.
Lorsque je lançais domoticz en manuelle via putty j'avais un message d'erreur concernant la libssl1.0.0.
Je l'ais donc installer manuellement. Je n'ai plus le message d'erreur mais domoticz ne demarre pas quand meme.
Instalation réaliser depuis ce tuto https://easydomoticz.com/domotique-comm ... ux-debian/. (Raspbian stretch litle).
Voici ce que me donne un sudo service domoticz.sh status :
j'ai aussi vérifier si domoticz ecoutait sur le port 8081 puisque c'est celui que j'ai sélectionner pendant l'installation .
Visiblement le processus n'a pas démarrer.
Ensuite j'ai lancer domticz manuelement pour voir ce qu'il pouvait me dire:
Donc il me répond Instruction non permise puis stop.
Dernière chose je suis aller voir dans le syslog avec la commande tail:
Résultat je n'en sais pas plus .
Si quelqu'un a une idée sur l'origine du problème je suis preneur
Merci.
J'ai le meme problème (sur Raspberry pi 2), après installation impossible d’accédé a l'interface web.
Lorsque je lançais domoticz en manuelle via putty j'avais un message d'erreur concernant la libssl1.0.0.
Je l'ais donc installer manuellement. Je n'ai plus le message d'erreur mais domoticz ne demarre pas quand meme.
Instalation réaliser depuis ce tuto https://easydomoticz.com/domotique-comm ... ux-debian/. (Raspbian stretch litle).
Voici ce que me donne un sudo service domoticz.sh status :
Code : Tout sélectionner
pi@Domoticz:~ $ sudo service domoticz.sh status
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Sat 2017-09-09 13:56:29 CEST; 44s ago
Docs: man:systemd-sysv-generator(8)
Process: 812 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUCCESS)
Process: 826 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SUCCESS)
sept. 09 13:56:28 Domoticz systemd[1]: Starting LSB: Home Automation System...
sept. 09 13:56:29 Domoticz domoticz.sh[826]: Illegal instruction
sept. 09 13:56:29 Domoticz systemd[1]: Started LSB: Home Automation System.
pi@Domoticz:~ $Code : Tout sélectionner
root@Domoticz:/var/log# netstat -paunt
Connexions Internet actives (serveurs et établies)
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 400/sshd
tcp 0 224 192.168.1.135:22 192.168.1.200:58934 ESTABLISHED 440/sshd: pi [priv]
tcp 0 0 192.168.1.135:22 192.168.1.200:58932 ESTABLISHED 421/sshd: pi [priv]
tcp6 0 0 :::22 :::* LISTEN 400/sshd
udp 0 0 0.0.0.0:49880 0.0.0.0:* 236/avahi-daemon: r
udp 0 0 0.0.0.0:5353 0.0.0.0:* 236/avahi-daemon: r
udp 0 0 0.0.0.0:68 0.0.0.0:* 399/dhcpcd
udp6 0 0 :::36318 :::* 236/avahi-daemon: r
udp6 0 0 :::5353 :::* 236/avahi-daemon: r
root@Domoticz:/var/log#
Ensuite j'ai lancer domticz manuelement pour voir ce qu'il pouvait me dire:
Code : Tout sélectionner
pi@Domoticz:~ $ cd domoticz
pi@Domoticz:~/domoticz $ ./domoticz
Instruction non permise
pi@Domoticz:~/domoticz $
Dernière chose je suis aller voir dans le syslog avec la commande tail:
Code : Tout sélectionner
pi@Domoticz:/var/log $ tail syslog
Sep 9 13:54:20 Domoticz systemd[1]: Starting LSB: Home Automation System...
Sep 9 13:54:21 Domoticz domoticz.sh[620]: Illegal instruction
Sep 9 13:54:21 Domoticz systemd[1]: Started LSB: Home Automation System.
Sep 9 13:55:56 Domoticz systemd[1]: Reloading.
Sep 9 13:56:25 Domoticz systemd[1]: Reloading.
Sep 9 13:56:28 Domoticz systemd[1]: Stopping LSB: Home Automation System...
Sep 9 13:56:28 Domoticz systemd[1]: Stopped LSB: Home Automation System.
Sep 9 13:56:28 Domoticz systemd[1]: Starting LSB: Home Automation System...
Sep 9 13:56:29 Domoticz domoticz.sh[826]: Illegal instruction
Sep 9 13:56:29 Domoticz systemd[1]: Started LSB: Home Automation System.
pi@Domoticz:/var/log $
Si quelqu'un a une idée sur l'origine du problème je suis preneur
Merci.
Re: Domoticz inaccessible après installation
Bonjour,
Pour beaucoup, une librairie ne fonctionne pas correctement. Dans ton cas il ne semble pas que cela soit ça mais au cas où... cette manip a sauvé beaucoup de monde :
Puis
Pour beaucoup, une librairie ne fonctionne pas correctement. Dans ton cas il ne semble pas que cela soit ça mais au cas où... cette manip a sauvé beaucoup de monde :
Code : Tout sélectionner
wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_armhf.debCode : Tout sélectionner
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.debRe: Domoticz inaccessible après installation
Merci pour ton aide.
J'ai déjà installer la libssl1.0.0 mais domoticz ne démarre pas quand même
Par contre mimo1612 tu devrais essayer.
Je vais installer jessie pour voir si domoticz fonctionne.
J'ai déjà installer la libssl1.0.0 mais domoticz ne démarre pas quand même
Par contre mimo1612 tu devrais essayer.
Je vais installer jessie pour voir si domoticz fonctionne.
Re: Domoticz inaccessible après installation
Volia , tester sous jessie ... aucuns problèmes.
Re: Domoticz inaccessible après installation
Bonjour, je viens d'installer domoticz sur Raspberry pi3b, j'utilisais précédemment domoticz sur un nas syno.
Ca a été la galère pour accéder a l'interface domoticz sur le pi, j'ai suivi bon nombre de tutos et a chaque fois c'était la meme chose, accès non autorisé ou page inaccessible.
Ce matin , en réinstallant, j'ai changé les ports de domoticz pendant l'installation, et oh miracle ça a fonctionné directement!
Je suis sous stretch.
Ca a été la galère pour accéder a l'interface domoticz sur le pi, j'ai suivi bon nombre de tutos et a chaque fois c'était la meme chose, accès non autorisé ou page inaccessible.
Ce matin , en réinstallant, j'ai changé les ports de domoticz pendant l'installation, et oh miracle ça a fonctionné directement!
Je suis sous stretch.
Re: Domoticz inaccessible après installation
Merci, pour l'astuce mais dans mon cas ca n'a pas fonctionné (rpi1 512Mo)
j'ai du passer en Jessie aussi :http://www.domoticz.com/forum/viewtopic.php?f=3&t=19341
j'ai du passer en Jessie aussi :http://www.domoticz.com/forum/viewtopic.php?f=3&t=19341
RPI 1B, RFXtrx433e, 2 x Chacon fils pilote (4 radiateurs RDC, 2 ETG) , 5x T°, 3x T° 1-Wire, téléinfo EDF filaire (via opto), RPI3B -> clé Zigbee ConBee II -> 3 Sonoff, 12 ampoules, strip led couleur
Re: Domoticz inaccessible après installation
Pour moi en suivant ce post, cela a marché avec stretch:dbocart a écrit :Merci, pour l'astuce mais dans mon cas ca n'a pas fonctionné (rpi1 512Mo)
j'ai du passer en Jessie aussi :http://www.domoticz.com/forum/viewtopic.php?f=3&t=19341
- burn stretch
- set raspi-config
- wget http://mirrordirector.raspbian.org/rasp ... _armhf.deb
- sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb
- sudo apt-get install libpython3.4
- sudo apt-get update and upgrade
- sudo reboot
- sudo curl -L install.domoticz.com | sudo bash
- reload database
My issues have been solved (latest stable on a rpi B)
Domoticz V2020.2 sous raspbian-Buster
Raspberry Pi B+ avec Clé Zigate 3.1d Plugin 4.11.011
Raspberry Pi B+ avec Clé Zigate 3.1d Plugin 4.11.011