Bonjour à tous,
J’ai eu récemment des problèmes pour créer des groupes d’équipements zigbee, et un membre du forum m’a conseillé d’éditer le fichier configuration.yaml car je n’avais plus accès à la page z2M.
J’ai donc suivi la manipulation (commenter la ligne device_options avec un #) et relancé le démon, mais cette fois le démon ne se relance pas et je n’ai plus accès.
Je vois aussi que le fichier configuration.yaml contient moins de ligne.
Je me demande aussi si je nous sommes censé rester en version 1.42.0 de Jeezigbee ou bien si les versions plus récente sont enfin stable.
Merci de m’aider à dépanner ça
Bonjour,
- page santé jeedom
- page config plugin
- tous les logs collés dans un bloc
Texte préformaté
Jeezigbee n’est pas à la version 1.42.0. C’est ici la version de zigbee2mqtt sur lequel se base Jeezigbee pour sa gestion du protocole zigbee.
Pourquoi ne pas donner en lien le post cité ?
Antoine
Bonjour,
Merci pour la réponse, j’espère que je vais faire ça correctement :
-
Page santé Jeedom avec des erreurs
Je ne sais pas comment copier tout les logs généraux donc je copie ceux que je pense utile depuis la page log:
Log z2m-packages
0000|+ echo '*******************Begin of package installation******************'
0001|*******************Begin of package installation******************
0002|+ touch /tmp/jeedom_install_in_progress_z2m
0003|+ echo 1
0004|+ echo 2
0005|+ sudo chmod +x /var/www/html/core/class/../../plugins/z2m/resources/pre-install.sh
0006|+ sudo /var/www/html/core/class/../../plugins/z2m/resources/pre-install.sh
0007|Launch pre-install of z2m dependancy
0008|+ echo 3
0009|+ php /var/www/html/core/class/../php/jeecli.php plugin install mqtt2
0010|+ echo 4
0011|+ sudo killall apt apt-get unattended-upgr
0012|apt: no process found
0013|apt-get: no process found
0014|unattended-upgr: no process found
0015|+ sudo rm /var/lib/apt/lists/lock
0016|+ sudo rm /var/cache/apt/archives/lock
0017|+ sudo rm /var/lib/dpkg/lock /var/lib/dpkg/lock-frontend
0018|+ sudo sudo dpkg --configure -a --force-confdef
0019|+ sudo apt update
0020|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0021|Hit:1 https://deb.debian.org/debian bullseye InRelease
0022|Hit:2 https://deb.debian.org/debian-security bullseye-security InRelease
0023|Hit:3 https://deb.debian.org/debian bullseye-updates InRelease
0024|Hit:4 https://deb.debian.org/debian bullseye-backports InRelease
0025|Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
0026|Reading package lists...
0027|Building dependency tree...
0028|Reading state information...
0029|All packages are up to date.
0030|+ echo 5
0031|+ sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh
0032|+ sudo /var/www/html/core/class/../../resources/install_nodejs.sh
0033|Hit:1 https://deb.debian.org/debian bullseye InRelease
0034|Hit:2 https://deb.debian.org/debian-security bullseye-security InRelease
0035|Hit:3 https://deb.debian.org/debian bullseye-updates InRelease
0036|Hit:4 https://deb.debian.org/debian bullseye-backports InRelease
0037|Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
0038|Reading package lists...
0039|Reading package lists...
0040|Building dependency tree...
0041|Reading state information...
0042|apt-utils is already the newest version (2.2.4).
0043|build-essential is already the newest version (12.9).
0044|lsb-release is already the newest version (11.1.0).
0045|git is already the newest version (1:2.30.2-1+deb11u4).
0046|0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
0047|[Check Version NodeJS actuelle : v20.19.1 : [ OK ]
0048|[Check Prefix : /usr and sudo prefix : /usr and www-data prefix : /usr : [ OK ]
0049|Clean npm cache
0050|npm warn using --force Recommended protections disabled.
0051|+ echo 6
0052|+ sudo apt install -o Dpkg::Options::=--force-confdef -y php-yaml
0053|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0054|Reading package lists...
0055|Building dependency tree...
0056|Reading state information...
0057|php-yaml is already the newest version (2.2.1+2.1.0+2.0.4+1.3.2-2).
0058|0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
0059|+ echo 7
0060|+ sudo systemctl restart apache2
0061|+ echo 8
0062|+ sudo chmod +x /var/www/html/core/class/../../plugins/z2m/resources/post-install.sh
0063|+ sudo /var/www/html/core/class/../../plugins/z2m/resources/post-install.sh
0064|+ echo Launch post-install of z2m dependancy
0065|Launch post-install of z2m dependancy
0066|+ realpath /var/www/html/core/class/../../plugins/z2m/resources/post-install.sh
0067|+ dirname /var/www/html/plugins/z2m/resources/post-install.sh
0068|+ BASEDIR=/var/www/html/plugins/z2m/resources
0069|+ [ -d /var/www/html/plugins/z2m/resources/zigbee2mqtt ]
0070|+ rm -rf /var/www/html/plugins/z2m/resources/zigbee2mqtt
0071|+ mkdir /var/www/html/plugins/z2m/resources/zigbee2mqtt
0072|+ git clone --depth 1 https://github.com/Koenkk/zigbee2mqtt.git /var/www/html/plugins/z2m/resources/zigbee2mqtt
0073|Cloning into '/var/www/html/plugins/z2m/resources/zigbee2mqtt'...
0074|+ cd /var/www/html/plugins/z2m/resources/zigbee2mqtt
0075|+ [ -f /var/www/html/plugins/z2m/resources/../data/wanted_z2m_version ]
0076|+ cat /var/www/html/plugins/z2m/resources/../data/wanted_z2m_version
0077|+ wanted_z2m_version=1.42.0
0078|+ [ -n 1.42.0 ]
0079|+ echo Need version : 1.42.0
0080|Need version : 1.42.0
0081|+ git fetch --all --tags
0082|Fetching origin
0083|From https://github.com/Koenkk/zigbee2mqtt
0084|* [new tag] 0.1.0 -> 0.1.0
0085|* [new tag] 0.1.1 -> 0.1.1
0086|* [new tag] 0.1.2 -> 0.1.2
0087|* [new tag] 0.1.3 -> 0.1.3
0088|* [new tag] 0.1.4 -> 0.1.4
0089|* [new tag] 0.1.5 -> 0.1.5
0090|* [new tag] 0.1.6 -> 0.1.6
0091|* [new tag] 0.1.7 -> 0.1.7
0092|* [new tag] 0.1.8 -> 0.1.8
0093|* [new tag] 0.2.0 -> 0.2.0
0094|* [new tag] 1.0.0 -> 1.0.0
0095|* [new tag] 1.0.1 -> 1.0.1
0096|* [new tag] 1.1.0 -> 1.1.0
0097|* [new tag] 1.1.1 -> 1.1.1
0098|* [new tag] 1.10.0 -> 1.10.0
0099|* [new tag] 1.11.0 -> 1.11.0
0100|* [new tag] 1.12.0 -> 1.12.0
0101|* [new tag] 1.12.1 -> 1.12.1
0102|* [new tag] 1.12.2 -> 1.12.2
0103|* [new tag] 1.13.0 -> 1.13.0
0104|* [new tag] 1.13.1 -> 1.13.1
0105|* [new tag] 1.14.0 -> 1.14.0
0106|* [new tag] 1.14.1 -> 1.14.1
0107|* [new tag] 1.14.2 -> 1.14.2
0108|* [new tag] 1.14.3 -> 1.14.3
0109|* [new tag] 1.14.4 -> 1.14.4
0110|* [new tag] 1.15.0 -> 1.15.0
0111|* [new tag] 1.16.0 -> 1.16.0
0112|* [new tag] 1.16.1 -> 1.16.1
0113|* [new tag] 1.16.2 -> 1.16.2
0114|* [new tag] 1.17.0 -> 1.17.0
0115|* [new tag] 1.17.1 -> 1.17.1
0116|* [new tag] 1.18.0 -> 1.18.0
0117|* [new tag] 1.18.1 -> 1.18.1
0118|* [new tag] 1.18.2 -> 1.18.2
0119|* [new tag] 1.18.3 -> 1.18.3
0120|* [new tag] 1.19.0 -> 1.19.0
0121|* [new tag] 1.19.1 -> 1.19.1
0122|* [new tag] 1.2.0 -> 1.2.0
0123|* [new tag] 1.2.1 -> 1.2.1
0124|* [new tag] 1.20.0 -> 1.20.0
0125|* [new tag] 1.21.0 -> 1.21.0
0126|* [new tag] 1.21.1 -> 1.21.1
0127|* [new tag] 1.21.2 -> 1.21.2
0128|* [new tag] 1.22.0 -> 1.22.0
0129|* [new tag] 1.22.1 -> 1.22.1
0130|* [new tag] 1.22.2 -> 1.22.2
0131|* [new tag] 1.23.0 -> 1.23.0
0132|* [new tag] 1.24.0 -> 1.24.0
0133|* [new tag] 1.25.0 -> 1.25.0
0134|* [new tag] 1.25.1 -> 1.25.1
0135|* [new tag] 1.25.2 -> 1.25.2
0136|* [new tag] 1.26.0 -> 1.26.0
0137|* [new tag] 1.27.0 -> 1.27.0
0138|* [new tag] 1.27.1 -> 1.27.1
0139|* [new tag] 1.27.2 -> 1.27.2
0140|* [new tag] 1.28.0 -> 1.28.0
0141|* [new tag] 1.28.1 -> 1.28.1
0142|* [new tag] 1.28.2 -> 1.28.2
0143|* [new tag] 1.28.3 -> 1.28.3
0144|* [new tag] 1.28.4 -> 1.28.4
0145|* [new tag] 1.29.0 -> 1.29.0
0146|* [new tag] 1.29.1 -> 1.29.1
0147|* [new tag] 1.29.2 -> 1.29.2
0148|* [new tag] 1.3.0 -> 1.3.0
0149|* [new tag] 1.3.1 -> 1.3.1
0150|* [new tag] 1.30.0 -> 1.30.0
0151|* [new tag] 1.30.1 -> 1.30.1
0152|* [new tag] 1.30.2 -> 1.30.2
0153|* [new tag] 1.30.3 -> 1.30.3
0154|* [new tag] 1.30.4 -> 1.30.4
0155|* [new tag] 1.31.0 -> 1.31.0
0156|* [new tag] 1.31.1 -> 1.31.1
0157|* [new tag] 1.31.2 -> 1.31.2
0158|* [new tag] 1.32.0 -> 1.32.0
0159|* [new tag] 1.32.1 -> 1.32.1
0160|* [new tag] 1.32.2 -> 1.32.2
0161|* [new tag] 1.33.0 -> 1.33.0
0162|* [new tag] 1.33.1 -> 1.33.1
0163|* [new tag] 1.33.2 -> 1.33.2
0164|* [new tag] 1.34.0 -> 1.34.0
0165|* [new tag] 1.35.0 -> 1.35.0
0166|* [new tag] 1.35.1 -> 1.35.1
0167|* [new tag] 1.35.2 -> 1.35.2
0168|* [new tag] 1.35.3 -> 1.35.3
0169|* [new tag] 1.36.0 -> 1.36.0
0170|* [new tag] 1.36.1 -> 1.36.1
0171|* [new tag] 1.37.0 -> 1.37.0
0172|* [new tag] 1.37.1 -> 1.37.1
0173|* [new tag] 1.38.0 -> 1.38.0
0174|* [new tag] 1.39.0 -> 1.39.0
0175|* [new tag] 1.39.1 -> 1.39.1
0176|* [new tag] 1.4.0 -> 1.4.0
0177|* [new tag] 1.40.0 -> 1.40.0
0178|* [new tag] 1.40.1 -> 1.40.1
0179|* [new tag] 1.40.2 -> 1.40.2
0180|* [new tag] 1.41.0 -> 1.41.0
0181|* [new tag] 1.42.0 -> 1.42.0
0182|* [new tag] 1.5.0 -> 1.5.0
0183|* [new tag] 1.5.1 -> 1.5.1
0184|* [new tag] 1.6.0 -> 1.6.0
0185|* [new tag] 1.7.0 -> 1.7.0
0186|* [new tag] 1.7.1 -> 1.7.1
0187|* [new tag] 1.8.0 -> 1.8.0
0188|* [new tag] 1.9.0 -> 1.9.0
0189|* [new tag] 2.0.0 -> 2.0.0
0190|* [new tag] 2.1.0 -> 2.1.0
0191|* [new tag] 2.1.1 -> 2.1.1
0192|* [new tag] 2.1.2 -> 2.1.2
0193|* [new tag] 2.1.3 -> 2.1.3
0194|* [new tag] 2.2.0 -> 2.2.0
0195|* [new tag] 2.2.1 -> 2.2.1
0196|* [new tag] 2.3.0 -> 2.3.0
0197|+ git checkout tags/1.42.0
0198|Note: switching to 'tags/1.42.0'.
0199|You are in 'detached HEAD' state. You can look around, make experimental
0200|changes and commit them, and you can discard any commits you make in this
0201|state without impacting any branches by switching back to a branch.
0202|If you want to create a new branch to retain commits you create, you may
0203|do so (now or later) by using -c with the switch command. Example:
0204|git switch -c <new-branch-name>
0205|Or undo this operation with:
0206|git switch -
0207|Turn off this advice by setting config variable advice.detachedHead to false
0208|HEAD is now at 861cba63 chore(dev): release 1.42.0 (#24569)
0209|+ [ -n 1.42.0 ]
0210|+ head -c 1
0211|+ echo 1.42.0
0212|+ [ 1 -lt 2 ]
0213|+ npm ci
0214|npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
0215|npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
0216|added 646 packages, and audited 647 packages in 1m
0217|90 packages are looking for funding
0218|run `npm fund` for details
0219|3 vulnerabilities (2 moderate, 1 high)
0220|To address all issues, run:
0221|npm audit fix
0222|Run `npm audit` for details.
0223|+ npm run build
0224|> zigbee2mqtt@1.42.0 build
0225|> tsc && node index.js writehash
0226|+ chown www-data:www-data -R /var/www/html/plugins/z2m/resources/zigbee2mqtt
0227|+ echo 9
0228|+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end z2m
0229|rm: invalid option -- '/'
0230|Try 'rm --help' for more information.
0231|+ echo 10
0232|+ rm /tmp/jeedom_install_in_progress_z2m
0233|+ echo '*******************End of package installation******************'
0234|*******************End of package installation******************
Je suis limité en caractère dans le message par contre (32000)
Il faudrait montrer la page configuration réseau depuis le menu configuration jeedom.
Comment accèdes tu à ton jeedom actuellement ? Depuis son ip ou en direct?
Montrez ce que vous avez modifié dans la config réseau.
La config interne doit être ok
entrez « 192.168.1.26 » à la place de 192.168.1.27 et sauvegardez, ca règlera le NOK:
J’arrive maintenant à acceder à la page Z2M et à creer des groupes depuis cette page, mais je n’arrive pas à ajouter des équipements, j’ai le message suivant.
Z2M à renvoyé une erreur : z2m: Failed to add from group (ZCL command 0x7cb94c79bead0000/1 genGroups.add({"groupid":5,"groupname":""}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Timeout - 33167 - 1 - 147 - 4 - 0 after 10000ms))