Bonjour,
Pour commencer voici ma config :
raspi 3B+, carte RaZberry Zwave+ branchée sur ports GPIO
Je viens de migrer d’un raspi 2B avec plugin Openzwave, plus moyen de refaire marcher ZwaveJS, la carte SD lâchait, donc j’ai réinstallé un debian 11, le driver Zway de zwave.me puis Jeedom puis j’ai fait la restauration du backup, réinstallé les dépendances plusieurs fois.
Les 3 plugins NOK sont zwave (le legacy ozw), alexa API, et WebOS TV, donc rien à voir je pense avec mon souci.
La config du plugin :
Dure à capturer car la fenêtre saute au bout de 5 secondes :-/ (quand le démon tourne, s’il est arrêté j’ai une chance de la garder)
Log du démon
yarn run v1.22.22
warning ../package.json: No license field
$ node --preserve-symlinks server/bin/www.js
e[90m2024-09-02 11:09:14.802e[39m e[32mINFOe[39m e[1mAPPe[22m: Version: 9.12.0.96eeb76
e[90m2024-09-02 11:09:14.812e[39m e[32mINFOe[39m e[1mAPPe[22m: Application path:/var/www/html/plugins/zwavejs/resources/zwave-js-ui
______ __ __ _ _____ _ _ _____
|___ / \ \ / / | |/ ____| | | | |_ _|
/ /____\ \ /\ / /_ ___ _____ | | (___ | | | | | |
/ /______\ \/ \/ / _' \ \ / / _ \ _ | |\___ \ | | | | | |
/ /__ \ /\ / (_| |\ V / __/ | |__| |____) | | |__| |_| |_
/_____| \/ \/ \__,_| \_/ \___| \____/|_____/ \____/|_____|
e[90m2024-09-02 11:09:14.868e[39m e[33mWARNe[39m e[1mSTOREe[22m: scenes.json not found
e[90m2024-09-02 11:09:26.394e[39m e[31mERRORe[39m e[1mMQTTe[22m: Error while publishing a value Connection closed
e[90m2024-09-02 11:09:26.397e[39m e[31mERRORe[39m e[1mMQTTe[22m: Error while publishing a value Connection closed
e[90m2024-09-02 11:09:26.398e[39m e[31mERRORe[39m e[1mMQTTe[22m: Error while publishing a value Connection closed
...
e[90m2024-09-02 11:09:26.804e[39m e[31mERRORe[39m e[1mMQTTe[22m: Error while publishing a value Connection closed
e[90m2024-09-02 11:09:26.805e[39m e[31mERRORe[39m e[1mMQTTe[22m: Error while publishing a value Connection closed
e[90m2024-09-02 11:09:42.026e[39m e[31mERRORe[39m e[1mZ-WAVEe[22m: [Node 061] Interview FAILED: The node is dead
Killed
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command
Logs de dépendances, je vois que j’ai des erreurs à la fin… Mais un statut global à OK
+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_zwavejs
+ echo 1
+ echo 2
+ sudo chmod +x /var/www/html/core/class/../../plugins/zwavejs/resources/pre_install.sh
+ sudo /var/www/html/core/class/../../plugins/zwavejs/resources/pre_install.sh
+ echo 'Pre installation de l'\''installation/mise à jour des dépendances zwavejs'
Pre installation de l'installation/mise à jour des dépendances zwavejs
+++ dirname /var/www/html/core/class/../../plugins/zwavejs/resources/pre_install.sh
++ cd /var/www/html/core/class/../../plugins/zwavejs/resources
++ pwd
+ BASEDIR=/var/www/html/plugins/zwavejs/resources
+ cd /var/www/html/plugins/zwavejs/resources
+ source ../core/config/zwavejs.config.ini
+ echo 'Wanted Version: 9.12.0'
Wanted Version: 9.12.0
+ rm -R zwave-js-ui
+ git clone --branch v9.12.0 --depth 1 https://github.com/zwave-js/zwave-js-ui
Cloning into 'zwave-js-ui'...
Note: switching to '96eeb76b110f27d3ce16cfb4b3992cb8f8dc34d8'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
+ echo 'Pre install finished'
Pre install finished
+ echo 3
+ php /var/www/html/core/class/../php/jeecli.php plugin install mqtt2
+ echo 4
+ sudo killall apt apt-get unattended-upgr
apt: no process found
apt-get: no process found
+ sudo rm /var/lib/apt/lists/lock
+ sudo rm /var/cache/apt/archives/lock
+ sudo rm /var/lib/dpkg/lock /var/lib/dpkg/lock-frontend
+ sudo sudo dpkg --configure -a --force-confdef
+ sudo apt update
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:3 https://download.docker.com/linux/debian bullseye InRelease
Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
Hit:5 https://repo.z-wave.me/z-way/raspbian bullseye InRelease
Reading package lists...
Building dependency tree...
Reading state information...
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
+ echo 5
+ sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh
+ sudo /var/www/html/core/class/../../resources/install_nodejs.sh
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:3 https://repo.z-wave.me/z-way/raspbian bullseye InRelease
Hit:4 https://download.docker.com/linux/debian bullseye InRelease
Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
apt-utils is already the newest version (2.2.4).
build-essential is already the newest version (12.9).
git is already the newest version (1:2.30.2-1+deb11u2).
lsb-release is already the newest version (11.1.0+rpi1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
[Check Version NodeJS actuelle : v18.20.4 : [ OK ]
[Check Prefix : /usr and sudo prefix : /usr and www-data prefix : /usr : [ OK ]
+ echo 6
+ sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh
+ sudo /var/www/html/core/class/../../resources/install_nodejs.sh
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:3 https://download.docker.com/linux/debian bullseye InRelease
Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
Hit:5 https://repo.z-wave.me/z-way/raspbian bullseye InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
apt-utils is already the newest version (2.2.4).
build-essential is already the newest version (12.9).
git is already the newest version (1:2.30.2-1+deb11u2).
lsb-release is already the newest version (11.1.0+rpi1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
[Check Version NodeJS actuelle : v18.20.4 : [ OK ]
[Check Prefix : /usr and sudo prefix : /usr and www-data prefix : /usr : [ OK ]
+ echo 7
+ sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh
+ sudo /var/www/html/core/class/../../resources/install_nodejs.sh
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:3 https://repo.z-wave.me/z-way/raspbian bullseye InRelease
Hit:4 https://download.docker.com/linux/debian bullseye InRelease
Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
apt-utils is already the newest version (2.2.4).
build-essential is already the newest version (12.9).
git is already the newest version (1:2.30.2-1+deb11u2).
lsb-release is already the newest version (11.1.0+rpi1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
[Check Version NodeJS actuelle : v18.20.4 : [ OK ]
[Check Prefix : /usr and sudo prefix : /usr and www-data prefix : /usr : [ OK ]
+ echo 8
+ sudo chmod +x /var/www/html/core/class/../../resources/install_composer.sh
+ sudo /var/www/html/core/class/../../resources/install_composer.sh
Begin installation of composer
--2024-09-02 10:44:48-- https://getcomposer.org/installer
Resolving getcomposer.org (getcomposer.org)... 54.36.53.46, 2001:41d0:302:1100::8:104f
Connecting to getcomposer.org (getcomposer.org)|54.36.53.46|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 58444 (57K) [application/octet-stream]
Saving to: 'composer-setup.php'
0K .......... .......... .......... .......... .......... 87% 2.35M 0s
50K ....... 100% 28.6M=0.02s
2024-09-02 10:44:48 (2.65 MB/s) - 'composer-setup.php' saved [58444/58444]
All settings correct for using Composer
Downloading...
Composer (version 2.7.8) successfully installed to: /var/www/html/core/ajax/composer.phar
Use it: php composer.phar
End installation of composer
+ echo 9
+ sudo NODE_OPTIONS=--dns-result-order=ipv4first npm install --force -g yarn
npm warn using --force Recommended protections disabled.
changed 1 package in 6s
+ echo 10
+ sudo chmod +x /var/www/html/core/class/../../plugins/zwavejs/resources/post_install.sh
+ sudo /var/www/html/core/class/../../plugins/zwavejs/resources/post_install.sh
+ echo 'Post installation de l'\''installation/mise à jour des dépendances zwavejs'
Post installation de l'installation/mise à jour des dépendances zwavejs
+++ dirname /var/www/html/core/class/../../plugins/zwavejs/resources/post_install.sh
++ cd /var/www/html/core/class/../../plugins/zwavejs/resources
++ pwd
+ BASEDIR=/var/www/html/plugins/zwavejs/resources
+ cd /var/www/html/plugins/zwavejs/resources
+ cd zwave-js-ui
+ sudo yarn add zwavejs --network-timeout 300000
yarn add v1.22.22
warning ../package.json: No license field
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/5] Validating package.json...
[2/5] Resolving packages...
warning archiver > archiver-utils > glob@8.1.0: Glob versions prior to v9 are no longer supported
warning archiver > archiver-utils > glob > 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.
warning csurf@1.11.0: Please use another csrf package
warning native-url > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
warning @types/extract-zip@2.0.1: This is a stub types definition. extract-zip provides its own type definitions, so you do not need this installed.
warning c8 > test-exclude > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning c8 > test-exclude > glob > 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.
warning c8 > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning c8 > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning docsify-cli > docsify-server-renderer@4.13.1: docsify-server-renderer 4.x and below is no longer supported while we investigate the future of SSR and SSG for Docsify
warning eslint > @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
warning eslint > @humanwhocodes/config-array > @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
warning eslint > file-entry-cache > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning mocha > glob@8.1.0: Glob versions prior to v9 are no longer supported
warning release-it > shelljs > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning vite-plugin-pwa > workbox-build > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning vite-plugin-pwa > workbox-build > @surma/rollup-plugin-off-main-thread > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
error Error: https://registry.yarnpkg.com/zwavejs: Not found
at params.callback [as _callback] (/usr/lib/node_modules/yarn/lib/cli.js:66680:18)
at self.callback (/usr/lib/node_modules/yarn/lib/cli.js:141410:22)
at Request.emit (node:events:517:28)
at Request.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:142382:10)
at Request.emit (node:events:517:28)
at IncomingMessage.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:142304:12)
at Object.onceWrapper (node:events:631:28)
at IncomingMessage.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1400:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
+ sudo yarn add zwave-js-ui --network-timeout 300000
yarn add v1.22.22
warning ../package.json: No license field
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/5] Validating package.json...
[2/5] Resolving packages...
warning archiver > archiver-utils > glob@8.1.0: Glob versions prior to v9 are no longer supported
warning archiver > archiver-utils > glob > 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.
warning csurf@1.11.0: Please use another csrf package
warning native-url > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
warning @types/extract-zip@2.0.1: This is a stub types definition. extract-zip provides its own type definitions, so you do not need this installed.
warning c8 > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning c8 > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning c8 > rimraf > glob > 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.
warning c8 > test-exclude > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning docsify-cli > docsify-server-renderer@4.13.1: docsify-server-renderer 4.x and below is no longer supported while we investigate the future of SSR and SSG for Docsify
warning eslint > @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
warning eslint > file-entry-cache > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning eslint > @humanwhocodes/config-array > @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
warning mocha > glob@8.1.0: Glob versions prior to v9 are no longer supported
warning release-it > shelljs > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning vite-plugin-pwa > workbox-build > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning vite-plugin-pwa > workbox-build > @rollup/plugin-replace > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
warning zwave-js-ui > csurf@1.11.0: Please use another csrf package
warning zwave-js-ui > vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > @zwave-js/server@1.38.0" has incorrect peer dependency "zwave-js@^13.2.0".
warning " > vis-data@7.1.9" has unmet peer dependency "uuid@^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0".
warning " > vis-data@7.1.9" has unmet peer dependency "vis-util@^5.0.1".
warning " > vis-network@9.1.9" has unmet peer dependency "@egjs/hammerjs@^2.0.0".
warning " > vis-network@9.1.9" has unmet peer dependency "component-emitter@^1.3.0".
warning " > vis-network@9.1.9" has unmet peer dependency "keycharm@^0.2.0 || ^0.3.0 || ^0.4.0".
warning " > vis-network@9.1.9" has unmet peer dependency "uuid@^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0".
warning " > vis-network@9.1.9" has unmet peer dependency "vis-util@^5.0.1".
warning " > @babel/register@7.24.6" has unmet peer dependency "@babel/core@^7.0.0-0".
warning " > vite-plugin-pwa@0.16.7" has unmet peer dependency "workbox-build@^7.0.0".
warning " > vite-plugin-pwa@0.16.7" has unmet peer dependency "workbox-window@^7.0.0".
[5/5] Building fresh packages...
success Saved lockfile.
success Saved 867 new dependencies.
info Direct dependencies
├─ @actions/github@6.0.0
├─ @babel/register@7.24.6
├─ @mdi/js@7.3.67
├─ @release-it/conventional-changelog@7.0.2
├─ @tsconfig/node18@18.2.4
├─ @types/archiver@5.3.4
├─ @types/chai-as-promised@7.1.8
├─ @types/connect-history-api-fallback@1.5.4
├─ @types/csurf@1.11.5
├─ @types/express-rate-limit@5.1.3
├─ @types/express-session@1.17.9
├─ @types/extract-zip@2.0.1
├─ @types/fs-extra@11.0.4
├─ @types/jsonfile@6.1.4
├─ @types/jsonwebtoken@9.0.6
├─ @types/mocha@10.0.7
├─ @types/morgan@1.9.9
├─ @types/multer@1.4.12
├─ @types/node@20.16.3
├─ @types/proxyquire@1.3.31
├─ @types/sinon-chai@3.2.12
├─ @typescript-eslint/eslint-plugin@6.21.0
├─ @typescript-eslint/parser@6.21.0
├─ @vitejs/plugin-vue2@2.3.1
├─ @yao-pkg/pkg@5.12.1
├─ @zwave-js/server@1.38.0
├─ archiver@6.0.2
├─ c8@8.0.1
├─ chai-as-promised@7.1.2
├─ chai@4.5.0
├─ conventional-changelog-cli@4.1.0
├─ croner@7.0.8
├─ cronstrue@2.50.0
├─ docsify-cli@4.4.4
├─ docsify@4.13.1
├─ dotenv@16.4.5
├─ esbuild-register@3.6.0
├─ esbuild@0.19.12
├─ eslint-config-prettier@9.1.0
├─ eslint-plugin-babel@5.3.1
├─ eslint-plugin-import@2.29.1
├─ eslint-plugin-node@11.1.0
├─ eslint-plugin-prettier@5.2.1
... // Je me suis permis de tronquer car trop de caractères dans le post !
├─ write-file-atomic@3.0.3
├─ xml-name-validator@4.0.0
├─ xmlhttprequest-ssl@2.0.0
├─ xtend@4.0.2
├─ yallist@3.1.1
├─ yargonaut@1.1.4
├─ yargs-parser@21.1.1
├─ yargs-unparser@2.0.0
├─ yauzl@2.10.0
├─ yn@3.1.1
├─ yocto-queue@0.1.0
├─ zip-stream@5.0.2
├─ zwave-js-ui@9.18.0
└─ zwave-js@12.13.1
Done in 457.65s.
+ sudo yarn install
yarn install v1.22.22
warning ../package.json: No license field
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
Done in 6.22s.
+ sudo NODE_OPTIONS=--max_old_space_size=4096
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
[command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-D directory] [-g group]
[-h host] [-p prompt] [-R directory] [-T timeout] [-u user]
[VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-D directory] [-g group]
[-h host] [-p prompt] [-R directory] [-T timeout] [-u user] file ...
+ sudo yarn run build
yarn run v1.22.22
warning ../package.json: No license field
$ npm-run-all 'build:*'
warning ../package.json: No license field
$ tsc
warning ../package.json: No license field
$ vite build
vite v4.5.3 building for production...
transforming...
✓ 577 modules transformed.
<--- Last few GCs --->
[24118:0x4262918] 180408 ms: Mark-sweep (reduce) 223.8 (236.4) -> 223.2 (235.9) MB, 3002.5 / 0.0 ms (average mu = 0.616, current mu = 0.034) allocation failure; scavenge might not succeed
[24118:0x4262918] 183036 ms: Mark-sweep (reduce) 223.8 (236.3) -> 223.7 (236.6) MB, 2618.0 / 0.0 ms (average mu = 0.465, current mu = 0.004) background allocation failure; GC in old space requested
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
Aborted
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "build:ui" exited with 134.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
+ chown -R www-data:www-data CHANGELOG.md LICENSE README.md SECURITY.md api certs dist docker docs esbuild-register.js esbuild.js genereteDocs.ts index.html kubernetes kustomization.yaml node_modules nodemon.json package-lock.json package.json package.sh pkg public server server_config.js snippets src store test tsconfig.eslint.json tsconfig.json vite.config.js wallaby.js yarn.lock
+ '[' -e /dev/ttyAMA0 ']'
+ sudo sed -i 's/console=ttyAMA0,115200//; s/kgdboc=ttyAMA0,115200//' /boot/cmdline.txt
+ sudo sed -i 's|[^:]*:[^:]*:respawn:/sbin/getty[^:]*ttyAMA0[^:]*||' /etc/inittab
sed: can't read /etc/inittab: No such file or directory
+ '[' -e /dev/ttymxc0 ']'
+ '[' -e /dev/ttyAMA0 ']'
+ sudo systemctl mask serial-getty@ttyAMA0.service
+ sudo systemctl stop serial-getty@ttyAMA0.service
++ grep Revision /proc/cpuinfo
++ cut -d: -f2
++ tr -d ' '
+ RPI_BOARD_REVISION=a02082
+ [[ a02082 == \a\0\2\0\8\2 ]]
+ systemctl disable hciuart
++ grep dtoverlay=pi3-miniuart-bt /boot/config.txt
+ [[ ! -n dtoverlay=pi3-miniuart-bt ]]
+ echo 'Everything is successfully installed!'
Everything is successfully installed!
+ echo 11
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end zwavejs
+ echo 12
+ rm /tmp/jeedom_install_in_progress_zwavejs
+ echo '*******************End of package installation******************'
*******************End of package installation******************
et log du plugin :
[2024-09-02 11:00:23] ERROR : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
[2024-09-02 11:00:23] INFO : Arrêt du démon ZwaveJS
[2024-09-02 11:00:23] DEBUG : [configureSettings] Informations reçues de MQTT Manager : {"ip":"192.168.1.14","port":"1883","protocol":"mqtt","user":"dom","password":"XXXXXXX"}
[2024-09-02 11:00:23] INFO : Démarrage du démon ZwaveJS : STORE_DIR=/var/www/html/plugins/zwavejs/data/store KEY_S0_Legacy=04A1E702011B72D030B9945788063A0B KEY_S2_Unauthenticated=32ECD6F226E7D9138D090204888E8B4F KEY_S2_Authenticated=7BD3537AEB2807FE9F435C7687BA476A KEY_S2_AccessControl=D6385462398B6F3402B9940863E2B488 SESSION_SECRET=jeedomSession yarn start
[2024-09-02 11:05:06] DEBUG : [refreshIfNeeded] 37/0/targetValue false
[2024-09-02 11:06:48] ERROR : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
[2024-09-02 11:06:48] INFO : Arrêt du démon ZwaveJS
[2024-09-02 11:06:48] DEBUG : [configureSettings] Informations reçues de MQTT Manager : {"ip":"192.168.1.14","port":"1883","protocol":"mqtt","user":"dom","password":"XXXXXXXX"}
[2024-09-02 11:06:48] INFO : Démarrage du démon ZwaveJS : STORE_DIR=/var/www/html/plugins/zwavejs/data/store KEY_S0_Legacy=04A1E702011B72D030B9945788063A0B KEY_S2_Unauthenticated=32ECD6F226E7D9138D090204888E8B4F KEY_S2_Authenticated=7BD3537AEB2807FE9F435C7687BA476A KEY_S2_AccessControl=D6385462398B6F3402B9940863E2B488 SESSION_SECRET=jeedomSession yarn start
[2024-09-02 11:08:56] INFO : Arrêt du démon ZwaveJS
[2024-09-02 11:09:05] ERROR : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
[2024-09-02 11:09:05] INFO : Arrêt du démon ZwaveJS
[2024-09-02 11:09:06] DEBUG : [configureSettings] Informations reçues de MQTT Manager : {"ip":"192.168.1.14","port":"1883","protocol":"mqtt","user":"dom","password":"XXXXXXXXX"}
[2024-09-02 11:09:06] INFO : Démarrage du démon ZwaveJS : STORE_DIR=/var/www/html/plugins/zwavejs/data/store KEY_S0_Legacy=04A1E702011B72D030B9945788063A0B KEY_S2_Unauthenticated=32ECD6F226E7D9138D090204888E8B4F KEY_S2_Authenticated=7BD3537AEB2807FE9F435C7687BA476A KEY_S2_AccessControl=D6385462398B6F3402B9940863E2B488 SESSION_SECRET=jeedomSession yarn start
Les symptomes : Message du driver non initialisé, la page de config du plugin saute au bout de quelques secondes… Et les modules Zwave marchotent, par intermittence (logique dans le sens où le démon ne cesse de redémarrer)
A priori je viens de voir sur un autre sujet que ce pourrait être du au driver Zwave.me… Je vais tenter de le désinstaller.
Merci à tous pour votre temps