Posez ici vos questions d'utilisation, de configuration de DomoticZ, de bugs, de conseils sur le logiciel lui même dans son utilisation et son paramétrage.
Des forums spécifiques sont ouverts ci-dessous pour regrouper les différents sujets.
jme
Messages : 67 Inscription : 04 août 2017, 19:21
Message
par jme » 14 juin 2018, 13:40
Bonjour,
J'essaye de mettre a jour Domoticz, depuis l'interface web il me dit qu'il n'y a pas de mises a jour mais je suis actuelelment en V3.8072, je vois que la version 3.8.153 est dispo sur le site.
J'ai essayé le scrit ./updaterelease mais j'obtiens les erreur ci dessous:
Code : Tout sélectionner
sudo ./updaterelease
Updating to latest release version...
Please Standby...
--2018-06-14 13:38:57-- http://www.domoticz.com/download.php?channel=stable&type=release&system=linux&machine=i686
Resolving www.domoticz.com (www.domoticz.com)... 185.27.142.198
Connecting to www.domoticz.com (www.domoticz.com)|185.27.142.198|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://releases.domoticz.com/releases/release/domoticz_linux_i686.tgz [following]
--2018-06-14 13:38:59-- https://releases.domoticz.com/releases/release/domoticz_linux_i686.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 146.185.159.228
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-06-14 13:38:59 ERROR 404: Not Found.
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Restarting Domoticz... (please standby...)
administrator@ubuntuserver:~/domoticz$
Une idée comment faire l'update ?
Je souhaite upgrader car les timer des switch ne semblent pas fonctionner.
vil1driver
Messages : 5661 Inscription : 30 janv. 2015, 11:07
Localisation : Rennes (35)
Message
par vil1driver » 14 juin 2018, 14:29
Salut,
https://www.domoticz.com/downloads/
à la mano
en reprenant ce que fait le script, soit télécharger, extraire, redémarrer..
sinon tu peux tenter d'éditer le fichier updaterelease et d'ajouter
juste après ceci (sous réserve que ton fichier ressemble au mien..)
ceci
dans le but de corriger le nom du fichier qu'il cherche à télécharger
jme
Messages : 67 Inscription : 04 août 2017, 19:21
Message
par jme » 14 juin 2018, 16:46
j'ai fais comme tu as dit ca c'ets mis a jour.
Le problème est que maintenant domoticz apparait offline
J'ai lancé un upgrade du ubuntu, on verra apres ... j'espere avoir fais un snapshot de la machine virtuelle, au pire j'ai un back up de la db
jackslayter
Messages : 1040 Inscription : 30 sept. 2014, 14:40
Localisation : Isère (38)
Message
par jackslayter » 15 juin 2018, 07:52
regarde si ton dz est démarré et dans la liste (commande top)
si oui, vide le cache internet et les données de site sauvegardé
Raspberry Pi + RFLink + Domoticz Beta
Oregon - 3x Thgr122Nx / Chacon - micromodule 200w, télécommande 3b et 16b, 2x module 1000w, détecteur de fumée, contact de porte, 2x prise 3500w / OWL - CM180 / TRC02 v2 RGB 3M / Cheap - PIR, contact de porte
jme
Messages : 67 Inscription : 04 août 2017, 19:21
Message
par jme » 29 août 2018, 11:46
Bonjour,
J'ai fais l'upgrade mais depuis j'ai une page inaccessible.
Code : Tout sélectionner
sudo service domoticz status
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Wed 2018-08-29 11:36:11 CEST; 1min 26s ago
Docs: man:systemd-sysv-generator(8)
Process: 3240 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUC
Process: 3258 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/S
CPU: 13ms
Aug 29 11:36:11 ubuntuserver systemd[1]: Starting LSB: Home Automation System...
Aug 29 11:36:11 ubuntuserver domoticz.sh[3258]: start-stop-daemon: unable to sta
Aug 29 11:36:11 ubuntuserver systemd[1]: Started LSB: Home Automation System.
lines 1-11/11 (END)...skipping...
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Wed 2018-08-29 11:36:11 CEST; 1min 26s ago
Docs: man:systemd-sysv-generator(8)
Process: 3240 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUC
Process: 3258 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/S
CPU: 13ms
Aug 29 11:36:11 ubuntuserver systemd[1]: Starting LSB: Home Automation System...
Aug 29 11:36:11 ubuntuserver domoticz.sh[3258]: start-stop-daemon: unable to sta
Aug 29 11:36:11 ubuntuserver systemd[1]: Started LSB: Home Automation System.
Je tourne sous ubuntu
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
J'ai vu qu'il y avait un soucis avec libssl, je pense qu'il est a jour chez moi
Code : Tout sélectionner
sudo apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libssl-dev is already the newest version (1.0.2g-1ubuntu13).
The following packages were automatically installed and are no longer required:
linux-headers-4.10.0-40 linux-headers-4.10.0-40-generic
linux-image-4.10.0-40-generic linux-image-extra-4.10.0-40-generic
Use 'sudo apt autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
pouvez vous m'aider a le remettre en service ?
Merci
vil1driver
Messages : 5661 Inscription : 30 janv. 2015, 11:07
Localisation : Rennes (35)
Message
par vil1driver » 29 août 2018, 12:44
Salut,
Commence par le lancer a la main pour voir ce qu'il dit
jme
Messages : 67 Inscription : 04 août 2017, 19:21
Message
par jme » 29 août 2018, 13:16
Qu'entend tu par le lancer à la main ?
Faire un ./domoticz.sh ?
cela ne donne pas d'erreur mais service inactif
sudo ./domoticz.sh
administrator@ubuntuserver:~/domoticz$ sudo service domoticz status
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: inactive (dead) since Wed 2018-08-29 13:13:00 CEST; 1min 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 4391 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUC
Process: 4323 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/S
CPU: 16ms
jme
Messages : 67 Inscription : 04 août 2017, 19:21
Message
par jme » 29 août 2018, 14:25
est ce que le soucis ne viendrait pas du fait que je tourne en 32 Bit ?
uname -i
i686
Neutrino
Messages : 2662 Inscription : 10 juil. 2015, 15:42
Localisation : Les Herbiers(85)
Message
par Neutrino » 29 août 2018, 19:29
jme a écrit : Faire un ./domoticz.sh ?
C'est presque ça
./domoticz
jme
Messages : 67 Inscription : 04 août 2017, 19:21
Message
par jme » 19 sept. 2018, 10:09
Salut,
Désolé pour la réponse tardive.
Voici ce que j'ai quand j'execute ./domoticz
Code : Tout sélectionner
./domoticz
-bash: ./domoticz: cannot execute binary file: Exec format error
Code : Tout sélectionner
administrator@ubuntuserver:~/domoticz$ sudo service domoticz status
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Wed 2018-09-19 10:06:29 CEST; 3min 36s ago
Docs: man:systemd-sysv-generator(8)
Process: 6000 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUC
Process: 6009 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/S
Tasks: 0 (limit: 4915)
Memory: 0B
CPU: 0
CGroup: /system.slice/domoticz.service
Sep 19 10:06:29 ubuntuserver systemd[1]: Starting LSB: Home Automation System...
Sep 19 10:06:29 ubuntuserver domoticz.sh[6009]: start-stop-daemon: unable to sta
Sep 19 10:06:29 ubuntuserver systemd[1]: Started LSB: Home Automation System.