Dépendances NOK mais démon OK

Bonjour,
Je viens de passer mon jeedom sur un Raspberry 4 B avec la version 4.5.1.
J’ai suivi le tuto Rendre le plugin XiaomiHome fonctionnel sous Debian 12, le démon a bien démarré, les remontées des équipements semblent ok mais les dépendances sont NOK ? Est-ce normal ? Du coup dans le log j’ai un message toutes les 5 minutes qui m’indique qu’il y a un souci avec le démon…
Merci pour votre retour !

Pas un log pas la page santé…

On fait quoi ? On demande au pere noel si il a une idee ?

4 « J'aime »

Bonjour…
Il me semblait que ma question était simple et s’adressait aux personnes qui avaient réalisées la manip du lien, en l’occurrence est-ce qu’après ces opérations le démon était démarré mais pas les dépendances.
Bref si le père noêl a une meilleure réponse avec les logs et la capture de la santé je suis preneur…


xiaomihome.txt (34,3 Ko)
xiaomihome_packages.txt (7,7 Ko)

Bonjour

je pense que personne n’ira télécharger et ouvrir vos log fournis en txt car cela sera illisible

il y a une fonction ici pour mettre les log (texte préformaté)
si vous voulez de l aide, je pense qu’il vous faut mettre ici les log comme cela est recommandé sur community

Merci à vous

2 « J'aime »

Ok merci pour votre retour
Log Xiaomihome :

