Re @Mips
En regardant le log directement dans l’antenne, je vois que ça sort toujours le même message « Installing build dependencies: still running… » depuis plus 01h45. Penses tu que c’est logique, même si tu indiques que ca peut être long.
Installation d’une antenne distante sur un rasp PI0W en Raspberry PI OS 32 bit basé sur debian 12 : mais là j’ai un doute si le 32b ne pose pas de souci…
user@raspberrypi0w:/etc/sudoers.d $ cat /etc/debian_version
12.10
J’ai mis à jour le RASP PI OS
user@raspberrypi:~ $ apt-get update
Reading package lists... Done
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
user@raspberrypi:~ $ sudo apt-get update
Get:1 http://raspbian.raspberrypi.com/raspbian bookworm InRelease [15.0 kB]
Get:2 http://archive.raspberrypi.com/debian bookworm InRelease [54.8 kB]
Get:3 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf Packages [14.5 MB]
Get:4 http://archive.raspberrypi.com/debian bookworm/main armhf Packages [539 kB]
Get:5 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages [537 kB]
Fetched 15.6 MB in 28s (555 kB/s)
Reading package lists... Done
W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
user@raspberrypi:~ $ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
rpi-eeprom
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,965 kB of archives.
After this operation, 7,348 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.raspberrypi.com/debian bookworm/main armhf rpi-eeprom all 27.8-1 [2,965 kB]
Fetched 2,965 kB in 1s (2,095 kB/s)
Reading changelogs... Done
(Reading database ... 63684 files and directories currently installed.)
Preparing to unpack .../rpi-eeprom_27.8-1_all.deb ...
Unpacking rpi-eeprom (27.8-1) over (27.6-1) ...
Setting up rpi-eeprom (27.8-1) ...
Processing triggers for man-db (2.11.2-2) ...
J’ai créé le user, mis celui-ci dans le groupe sudo, et autorisé à utiliser sudo sans mdp en modifiant via sudo visudo conformément à ta documentation,
Voici le log sur le PI0W
user@raspberrypi0w:/etc/sudoers.d $ cat /tmp/tgw_update.log
[2025-05-09 11:59:47] *************************************
[2025-05-09 11:59:47] * Launch install of dependencies *
[2025-05-09 11:59:47] *************************************
install.sh: line 49: read: `.': not a valid identifier
[2025-05-09 11:59:47] == Version Debian:
[2025-05-09 11:59:47] == Version Python:3.11.2
[2025-05-09 11:59:48] Reading package lists...
[2025-05-09 11:59:50] Building dependency tree...
[2025-05-09 11:59:50] Reading state information...
[2025-05-09 11:59:54] curl is already the newest version (7.88.1-10+rpi1+deb12u12).
[2025-05-09 11:59:54] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2 0 2 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
install.sh: line 32: ((: 10#3.11.2 > 10#3.9.2: syntax error: invalid arithmetic operator (error token is ".11.2 > 10#3.9.2")
install.sh: line 35: ((: 10#3.11.2 < 10#3.9.2: syntax error: invalid arithmetic operator (error token is ".11.2 < 10#3.9.2")
[2025-05-09 11:59:59] Hit:1 http://raspbian.raspberrypi.com/raspbian bookworm InRelease
[2025-05-09 11:59:59] Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
[2025-05-09 12:00:29] Reading package lists...
W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
[2025-05-09 12:00:32] ********************************
[2025-05-09 12:00:32] * Install dependencies & venv *
[2025-05-09 12:00:32] ********************************
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2 0 2 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
[2025-05-09 12:00:37] Reading package lists...
[2025-05-09 12:00:39] Building dependency tree...
[2025-05-09 12:00:39] Reading state information...
[2025-05-09 12:00:42] python3 is already the newest version (3.11.2-1).
[2025-05-09 12:00:42] python3 set to manually installed.
[2025-05-09 12:00:42] python3-venv is already the newest version (3.11.2-1).
[2025-05-09 12:00:42] logrotate is already the newest version (3.21.0-1).
[2025-05-09 12:00:42] The following additional packages will be installed:
[2025-05-09 12:00:42] javascript-common libexpat1-dev libjs-jquery libjs-sphinxdoc
[2025-05-09 12:00:42] libjs-underscore libpython3-dev libpython3.11-dev python3-dev
[2025-05-09 12:00:42] python3-setuptools python3-wheel python3.11-dev zlib1g-dev
[2025-05-09 12:00:42] Suggested packages:
[2025-05-09 12:00:42] apache2 | lighttpd | httpd python-setuptools-doc
[2025-05-09 12:00:43] The following NEW packages will be installed:
[2025-05-09 12:00:43] javascript-common libexpat1-dev libjs-jquery libjs-sphinxdoc
[2025-05-09 12:00:43] libjs-underscore libpython3-dev libpython3.11-dev python3-dev python3-pip
[2025-05-09 12:00:43] python3-setuptools python3-wheel python3.11-dev zlib1g-dev
[2025-05-09 12:00:43] 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
[2025-05-09 12:00:43] Need to get 7,493 kB of archives.
[2025-05-09 12:00:43] After this operation, 31.1 MB of additional disk space will be used.
[2025-05-09 12:00:43] Get:1 http://archive.raspberrypi.com/debian bookworm/main armhf zlib1g-dev armhf 1:1.2.13.dfsg-1+rpt1 [902 kB]
[2025-05-09 12:00:44] Get:6 http://archive.raspberrypi.com/debian bookworm/main armhf python3-pip all 23.0.1+dfsg-1+rpt1 [1,325 kB]
[2025-05-09 12:00:49] Get:2 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf javascript-common all 11+nmu1 [6,260 B]
[2025-05-09 12:00:49] Get:4 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
[2025-05-09 12:00:49] Get:9 http://mirrors.ircam.fr/pub/raspbian/raspbian bookworm/main armhf libpython3-dev armhf 3.11.2-1 [9,248 B]
[2025-05-09 12:00:49] Get:11 http://mirrors.ircam.fr/pub/raspbian/raspbian bookworm/main armhf python3-dev armhf 3.11.2-1 [26.2 kB]
[2025-05-09 12:00:49] Get:13 http://mirrors.ircam.fr/pub/raspbian/raspbian bookworm/main armhf python3-wheel all 0.38.4-2 [30.8 kB]
[2025-05-09 12:00:49] Get:3 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libexpat1-dev armhf 2.5.0-1+deb12u1 [123 kB]
[2025-05-09 12:00:49] Get:5 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
[2025-05-09 12:00:49] Get:7 http://distrib-coffee.ipsl.jussieu.fr/pub/linux/raspbian/raspbian bookworm/main armhf libjs-sphinxdoc all 5.3.0-4 [130 kB]
[2025-05-09 12:00:49] Get:8 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libpython3.11-dev armhf 3.11.2-6+deb12u5 [3,363 kB]
[2025-05-09 12:00:50] Get:10 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf python3.11-dev armhf 3.11.2-6+deb12u5 [615 kB]
[2025-05-09 12:00:51] Get:12 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf python3-setuptools all 66.1.1-1+deb12u1 [522 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
[2025-05-09 12:00:58] Fetched 7,493 kB in 8s (951 kB/s)
[2025-05-09 12:00:58] Selecting previously unselected package javascript-common.
(Reading database ... 63689 files and directories currently installed.)
[2025-05-09 12:00:59] Preparing to unpack .../00-javascript-common_11+nmu1_all.deb ...
[2025-05-09 12:00:59] Unpacking javascript-common (11+nmu1) ...
[2025-05-09 12:01:00] Selecting previously unselected package libexpat1-dev:armhf.
[2025-05-09 12:01:00] Preparing to unpack .../01-libexpat1-dev_2.5.0-1+deb12u1_armhf.deb ...
[2025-05-09 12:01:00] Unpacking libexpat1-dev:armhf (2.5.0-1+deb12u1) ...
[2025-05-09 12:01:00] Selecting previously unselected package libjs-jquery.
[2025-05-09 12:01:00] Preparing to unpack .../02-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
[2025-05-09 12:01:01] Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
[2025-05-09 12:01:01] Selecting previously unselected package libjs-underscore.
[2025-05-09 12:01:01] Preparing to unpack .../03-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
[2025-05-09 12:01:02] Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
[2025-05-09 12:01:02] Selecting previously unselected package libjs-sphinxdoc.
[2025-05-09 12:01:02] Preparing to unpack .../04-libjs-sphinxdoc_5.3.0-4_all.deb ...
[2025-05-09 12:01:02] Unpacking libjs-sphinxdoc (5.3.0-4) ...
[2025-05-09 12:01:03] Selecting previously unselected package zlib1g-dev:armhf.
[2025-05-09 12:01:03] Preparing to unpack .../05-zlib1g-dev_1%3a1.2.13.dfsg-1+rpt1_armhf.deb ...
[2025-05-09 12:01:03] Unpacking zlib1g-dev:armhf (1:1.2.13.dfsg-1+rpt1) ...
[2025-05-09 12:01:03] Selecting previously unselected package libpython3.11-dev:armhf.
[2025-05-09 12:01:04] Preparing to unpack .../06-libpython3.11-dev_3.11.2-6+deb12u5_armhf.deb ...
[2025-05-09 12:01:04] Unpacking libpython3.11-dev:armhf (3.11.2-6+deb12u5) ...
[2025-05-09 12:01:13] Selecting previously unselected package libpython3-dev:armhf.
[2025-05-09 12:01:13] Preparing to unpack .../07-libpython3-dev_3.11.2-1_armhf.deb ...
[2025-05-09 12:01:14] Unpacking libpython3-dev:armhf (3.11.2-1) ...
[2025-05-09 12:01:14] Selecting previously unselected package python3.11-dev.
[2025-05-09 12:01:14] Preparing to unpack .../08-python3.11-dev_3.11.2-6+deb12u5_armhf.deb ...
[2025-05-09 12:01:14] Unpacking python3.11-dev (3.11.2-6+deb12u5) ...
[2025-05-09 12:01:14] Selecting previously unselected package python3-dev.
[2025-05-09 12:01:14] Preparing to unpack .../09-python3-dev_3.11.2-1_armhf.deb ...
[2025-05-09 12:01:14] Unpacking python3-dev (3.11.2-1) ...
[2025-05-09 12:01:15] Selecting previously unselected package python3-setuptools.
[2025-05-09 12:01:15] Preparing to unpack .../10-python3-setuptools_66.1.1-1+deb12u1_all.deb ...
[2025-05-09 12:01:15] Unpacking python3-setuptools (66.1.1-1+deb12u1) ...
[2025-05-09 12:01:16] Selecting previously unselected package python3-wheel.
[2025-05-09 12:01:16] Preparing to unpack .../11-python3-wheel_0.38.4-2_all.deb ...
[2025-05-09 12:01:16] Unpacking python3-wheel (0.38.4-2) ...
[2025-05-09 12:01:17] Selecting previously unselected package python3-pip.
[2025-05-09 12:01:17] Preparing to unpack .../12-python3-pip_23.0.1+dfsg-1+rpt1_all.deb ...
[2025-05-09 12:01:17] Unpacking python3-pip (23.0.1+dfsg-1+rpt1) ...
[2025-05-09 12:01:21] Setting up javascript-common (11+nmu1) ...
[2025-05-09 12:01:22] Setting up python3-setuptools (66.1.1-1+deb12u1) ...
[2025-05-09 12:01:34] Setting up python3-wheel (0.38.4-2) ...
[2025-05-09 12:01:37] Setting up libexpat1-dev:armhf (2.5.0-1+deb12u1) ...
[2025-05-09 12:01:37] Setting up python3-pip (23.0.1+dfsg-1+rpt1) ...
[2025-05-09 12:02:06] Setting up zlib1g-dev:armhf (1:1.2.13.dfsg-1+rpt1) ...
[2025-05-09 12:02:06] Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
[2025-05-09 12:02:06] Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
[2025-05-09 12:02:06] Setting up libpython3.11-dev:armhf (3.11.2-6+deb12u5) ...
[2025-05-09 12:02:06] Setting up libjs-sphinxdoc (5.3.0-4) ...
[2025-05-09 12:02:06] Setting up libpython3-dev:armhf (3.11.2-1) ...
[2025-05-09 12:02:06] Setting up python3.11-dev (3.11.2-6+deb12u5) ...
[2025-05-09 12:02:06] Setting up python3-dev (3.11.2-1) ...
[2025-05-09 12:02:06] Processing triggers for man-db (2.11.2-2) ...
[2025-05-09 12:02:23] Reading package lists...
[2025-05-09 12:02:26] Building dependency tree...
[2025-05-09 12:02:26] Reading state information...
[2025-05-09 12:02:30] 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
[2025-05-09 12:02:30] Need to get 1,346 kB of archives.
[2025-05-09 12:02:30] After this operation, 0 B of additional disk space will be used.
[2025-05-09 12:02:30] Get:1 http://archive.raspberrypi.com/debian bookworm/main armhf bluez armhf 5.66-1+rpt1+deb12u2 [1,346 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
[2025-05-09 12:02:37] Fetched 1,346 kB in 1s (1,824 kB/s)
(Reading database ... 64987 files and directories currently installed.)
[2025-05-09 12:02:38] Preparing to unpack .../bluez_5.66-1+rpt1+deb12u2_armhf.deb ...
[2025-05-09 12:02:39] Unpacking bluez (5.66-1+rpt1+deb12u2) over (5.66-1+rpt1+deb12u2) ...
[2025-05-09 12:02:42] Setting up bluez (5.66-1+rpt1+deb12u2) ...
[2025-05-09 12:03:03] Processing triggers for man-db (2.11.2-2) ...
[2025-05-09 12:03:10] Processing triggers for dbus (1.14.10-1~deb12u1) ...
[2025-05-09 12:06:31] ****************************
[2025-05-09 12:06:31] * Install TheengsGateway *
[2025-05-09 12:06:31] ****************************
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2 0 2 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
[2025-05-09 12:06:44] Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
[2025-05-09 12:06:51] Collecting TheengsGateway
[2025-05-09 12:06:51] Downloading https://www.piwheels.org/simple/theengsgateway/TheengsGateway-1.5.0-py3-none-any.whl (33 kB)
[2025-05-09 12:06:52] Collecting bleak>=0.19.0 (from TheengsGateway)
[2025-05-09 12:06:52] Downloading https://www.piwheels.org/simple/bleak/bleak-0.22.3-py3-none-any.whl (142 kB)
[2025-05-09 12:06:53] Collecting bluetooth-clocks<1.0 (from TheengsGateway)
[2025-05-09 12:06:53] Downloading https://www.piwheels.org/simple/bluetooth-clocks/bluetooth_clocks-0.2.0-py3-none-any.whl (20 kB)
[2025-05-09 12:06:54] Collecting bluetooth-numbers<2.0,>=1.0 (from TheengsGateway)
[2025-05-09 12:06:54] Downloading https://www.piwheels.org/simple/bluetooth-numbers/bluetooth_numbers-1.1.2-py3-none-any.whl (500 kB)
[2025-05-09 12:06:56] Collecting importlib-metadata (from TheengsGateway)
[2025-05-09 12:06:58] Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB)
[2025-05-09 12:07:05] Collecting paho-mqtt<3.0.0,>=2.0.0 (from TheengsGateway)
[2025-05-09 12:07:06] Downloading https://www.piwheels.org/simple/paho-mqtt/paho_mqtt-2.1.0-py3-none-any.whl (67 kB)
[2025-05-09 12:07:17] Collecting pycryptodomex>=3.18.0 (from TheengsGateway)
[2025-05-09 12:07:17] Downloading https://www.piwheels.org/simple/pycryptodomex/pycryptodomex-3.22.0-cp37-abi3-linux_armv6l.whl (2.1 MB)
[2025-05-09 12:07:18] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 2.3 MB/s eta 0:00:00
[2025-05-09 12:07:27] Collecting TheengsDecoder>=1.7.8 (from TheengsGateway)
[2025-05-09 12:07:27] Downloading theengsdecoder-1.9.5.tar.gz (309 kB)
[2025-05-09 12:07:31] Installing build dependencies: started
[2025-05-09 12:08:45] Installing build dependencies: still running...
[2025-05-09 12:11:23] Installing build dependencies: still running...
[2025-05-09 12:12:24] Installing build dependencies: still running...
[2025-05-09 12:13:38] Installing build dependencies: still running...
[2025-05-09 12:14:40] Installing build dependencies: still running...
[2025-05-09 12:16:04] Installing build dependencies: still running...
[2025-05-09 12:17:26] Installing build dependencies: still running...
[2025-05-09 12:18:52] Installing build dependencies: still running...
[2025-05-09 12:20:15] Installing build dependencies: still running...
[2025-05-09 12:21:28] Installing build dependencies: still running...
[2025-05-09 12:22:40] Installing build dependencies: still running...
[2025-05-09 12:23:46] Installing build dependencies: still running...
[2025-05-09 12:25:30] Installing build dependencies: still running...
[2025-05-09 12:26:48] Installing build dependencies: still running...
[2025-05-09 12:28:02] Installing build dependencies: still running...
[2025-05-09 12:29:14] Installing build dependencies: still running...
[2025-05-09 12:31:03] Installing build dependencies: still running...
[2025-05-09 12:32:34] Installing build dependencies: still running...
[2025-05-09 12:33:44] Installing build dependencies: still running...
[2025-05-09 12:35:03] Installing build dependencies: still running...
[2025-05-09 12:36:11] Installing build dependencies: still running...
[2025-05-09 12:38:40] Installing build dependencies: still running...
[2025-05-09 12:40:11] Installing build dependencies: still running...
[2025-05-09 12:41:31] Installing build dependencies: still running...
[2025-05-09 12:42:54] Installing build dependencies: still running...
[2025-05-09 12:45:08] Installing build dependencies: still running...
[2025-05-09 12:46:32] Installing build dependencies: still running...
[2025-05-09 12:47:42] Installing build dependencies: still running...
[2025-05-09 12:49:04] Installing build dependencies: still running...
[2025-05-09 12:50:20] Installing build dependencies: still running...
[2025-05-09 12:51:26] Installing build dependencies: still running...
[2025-05-09 12:52:38] Installing build dependencies: still running...
[2025-05-09 12:53:42] Installing build dependencies: still running...
[2025-05-09 12:55:08] Installing build dependencies: still running...
[2025-05-09 12:56:15] Installing build dependencies: still running...
[2025-05-09 12:58:14] Installing build dependencies: still running...
[2025-05-09 13:00:18] Installing build dependencies: still running...
[2025-05-09 13:02:01] Installing build dependencies: still running...
[2025-05-09 13:04:40] Installing build dependencies: still running...
[2025-05-09 13:05:57] Installing build dependencies: still running...
[2025-05-09 13:07:42] Installing build dependencies: still running...
[2025-05-09 13:09:27] Installing build dependencies: still running...
[2025-05-09 13:10:40] Installing build dependencies: still running...
[2025-05-09 13:11:57] Installing build dependencies: still running...
[2025-05-09 13:13:39] Installing build dependencies: still running...
[2025-05-09 13:14:53] Installing build dependencies: still running...
[2025-05-09 13:16:18] Installing build dependencies: still running...
[2025-05-09 13:17:31] Installing build dependencies: still running...
[2025-05-09 13:18:35] Installing build dependencies: still running...
[2025-05-09 13:19:55] Installing build dependencies: still running...
[2025-05-09 13:21:41] Installing build dependencies: still running...
[2025-05-09 13:24:32] Installing build dependencies: still running...
[2025-05-09 13:28:12] Installing build dependencies: still running...
[2025-05-09 13:30:15] Installing build dependencies: still running...
[2025-05-09 13:32:00] Installing build dependencies: still running...
[2025-05-09 13:33:07] Installing build dependencies: still running...
[2025-05-09 13:34:22] Installing build dependencies: still running...
[2025-05-09 13:35:41] Installing build dependencies: still running...
[2025-05-09 13:37:19] Installing build dependencies: still running...
[2025-05-09 13:38:55] Installing build dependencies: still running...
[2025-05-09 13:40:30] Installing build dependencies: still running...
[2025-05-09 13:41:52] Installing build dependencies: still running...
[2025-05-09 13:43:25] Installing build dependencies: still running...
[2025-05-09 13:46:09] Installing build dependencies: still running...
[2025-05-09 13:48:04] Installing build dependencies: still running...
[2025-05-09 13:49:24] Installing build dependencies: still running...
user@raspberrypi0w:/etc/sudoers.d $
L’installation est toujours en cours

J’utilise la conf MQTT Manager, qui a était installé quand j’ai installé ZwaveJS
Voici les logs du plugin en débug
[2025-05-09 11:46:10] INFO : Début d'activation du plugin
[2025-05-09 11:46:11] INFO : Info sur le démon : {"launchable_message":"","launchable":"nok","state":"nok","log":"nok","auto":0}
[2025-05-09 11:46:12] INFO : Latest Theengs Gateway version: 1.5.0
[2025-05-09 11:46:12] INFO : Latest Theengs decoder version: 1.9.5
[2025-05-09 11:53:23] INFO : Latest Theengs Gateway version: 1.5.0
[2025-05-09 11:53:23] INFO : Latest Theengs decoder version: 1.9.5
[2025-05-09 11:53:23] DEBUG : create:online/En ligne
[2025-05-09 11:53:23] DEBUG : create:restart/(Re)Démarrer
[2025-05-09 11:53:23] DEBUG : create:stop/Arrêter
[2025-05-09 11:59:24] DEBUG : SSH exec:hcitool dev | grep hci => hci0 B8:27:EB:5D:CD:7E
[2025-05-09 11:59:35] DEBUG : SSH exec:ls /tmp/ | grep -Ec tgw_install_in_progress => 0
[2025-05-09 11:59:39] DEBUG : SSH exec:sudo /opt/TheengsGateway/bin/python3 -m TheengsGateway -h | grep -Ecw "usage:" => sudo: /opt/TheengsGateway/bin/python3: command not found 0
[2025-05-09 11:59:42] DEBUG : send file to 192.168.1.25
[2025-05-09 11:59:43] DEBUG : Task 'getRemoteSetupLogAsync' executed now
[2025-05-09 11:59:43] INFO : Lancement de l'installation de l'antenne 'Antenne_PI0w'
[2025-05-09 11:59:47] DEBUG : SSH exec:sudo systemctl stop TheengsGateway.service => Failed to stop TheengsGateway.service: Unit TheengsGateway.service not loaded.
[2025-05-09 11:59:47] DEBUG : SSH exec:sudo bash install.sh http://192.168.1.29/plugins/tgw/core/php/jeetgw.php?id=818 > /tmp/tgw_update.log 2>&1 & =>
[2025-05-09 11:59:48] DEBUG : end getRemoteSetupLogAsync
[2025-05-09 11:59:54] DEBUG : step:0 for id:818
[2025-05-09 11:59:57] DEBUG : get file '/tmp/tgw_update.log' from 192.168.1.25
[2025-05-09 12:00:32] DEBUG : step:1 for id:818
[2025-05-09 12:00:35] DEBUG : get file '/tmp/tgw_update.log' from 192.168.1.25
[2025-05-09 12:06:31] DEBUG : step:2 for id:818
[2025-05-09 12:06:34] DEBUG : get file '/tmp/tgw_update.log' from 192.168.1.25
[2025-05-09 13:15:46] DEBUG : SSH exec:ls /tmp/ | grep -Ec tgw_install_in_progress => 1
[2025-05-09 13:35:50] DEBUG : SSH exec:hcitool dev | grep hci => hci0 B8:27:EB:5D:CD:7E
La page Santé de Jeedom
Les 3 erreurs des plugins sont BLEA, Détection de téléphone, Jeedouino qui j’essaie de remplacer suite au passage de ma SMART en débian 11
La 4ème est lié à TGW, mais certainement parce que l’installation sur l’antenne PI0W n’est pas finie :