0308|[2025-12-29 15:55: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
0309|[2025-12-29 16:00:07] ERROR  Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
0310|[2025-12-29 16:05: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
0311|[2025-12-29 16:10:06] ERROR  Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
0312|[2025-12-29 16:15: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
0313|[2025-12-29 16:20: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
0314|[2025-12-29 16:25: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

et log xiaomihome_packages

0000|+ echo '*******************Begin of package installation******************'
0001|*******************Begin of package installation******************
0002|+ touch /tmp/jeedom_install_in_progress_xiaomihome
0003|+ echo 1
0004|+ echo 2
0005|+ sudo apt update
0006|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0007|Hit:1 http://deb.debian.org/debian bookworm InRelease
0008|Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
0009|Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
0010|Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
0011|Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
0012|Reading package lists...
0013|Building dependency tree...
0014|Reading state information...
0015|4 packages can be upgraded. Run 'apt list --upgradable' to see them.
0016|+ sudo apt-get install -y python3 python3-pip python3-dev python3-venv
0017|Reading package lists...
0018|Building dependency tree...
0019|Reading state information...
0020|python3 is already the newest version (3.11.2-1+b1).
0021|python3-pip is already the newest version (23.0.1+dfsg-1+rpt1).
0022|python3-dev is already the newest version (3.11.2-1+b1).
0023|python3-venv is already the newest version (3.11.2-1+b1).
0024|0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
0025|+ echo 3
0026|+ sudo python3 -m venv --upgrade-deps /var/www/html/core/class/../../plugins/xiaomihome/resources/python_venv
0027|+ echo 4
0028|+ sudo /var/www/html/core/class/../../plugins/xiaomihome/resources/python_venv/bin/python3 -m pip install --upgrade pip wheel
0029|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0030|Requirement already satisfied: pip in ./html/plugins/xiaomihome/resources/python_venv/lib/python3.11/site-packages (25.3)
0031|Requirement already satisfied: wheel in ./html/plugins/xiaomihome/resources/python_venv/lib/python3.11/site-packages (0.45.1)
0032|+ echo 5
0033|+ sudo /var/www/html/core/class/../../plugins/xiaomihome/resources/python_venv/bin/python3 -m pip install --force-reinstall --upgrade pycrypto
0034|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0035|Collecting pycrypto
0036|Using cached pycrypto-2.6.1.tar.gz (446 kB)
0037|Installing build dependencies: started
0038|Installing build dependencies: finished with status 'done'
0039|Getting requirements to build wheel: started
0040|Getting requirements to build wheel: finished with status 'done'
0041|Preparing metadata (pyproject.toml): started
0042|Preparing metadata (pyproject.toml): finished with status 'done'
0043|Building wheels for collected packages: pycrypto
0044|Building wheel for pycrypto (pyproject.toml): started
0045|Building wheel for pycrypto (pyproject.toml): finished with status 'error'
0046|error: subprocess-exited-with-error
0047|× Building wheel for pycrypto (pyproject.toml) did not run successfully.
0048|│ exit code: 1
0049|╰─> [84 lines of output]
0050|/tmp/pip-build-env-mwkbkpw1/overlay/lib/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
0051|!!
0052|********************************************************************************
0053|Please consider removing the following classifiers in favor of a SPDX license expression:
0054|License :: Public Domain
0055|See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
0056|********************************************************************************
0057|!!
0058|self._finalize_license_expression()
0059|checking for gcc... gcc
0060|checking whether the C compiler works... yes
0061|checking for C compiler default output file name... a.out
0062|checking for suffix of executables...
0063|checking whether we are cross compiling... no
0064|checking for suffix of object files... o
0065|checking whether we are using the GNU C compiler... yes
0066|checking whether gcc accepts -g... yes
0067|checking for gcc option to accept ISO C89... none needed
0068|checking for __gmpz_init in -lgmp... yes
0069|checking for __gmpz_init in -lmpir... no
0070|checking whether mpz_powm is declared... yes
0071|checking whether mpz_powm_sec is declared... yes
0072|checking how to run the C preprocessor... gcc -E
0073|checking for grep that handles long lines and -e... /usr/bin/grep
0074|checking for egrep... /usr/bin/grep -E
0075|checking for ANSI C header files... yes
0076|checking for sys/types.h... yes
0077|checking for sys/stat.h... yes
0078|checking for stdlib.h... yes
0079|checking for string.h... yes
0080|checking for memory.h... yes
0081|checking for strings.h... yes
0082|checking for inttypes.h... yes
0083|checking for stdint.h... yes
0084|checking for unistd.h... yes
0085|checking for inttypes.h... (cached) yes
0086|checking limits.h usability... yes
0087|checking limits.h presence... yes
0088|checking for limits.h... yes
0089|checking stddef.h usability... yes
0090|checking stddef.h presence... yes
0091|checking for stddef.h... yes
0092|checking for stdint.h... (cached) yes
0093|checking for stdlib.h... (cached) yes
0094|checking for string.h... (cached) yes
0095|checking wchar.h usability... yes
0096|checking wchar.h presence... yes
0097|checking for wchar.h... yes
0098|checking for inline... inline
0099|checking for int16_t... yes
0100|checking for int32_t... yes
0101|checking for int64_t... yes
0102|checking for int8_t... yes
0103|checking for size_t... yes
0104|checking for uint16_t... yes
0105|checking for uint32_t... yes
0106|checking for uint64_t... yes
0107|checking for uint8_t... yes
0108|checking for stdlib.h... (cached) yes
0109|checking for GNU libc compatible malloc... yes
0110|checking for memmove... yes
0111|checking for memset... yes
0112|configure: creating ./config.status
0113|config.status: creating src/config.h
0114|In file included from /usr/include/python3.11/Python.h:86,
0115|from src/_fastmath.c:31:
0116|/usr/include/python3.11/cpython/pytime.h:208:60: warning: ‘struct timespec’ declared inside parameter list will not be visible outside of this definition or declaration
0117|208 | PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts);
0118||                                                            ^~~~~~~~
0119|/usr/include/python3.11/cpython/pytime.h:213:56: warning: ‘struct timespec’ declared inside parameter list will not be visible outside of this definition or declaration
0120|213 | PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts);
0121||                                                        ^~~~~~~~
0122|/usr/include/python3.11/cpython/pytime.h:217:63: warning: ‘struct timespec’ declared inside parameter list will not be visible outside of this definition or declaration
0123|217 | PyAPI_FUNC(void) _PyTime_AsTimespec_clamp(_PyTime_t t, struct timespec *ts);
0124||                                                               ^~~~~~~~
0125|src/_fastmath.c:33:10: fatal error: longintrepr.h: No such file or directory
0126|33 | #include <longintrepr.h>                                /* for conversions */
0127||          ^~~~~~~~~~~~~~~
0128|compilation terminated.
0129|error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
0130|[end of output]
0131|note: This error originates from a subprocess, and is likely not a problem with pip.
0132|ERROR: Failed building wheel for pycrypto
0133|Failed to build pycrypto
0134|error: failed-wheel-build-for-install
0135|× Failed to build installable wheels for some pyproject.toml based projects
0136|╰─> pycrypto
0137|+ echo 6
0138|+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end xiaomihome
0139|+ echo 7
0140|+ rm /tmp/jeedom_install_in_progress_xiaomihome
0141|+ echo '*******************End of package installation******************'
0142|*******************End of package installation******************

Je vois bien qu’il y a eu un souci sur l’instal mais je n’ai pas compris dans le tutoriel si cela était normal ou non puisque le plugin n’était plus maintenu.

Si l’un de ceux qui ont le plugin qui tourne pouvait m’indiquer si les dépendances sont ok chez eux et pas uniquement le démon comme chez moi :pray:

Ben oui je syis en 4.5.1 deb12 avec le plugin et je nai pas de log d’erreur et tt tourne.

Donner un log pas en debug ou on voit juste attention je pense qu’il y a un souci ou rien donner c pareil…

Vous avez redémarrer votre box/rpi ou autre ?

Box redémarré pas de changement. Le log en mode debug

7083|[2025-12-29 21:10: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
7084|[2025-12-29 21:10:05] INFO  Lancement démon xiaomihome : /var/www/html/core/class/../../plugins/xiaomihome/resources/python_venv/bin/python3 /var/www/html/plugins/xiaomihome/resources/xiaomihomed/xiaomihomed.py --loglevel debug --socketport 55019 --callback http://127.0.0.1:80/plugins/xiaomihome/core/php/jeeXiaomiHome.php --apikey qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH --cycle 0.05 --pid /tmp/jeedom/xiaomihome/deamon.pid
7085|[2025-12-29 21:10:06] INFO  : Start xiaomihomed
7086|[2025-12-29 21:10:06] INFO  : Log level : debug
7087|[2025-12-29 21:10:06] INFO  : Socket port : 55019
7088|[2025-12-29 21:10:06] INFO  : Socket host : 127.0.0.1
7089|[2025-12-29 21:10:06] INFO  : PID file : /tmp/jeedom/xiaomihome/deamon.pid
7090|[2025-12-29 21:10:06] INFO  : Apikey : qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH
7091|[2025-12-29 21:10:06] INFO  : Callback : http://127.0.0.1:80/plugins/xiaomihome/core/php/jeeXiaomiHome.php
7092|[2025-12-29 21:10:06] INFO  : Cycle : 0.05
7093|[2025-12-29 21:10:06] INFO  : Writing PID 69644 to /tmp/jeedom/xiaomihome/deamon.pid
7094|[2025-12-29 21:10:06] INFO  : Start changes async thread
7095|[2025-12-29 21:10:06] INFO  : Init request module v2.32.5
7096|[2025-12-29 21:10:06] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7097|[2025-12-29 21:10:06] DEBUG  Format Invalide
7098|[2025-12-29 21:10:06] DEBUG  : http://127.0.0.1:80 "GET /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7099|[2025-12-29 21:10:06] INFO  : Socket interface started
7100|[2025-12-29 21:10:06] INFO  : LoopNetServer Thread started
7101|[2025-12-29 21:10:06] INFO  : Start listening...
7102|[2025-12-29 21:10:06] INFO  : Listening on: [127.0.0.1:55019]
7103|[2025-12-29 21:10:06] DEBUG  : Read Socket Thread Launched
7104|[2025-12-29 21:10:06] DEBUG  : Aquara Thread Launched
7105|[2025-12-29 21:10:07] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'HkfZF3IzFCxu3aeA', 'data': '{"ip":"192.168.1.6"}'}
7106|[2025-12-29 21:10:07] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'HkfZF3IzFCxu3aeA', 'data': {'ip': '192.168.1.6'}}}}
7107|[2025-12-29 21:10:07] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7108|[2025-12-29 21:10:08] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7109|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'get_id_list', '286c07889dd4': '286c07889dd4'}
7110|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'get_id_list_ack', 'sid': '286c07889dd4', 'token': '9TABeMf6JiaK1tsG', 'data': '["158d0001720708","158d0001584e34","158d0001a3e0d0","158d0001ab7605","158d0001873cb1","158d000116f640","158d000116f281","158d000116e363","158d00015373d0","158d0001ab6dfa","158d00012cc316","158d000116e00e","158d0001ab3c1a","158d0001ab60aa","158d0001b1493e","158d0002739c5d","158d0001db606c","158d0001b14954","158d0001bb707f","158d0001d63b8d","158d0001a66772","158d00016c4613","158d0002483e0b"]'}
7111|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'read', 'sid': '158d0001720708'}
7112|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'read', 'sid': '158d0001584e34'}
7113|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'read', 'sid': '158d0001a3e0d0'}
7114|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'read_ack', 'model': 'magnet', 'sid': '158d0001720708', 'short_id': 20754, 'data': '{"voltage":3045,"status":"unknown"}'}
7115|[2025-12-29 21:10:08] DEBUG  : Send to jeedom: {'devices': {'aquara_158d0001720708': {'model': 'magnet', 'sid': '158d0001720708', 'cmd': 'read_ack', 'short_id': 20754, 'source': '192.168.1.6', 'token': '', 'data': {'voltage': 3045, 'status': 'unknown'}}}}
7116|[2025-12-29 21:10:08] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7117|[2025-12-29 21:10:08] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7118|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'read_ack', 'model': 'sensor_magnet.aq2', 'sid': '158d0001b1493e', 'short_id': 39084, 'data': '{"voltage":3015,"status":"close"}'}
7119|[2025-12-29 21:10:08] DEBUG  : Send to jeedom: {'devices': {'aquara_158d0001b1493e': {'model': 'sensor_magnet.aq2', 'sid': '158d0001b1493e', 'cmd': 'read_ack', 'short_id': 39084, 'source': '192.168.1.6', 'token': '', 'data': {'voltage': 3015, 'status': 'close'}}}}
7120|[2025-12-29 21:10:08] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7121|[2025-12-29 21:10:08] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7122|[2025-12-29 21:10:08] DEBUG  : {'cmd': 'read_ack', 'model': 'weather.v1', 'sid': '158d0002739c5d', 'short_id': 58084, 'data': '{"voltage":2945,"temperature":"2014","humidity":"4668","pressure":"98478"}'}
7123|[2025-12-29 21:10:08] DEBUG  : Send to jeedom: {'devices': {'aquara_158d0002739c5d': {'model': 'weather.v1', 'sid': '158d0002739c5d', 'cmd': 'read_ack', 'short_id': 58084, 'source': '192.168.1.6', 'token': '', 'data': {'voltage': 2945, 'temperature': '2014', 'humidity': '4668', 'pressure': '98478'}}}}
7124|[2025-12-29 21:10:08] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7125|[2025-12-29 21:10:08] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7126|[2025-12-29 21:10:17] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'pk7wADcOgyaoE5c7', 'data': '{"ip":"192.168.1.6"}'}
7127|[2025-12-29 21:10:17] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'pk7wADcOgyaoE5c7', 'data': {'ip': '192.168.1.6'}}}}
7128|[2025-12-29 21:10:17] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7129|[2025-12-29 21:10:17] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7130|[2025-12-29 21:10:27] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'J12ukhA6pGvWnRk7', 'data': '{"ip":"192.168.1.6"}'}
7131|[2025-12-29 21:10:27] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'J12ukhA6pGvWnRk7', 'data': {'ip': '192.168.1.6'}}}}
7132|[2025-12-29 21:10:27] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7133|[2025-12-29 21:10:27] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7134|[2025-12-29 21:10:37] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'Z1WmjFAkKsnDpwVY', 'data': '{"ip":"192.168.1.6"}'}
7135|[2025-12-29 21:10:37] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'Z1WmjFAkKsnDpwVY', 'data': {'ip': '192.168.1.6'}}}}
7136|[2025-12-29 21:10:37] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7137|[2025-12-29 21:10:37] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7138|[2025-12-29 21:10:47] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'Ra2XXQ0bAMwUg7li', 'data': '{"ip":"192.168.1.6"}'}
7139|[2025-12-29 21:10:47] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'Ra2XXQ0bAMwUg7li', 'data': {'ip': '192.168.1.6'}}}}
7140|[2025-12-29 21:10:47] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7141|[2025-12-29 21:10:47] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7142|[2025-12-29 21:10:57] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'XiShQh4f9S6L4Ji3', 'data': '{"ip":"192.168.1.6"}'}
7143|[2025-12-29 21:10:57] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'XiShQh4f9S6L4Ji3', 'data': {'ip': '192.168.1.6'}}}}
7144|[2025-12-29 21:10:57] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7145|[2025-12-29 21:10:57] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7146|[2025-12-29 21:11:07] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'KKJzmN92yXrzrsHW', 'data': '{"ip":"192.168.1.6"}'}
7147|[2025-12-29 21:11:07] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'KKJzmN92yXrzrsHW', 'data': {'ip': '192.168.1.6'}}}}
7148|[2025-12-29 21:11:07] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7149|[2025-12-29 21:11:07] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7150|[2025-12-29 21:11:17] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'wlIPIuykoogotp95', 'data': '{"ip":"192.168.1.6"}'}
7151|[2025-12-29 21:11:17] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'wlIPIuykoogotp95', 'data': {'ip': '192.168.1.6'}}}}
7152|[2025-12-29 21:11:17] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7153|[2025-12-29 21:11:17] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7154|[2025-12-29 21:11:27] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': '2g9WssNQpasHKjiH', 'data': '{"ip":"192.168.1.6"}'}
7155|[2025-12-29 21:11:27] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': '2g9WssNQpasHKjiH', 'data': {'ip': '192.168.1.6'}}}}
7156|[2025-12-29 21:11:27] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7157|[2025-12-29 21:11:27] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7158|[2025-12-29 21:11:37] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'qgeuxO1lD7NB4Mnl', 'data': '{"ip":"192.168.1.6"}'}
7159|[2025-12-29 21:11:37] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'qgeuxO1lD7NB4Mnl', 'data': {'ip': '192.168.1.6'}}}}
7160|[2025-12-29 21:11:37] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7161|[2025-12-29 21:11:37] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7162|[2025-12-29 21:11:47] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'rcQgy8Z9Xkyyn59h', 'data': '{"ip":"192.168.1.6"}'}
7163|[2025-12-29 21:11:47] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'rcQgy8Z9Xkyyn59h', 'data': {'ip': '192.168.1.6'}}}}
7164|[2025-12-29 21:11:47] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7165|[2025-12-29 21:11:47] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7166|[2025-12-29 21:11:57] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'TtTeBGVTkepste2d', 'data': '{"ip":"192.168.1.6"}'}
7167|[2025-12-29 21:11:57] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'TtTeBGVTkepste2d', 'data': {'ip': '192.168.1.6'}}}}
7168|[2025-12-29 21:11:57] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7169|[2025-12-29 21:11:57] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7170|[2025-12-29 21:11:59] DEBUG  : {'cmd': 'report', 'model': 'motion', 'sid': '158d00012cc316', 'short_id': 36101, 'data': '{"no_motion":"120"}'}
7171|[2025-12-29 21:11:59] DEBUG  : Send to jeedom: {'devices': {'aquara_158d00012cc316': {'model': 'motion', 'sid': '158d00012cc316', 'cmd': 'report', 'short_id': 36101, 'source': '192.168.1.6', 'token': '', 'data': {'no_motion': '120'}}}}
7172|[2025-12-29 21:11:59] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7173|[2025-12-29 21:11:59] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7174|[2025-12-29 21:12:07] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'V4hRfIAt4fzzaUeV', 'data': '{"ip":"192.168.1.6"}'}
7175|[2025-12-29 21:12:07] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'V4hRfIAt4fzzaUeV', 'data': {'ip': '192.168.1.6'}}}}
7176|[2025-12-29 21:12:07] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7177|[2025-12-29 21:12:07] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7178|[2025-12-29 21:12:17] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'HXsVnlQxQYiNUotE', 'data': '{"ip":"192.168.1.6"}'}
7179|[2025-12-29 21:12:17] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'HXsVnlQxQYiNUotE', 'data': {'ip': '192.168.1.6'}}}}
7180|[2025-12-29 21:12:17] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7181|[2025-12-29 21:12:17] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7182|[2025-12-29 21:12:27] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': '3GM0LBCqmy8jW9M3', 'data': '{"ip":"192.168.1.6"}'}
7183|[2025-12-29 21:12:27] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': '3GM0LBCqmy8jW9M3', 'data': {'ip': '192.168.1.6'}}}}
7184|[2025-12-29 21:12:27] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7185|[2025-12-29 21:12:27] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7186|[2025-12-29 21:12:37] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'yQ12xd6Kzv7HpMyn', 'data': '{"ip":"192.168.1.6"}'}
7187|[2025-12-29 21:12:37] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'yQ12xd6Kzv7HpMyn', 'data': {'ip': '192.168.1.6'}}}}
7188|[2025-12-29 21:12:37] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7189|[2025-12-29 21:12:37] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7190|[2025-12-29 21:12:47] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'zx2sHhsbKadBbLFn', 'data': '{"ip":"192.168.1.6"}'}
7191|[2025-12-29 21:12:47] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'zx2sHhsbKadBbLFn', 'data': {'ip': '192.168.1.6'}}}}
7192|[2025-12-29 21:12:47] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7193|[2025-12-29 21:12:47] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7194|[2025-12-29 21:12:57] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'caQ1iMe2HoB5baxA', 'data': '{"ip":"192.168.1.6"}'}
7195|[2025-12-29 21:12:57] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'caQ1iMe2HoB5baxA', 'data': {'ip': '192.168.1.6'}}}}
7196|[2025-12-29 21:12:57] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7197|[2025-12-29 21:12:57] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7198|[2025-12-29 21:12:59] DEBUG  : {'cmd': 'report', 'model': 'motion', 'sid': '158d00012cc316', 'short_id': 36101, 'data': '{"no_motion":"180"}'}
7199|[2025-12-29 21:12:59] DEBUG  : Send to jeedom: {'devices': {'aquara_158d00012cc316': {'model': 'motion', 'sid': '158d00012cc316', 'cmd': 'report', 'short_id': 36101, 'source': '192.168.1.6', 'token': '', 'data': {'no_motion': '180'}}}}
7200|[2025-12-29 21:12:59] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7201|[2025-12-29 21:12:59] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7202|[2025-12-29 21:13:07] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'fI5HO1nZJXghPWQ4', 'data': '{"ip":"192.168.1.6"}'}
7203|[2025-12-29 21:13:07] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'fI5HO1nZJXghPWQ4', 'data': {'ip': '192.168.1.6'}}}}
7204|[2025-12-29 21:13:07] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7205|[2025-12-29 21:13:07] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7206|[2025-12-29 21:13:17] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'In3XOn1WbG142w0y', 'data': '{"ip":"192.168.1.6"}'}
7207|[2025-12-29 21:13:17] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'In3XOn1WbG142w0y', 'data': {'ip': '192.168.1.6'}}}}
7208|[2025-12-29 21:13:17] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7209|[2025-12-29 21:13:17] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7210|[2025-12-29 21:13:27] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'lBdAAuQesqo5LQVG', 'data': '{"ip":"192.168.1.6"}'}
7211|[2025-12-29 21:13:27] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'lBdAAuQesqo5LQVG', 'data': {'ip': '192.168.1.6'}}}}
7212|[2025-12-29 21:13:27] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7213|[2025-12-29 21:13:27] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7214|[2025-12-29 21:13:37] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'MPNEhL6cQypjYj53', 'data': '{"ip":"192.168.1.6"}'}
7215|[2025-12-29 21:13:37] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'MPNEhL6cQypjYj53', 'data': {'ip': '192.168.1.6'}}}}
7216|[2025-12-29 21:13:37] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7217|[2025-12-29 21:13:37] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7218|[2025-12-29 21:13:47] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'eCaOv1uUcXObz19B', 'data': '{"ip":"192.168.1.6"}'}
7219|[2025-12-29 21:13:47] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'eCaOv1uUcXObz19B', 'data': {'ip': '192.168.1.6'}}}}
7220|[2025-12-29 21:13:47] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7221|[2025-12-29 21:13:47] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7222|[2025-12-29 21:13:57] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'Gi53auJswvcuuGud', 'data': '{"ip":"192.168.1.6"}'}
7223|[2025-12-29 21:13:57] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'Gi53auJswvcuuGud', 'data': {'ip': '192.168.1.6'}}}}
7224|[2025-12-29 21:13:57] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7225|[2025-12-29 21:13:57] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7226|[2025-12-29 21:14:06] DEBUG  : {'cmd': 'report', 'model': 'motion', 'sid': '158d00012cc316', 'short_id': 36101, 'data': '{"status":"motion"}'}
7227|[2025-12-29 21:14:06] DEBUG  : Send to jeedom: {'devices': {'aquara_158d00012cc316': {'model': 'motion', 'sid': '158d00012cc316', 'cmd': 'report', 'short_id': 36101, 'source': '192.168.1.6', 'token': '', 'data': {'status': 'motion'}}}}
7228|[2025-12-29 21:14:06] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7229|[2025-12-29 21:14:06] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7230|[2025-12-29 21:14:07] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': '5csuqfsUTI9o14LJ', 'data': '{"ip":"192.168.1.6"}'}
7231|[2025-12-29 21:14:07] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': '5csuqfsUTI9o14LJ', 'data': {'ip': '192.168.1.6'}}}}
7232|[2025-12-29 21:14:07] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7233|[2025-12-29 21:14:07] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7234|[2025-12-29 21:14:17] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'D3wJkq2KUvAFOJPx', 'data': '{"ip":"192.168.1.6"}'}
7235|[2025-12-29 21:14:17] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'D3wJkq2KUvAFOJPx', 'data': {'ip': '192.168.1.6'}}}}
7236|[2025-12-29 21:14:17] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7237|[2025-12-29 21:14:17] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7238|[2025-12-29 21:14:27] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'MLLTKXXP1NKgPphU', 'data': '{"ip":"192.168.1.6"}'}
7239|[2025-12-29 21:14:27] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'MLLTKXXP1NKgPphU', 'data': {'ip': '192.168.1.6'}}}}
7240|[2025-12-29 21:14:27] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7241|[2025-12-29 21:14:27] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7242|[2025-12-29 21:14:37] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'pPU5sZq6yBmU2Jnr', 'data': '{"ip":"192.168.1.6"}'}
7243|[2025-12-29 21:14:37] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'pPU5sZq6yBmU2Jnr', 'data': {'ip': '192.168.1.6'}}}}
7244|[2025-12-29 21:14:37] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7245|[2025-12-29 21:14:37] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7246|[2025-12-29 21:14:47] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'ttsawOGUSltCBF58', 'data': '{"ip":"192.168.1.6"}'}
7247|[2025-12-29 21:14:47] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'ttsawOGUSltCBF58', 'data': {'ip': '192.168.1.6'}}}}
7248|[2025-12-29 21:14:47] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7249|[2025-12-29 21:14:47] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7250|[2025-12-29 21:14:57] DEBUG  : {'cmd': 'heartbeat', 'model': 'gateway', 'sid': '286c07889dd4', 'short_id': '0', 'token': 'x5RARplVTVsKdQij', 'data': '{"ip":"192.168.1.6"}'}
7251|[2025-12-29 21:14:57] DEBUG  : Send to jeedom: {'devices': {'aquara_286c07889dd4': {'model': 'gateway', 'sid': '286c07889dd4', 'cmd': 'heartbeat', 'short_id': '0', 'source': '192.168.1.6', 'token': 'x5RARplVTVsKdQij', 'data': {'ip': '192.168.1.6'}}}}
7252|[2025-12-29 21:14:57] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7253|[2025-12-29 21:14:57] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7254|[2025-12-29 21:15:04] DEBUG  Rafraîchissement de XiaomiWifi : Aspirateur
7255|[2025-12-29 21:15:04] DEBUG  Envoi : {"apikey":"qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH","type":"wifi","cmd":"refresh","model":"vacuum","dest":"192.168.1.25","token":"526844574f73646670746a3965646f74","devtype":"034d","serial":"daf6"}
7256|[2025-12-29 21:15:04] DEBUG  Rafraîchissement de Aqara : Gateway
7257|[2025-12-29 21:15:04] INFO  : Client connected to [127.0.0.1:60364]
7258|[2025-12-29 21:15:04] INFO  : Message read from socket: b'{"apikey":"qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH","type":"wifi","cmd":"refresh","model":"vacuum","dest":"192.168.1.25","token":"526844574f73646670746a3965646f74","devtype":"034d","serial":"daf6"}'
7259|[2025-12-29 21:15:04] INFO  : Client disconnected from [127.0.0.1:60364]
7260|[2025-12-29 21:15:04] DEBUG  : SOCKET-READ------Message received in socket JEEDOM_SOCKET_MESSAGE
7261|[2025-12-29 21:15:04] DEBUG  : SOCKET-READ------Received command from jeedom : refresh
7262|[2025-12-29 21:15:04] DEBUG  : SOCKET-READ------Refreshing : vacuum
7263|[2025-12-29 21:15:04] DEBUG  : refreshing {'apikey': 'qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH', 'type': 'wifi', 'cmd': 'refresh', 'model': 'vacuum', 'dest': '192.168.1.25', 'token': '526844574f73646670746a3965646f74', 'devtype': '034d', 'serial': 'daf6'}
7264|[2025-12-29 21:15:04] DEBUG  : vacuum "msg_ver":8,"msg_seq":236,"state":8,"battery":100,"clean_time":0,"clean_area":0,"error_code":0,"map_present":1,"in_cleaning":0,"fan_power":100,"dnd_enabled":0
7265|[2025-12-29 21:15:04] DEBUG  : {'msg_ver': 8, 'msg_seq': 236, 'state': 8, 'battery': 100, 'clean_time': 0, 'clean_area': 0, 'error_code': 0, 'map_present': 1, 'in_cleaning': 0, 'fan_power': 100, 'dnd_enabled': 0}
7266|[2025-12-29 21:15:04] DEBUG  : vacuum "main_brush_work_time":95142,"side_brush_work_time":95142,"filter_work_time":95142,"sensor_dirty_time":95142
7267|[2025-12-29 21:15:04] DEBUG  : {'main_brush_work_time': 95142, 'side_brush_work_time': 95142, 'filter_work_time': 95142, 'sensor_dirty_time': 95142}
7268|[2025-12-29 21:15:04] DEBUG  : Send to jeedom: {'devices': {'wifi_192.168.1.25': {'model': 'vacuum', 'ip': '192.168.1.25', 'get_status': {'msg_ver': 8, 'msg_seq': 236, 'state': 'En charge', 'battery': 100, 'clean_time': '0:00:00s', 'clean_area': 0.0, 'error_code': 'Tout va bien', 'map_present': 1, 'in_cleaning': 0, 'fan_power': 100, 'dnd_enabled': 0}, 'get_consumable': {'main_brush_work_time': 95142, 'side_brush_work_time': 95142, 'filter_work_time': 95142, 'sensor_dirty_time': 95142}}}}
7269|[2025-12-29 21:15:04] DEBUG  : Starting new HTTP connection (1): 127.0.0.1:80
7270|[2025-12-29 21:15:04] DEBUG  Status Array
7271|(
7272|[model] => vacuum
7273|[ip] => 192.168.1.25
7274|[get_status] => Array
7275|(
7276|[msg_ver] => 8
7277|[msg_seq] => 236
7278|[state] => En charge
7279|[battery] => 100
7280|[clean_time] => 0:00:00s
7281|[clean_area] => 0
7282|[error_code] => Tout va bien
7283|[map_present] => 1
7284|[in_cleaning] => 0
7285|[fan_power] => 100
7286|[dnd_enabled] => 0
7287|)
7288|[get_consumable] => Array
7289|(
7290|[main_brush_work_time] => 95142
7291|[side_brush_work_time] => 95142
7292|[filter_work_time] => 95142
7293|[sensor_dirty_time] => 95142
7294|)
7295|)
7296|[2025-12-29 21:15:04] DEBUG  : http://127.0.0.1:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=qddTJ41hlH8QgeW4lfOOMQCwTRy5ypJmL2cGrb7vF2M3BlWH HTTP/1.1" 200 0
7297|[2025-12-29 21:15:05] DEBUG  : Signal 15 caught, exiting...
7298|[2025-12-29 21:15:05] DEBUG  : Shutdown
7299|[2025-12-29 21:15:05] DEBUG  : Removing PID file /tmp/jeedom/xiaomihome/deamon.pid

Merci

Bonjour

et vous avez bien suivi les modif a faire dans cette réponse ci dessous :

Bonjour
Oui j’ai bien effectué l’ensemble des modifs indiquées et vérifié trois fois sur l’éditeur…
Je vais refaire une install sur une carte sd pour voir si même souci…

Bonjour
exactement le même « problème » la seule chose que je n ai pas faite, c est l install des dépendances via le script tel que mentionné dans le 1er post du fil évoqué par @alexsabbah
je me suis contenté de démarré par le post #3 de @Eridani78 que je remercie d ailleurs énormément pour sa contribution car mon plugin Xiaomi m’est clairement indispensable.
du coup, comme le plugin fonctionne je n’ai pas osé exécuter le script d installation des dépendances…vous me le conseillez ?

je vois que @akenad évoque ici un probleme avec pycrypto.

j ai ce problème quand je vais dans la vérification des packages.

si je clique sur corriger voici ce que j’obtiens :

error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pycrypto
Failed to build pycrypto
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> pycrypto

et voici ce que ca donne

@temium62 Exactement le même constat chez moi

de ce que je crois en comprendre pycrypto ne serait plus maintenu mais « remplacé » par PyCryptodome. donc peut être que le lien qui pointe pour installer pycrypto est aujourd’hui « vide »…mais bon je suis (très) loin d’être un spécialiste du sujet…peut être des éclaireurs avertis pourront apporter un peu de lumière à tout ça !