Zwave (openzwave) ne démarre pas suite update Python

Bonjour à tous,

Je m’apprêtais à passer sous zwave js aujourdhui, j’ai donc fait une mise à jour de tout le système avant notamment python 1, 2, 3 et après update, j’ai cette erreur qui me bloque :

de plus quand j’essaye d’installer depuis le market le plugin zwave js j’ai l’erreur suivante :
image

SyntaxError: invalid syntax
[2024-10-11 08:52:53] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 08:55:04] INFO  : Lancement démon openzwave : /usr/bin/python /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py  --device auto --loglevel debug --port 8083 --config_folder /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/config --data_folder /var/www/html/plugins/openzwave/core/class/../../data --callback http://127.0.0.1:80/plugins/openzwave/core/php/jeeZwave.php --apikey hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e --suppressRefresh 0 --cycle 0.3 --pid /tmp/jeedom/openzwave/deamon.pid
Traceback (most recent call last):
File "/var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py", line 18, in <module>
from ozwave import globals,server_utils,rest_server
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/server_utils.py", line 7, in <module>
from jeedom.jeedom import *
File "/var/www/html/plugins/openzwave/resources/openzwaved/jeedom/jeedom.py", line 21, in <module>
import requests
File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line 48, in <module>
from charset_normalizer import __version__ as charset_normalizer_version
File "/usr/local/lib/python2.7/dist-packages/charset_normalizer/__init__.py", line 24, in <module>
from .api import from_bytes, from_fp, from_path
File "/usr/local/lib/python2.7/dist-packages/charset_normalizer/api.py", line 34
sequences: bytes,
^

Ma config actuelle :

Matériel	diy	Système à jour	1
Cron actif	OK	Scénario actif	OK
Démarré	OK 2024-10-11 08:48:03	Date système (dernière heure enregistrée)	OK 2024-10-11 08:58:18 (2024-10-11 08:02:01)
Droits sudo	OK	Version Jeedom	4.4.18
Version OS	debian 10.13	Version PHP	7.3.31-1~deb10u5
Nombre de processus Apache	12	Version OS	Linux debian 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64 GNU/Linux [10.13]
Version database	10.3.39-MariaDB-0+deb10u1	Espace disque libre	92 %
Connexion active/max/autorisée	15/21/151	Taille base de données	31.7 MB
Espace disque libre tmp	98 %	Mémoire disponible	82 % (Total 3947 Mo)
Mémoire suffisante	0	Erreur I/O	0
Swap disponible	100 % (Total 976 Mo)	Swapiness	60 %
Charge	0.2 - 0.25 - 0.15	Configuration réseau interne	OK
Configuration réseau externe	OK	Node	v18.19.0
Python	Python 2.7.16	Python 3	Python 3.7.3
Persistance du cache	OK (2024-10-11 08:46:54)	Apache private tmp	OK
Plugins 	1 NOK

Une piste à me donner ?

Merci pour vos retours, belle journée à tous.

Vous êtes en debian 10.

Lisez le changelog du plugin et vous aurez la réponse

C’est à dire ?

Je comprends pas l’intérêt de ta mise à jour avant update. Ce n’est pas utile et au vu de ton message, je crois que tu as fait « un peu n’importe quoi » et cassé ton système.

Si tu as accès aux équipements openzwave (fonctionnel ou non), fais ton installation debian 11 et ne touche plus à l’onglet de mise à jour de l’OS.

Antoine

Aie :frowning: mon but etait de mettre ma machine a jour avant zwavejs, mais je vais effectivement mettre debian 11.

Quel est le meilleur moyen de migrer vers Deb11 ?

Voici le log de l’update Python 2 :

+ echo '*******************Begin of package upgrade type pip2******************'
*******************Begin of package upgrade type pip2******************
+ sudo pip2 install --force-reinstall --upgrade entrypoints
/usr/local/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.utils import int_from_bytes
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting entrypoints
Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB)
Collecting configparser>=3.5; python_version == "2.7"
Using cached configparser-4.0.2-py2.py3-none-any.whl (22 kB)
Installing collected packages: configparser, entrypoints
Attempting uninstall: configparser
Found existing installation: configparser 4.0.2
Uninstalling configparser-4.0.2:
Successfully uninstalled configparser-4.0.2
Attempting uninstall: entrypoints
Found existing installation: entrypoints 0.3
Uninstalling entrypoints-0.3:
Successfully uninstalled entrypoints-0.3
Successfully installed configparser-4.0.2 entrypoints-0.3
+ sudo pip2 install --force-reinstall --upgrade pycurl
/usr/local/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.utils import int_from_bytes
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting pycurl
Using cached pycurl-7.43.0.5.tar.gz (216 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xTeoKY/pycurl/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xTeoKY/pycurl/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-N_J7Un
cwd: /tmp/pip-install-xTeoKY/pycurl/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-xTeoKY/pycurl/setup.py", line 961, in <module>
ext = get_extension(sys.argv, split_extension_source=split_extension_source)
File "/tmp/pip-install-xTeoKY/pycurl/setup.py", line 623, in get_extension
ext_config = ExtensionConfiguration(argv)
File "/tmp/pip-install-xTeoKY/pycurl/setup.py", line 101, in __init__
self.configure()
File "/tmp/pip-install-xTeoKY/pycurl/setup.py", line 238, in configure_unix
raise ConfigurationError(msg)
__main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
+ sudo pip2 install --force-reinstall --upgrade PyGObject
/usr/local/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.utils import int_from_bytes
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting PyGObject
Using cached PyGObject-3.36.1.tar.gz (716 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python /usr/local/lib/python2.7/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-JwyiXD/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel pycairo
cwd: None
Complete output (59 lines):
/usr/local/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.utils import int_from_bytes
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting setuptools
Using cached setuptools-44.1.1-py2.py3-none-any.whl (583 kB)
Collecting wheel
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting pycairo
Using cached pycairo-1.18.2.tar.gz (200 kB)
Building wheels for collected packages: pycairo
Building wheel for pycairo (setup.py): started
Building wheel for pycairo (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ON07Ha/pycairo/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ON07Ha/pycairo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-N5QXbe
cwd: /tmp/pip-install-ON07Ha/pycairo/
Complete output (15 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/cairo
copying cairo/__init__.py -> build/lib.linux-x86_64-2.7/cairo
copying cairo/__init__.pyi -> build/lib.linux-x86_64-2.7/cairo
copying cairo/py.typed -> build/lib.linux-x86_64-2.7/cairo
running build_ext
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Command '['pkg-config', '--print-errors', '--exists', 'cairo >= 1.13.1']' returned non-zero exit status 1
----------------------------------------
ERROR: Failed building wheel for pycairo
Running setup.py clean for pycairo
Failed to build pycairo
Installing collected packages: setuptools, wheel, pycairo
Running setup.py install for pycairo: started
Running setup.py install for pycairo: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ON07Ha/pycairo/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ON07Ha/pycairo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-1VW16J/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-JwyiXD/overlay --compile --install-headers /tmp/pip-build-env-JwyiXD/overlay/include/python2.7/pycairo
cwd: /tmp/pip-install-ON07Ha/pycairo/
Complete output (15 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/cairo
copying cairo/__init__.py -> build/lib.linux-x86_64-2.7/cairo
copying cairo/__init__.pyi -> build/lib.linux-x86_64-2.7/cairo
copying cairo/py.typed -> build/lib.linux-x86_64-2.7/cairo
running build_ext
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Command '['pkg-config', '--print-errors', '--exists', 'cairo >= 1.13.1']' returned non-zero exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ON07Ha/pycairo/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ON07Ha/pycairo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-1VW16J/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-JwyiXD/overlay --compile --install-headers /tmp/pip-build-env-JwyiXD/overlay/include/python2.7/pycairo Check the logs for full command output.
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python /usr/local/lib/python2.7/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-JwyiXD/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel pycairo Check the logs for full command output.
+ sudo pip2 install --force-reinstall --upgrade python-debianbts
/usr/local/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.utils import int_from_bytes
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Processing /root/.cache/pip/wheels/b9/02/35/9b83058d4772e0a85aec10aacf5ec6f6d461836effb51b7c5e/python_debianbts-2.10.0-py2.py3-none-any.whl
Processing /root/.cache/pip/wheels/e8/a2/d2/8d3a58a958740a81c206bd2c4b7b32dcfda3094610de945a65/PySimpleSOAP-1.16.2-py2-none-any.whl
Installing collected packages: pysimplesoap, python-debianbts
Attempting uninstall: pysimplesoap
Found existing installation: PySimpleSOAP 1.16.2
Uninstalling PySimpleSOAP-1.16.2:
Successfully uninstalled PySimpleSOAP-1.16.2
Attempting uninstall: python-debianbts
Found existing installation: python-debianbts 2.10.0
Uninstalling python-debianbts-2.10.0:
Successfully uninstalled python-debianbts-2.10.0
Successfully installed pysimplesoap-1.16.2 python-debianbts-2.10.0
+ sudo pip2 install --force-reinstall --upgrade pyxdg
/usr/local/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.utils import int_from_bytes
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting pyxdg
Using cached pyxdg-0.28-py2.py3-none-any.whl (49 kB)
Installing collected packages: pyxdg
Attempting uninstall: pyxdg
Found existing installation: pyxdg 0.25
ERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
+ sudo pip2 install --force-reinstall --upgrade systemd-python
/usr/local/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.utils import int_from_bytes
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting systemd-python
Using cached systemd-python-235.tar.gz (61 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wwLm6Q/systemd-python/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wwLm6Q/systemd-python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-SHQerb
cwd: /tmp/pip-install-wwLm6Q/systemd-python/
Complete output (12 lines):
Cannot find libsystemd or libsystemd-journal:
Package libsystemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsystemd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsystemd' found
Package libsystemd-journal was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsystemd-journal.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsystemd-journal' found
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
+ echo '*******************End of package installation******************'
*******************End of package installation******************

On n’update pas debian 10 vers debian 11
On réinstalle un système propre, puis Jeedom et on restaure le backup Jeedom

OK, merci à toi pour l’information précieuse à mes yeux

1 « J'aime »

petite question, debian 11 est remplacé par debian 12. Peut-on installer deb12 ou il y a encore trop d’inconnus ?

Officiellement debian 12 n’est pas encore supporté.

Même si le core l’est, l’ensemble des plugins ne l’est pas encore

1 « J'aime »

Merci @lperenna :slight_smile:

1 « J'aime »

Ca y est, je suis sous debian 11 (avec une nouvelle machine) et j’ai lancé la restauration de mon backup mais ca bloque sur deleting table : cmd …

[START RESTORE]
***************Begin Jeedom restore 2024-10-11 15:51:56***************
Send begin restore event...OK
Checking rights...
OK
Restore from file : /var/www/html/core/class/../../backup/backup-DOMOTIQUE-4.4.18-2024-10-11-00h20.tar.gz
Backup database access configuration...OK
Disable all task..
kill: (1642): No such process
. OK
Disable all scenario........................................................ OK
Unpacking backup...
OK
Deleting database...Disabling constraints...OK
Deleting table : ash_devices ...OK
Deleting table : cache ...OK
Deleting table : calendar_event ...OK
Deleting table : cmd ...

Voici le log Zwave :

[2024-10-11 13:34:17] ERROR  : Erreur exécution de la commande [BP LUMIERES][BP CH Charly][Voyant On] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=152&instance_id=1&cc_id=112&index=2&type=setconfig&value=1&size=1&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 13:34:17] ERROR  : Erreur exécution de la commande [BP LUMIERES][BP CUISINE 01][Voyant On] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=188&instance_id=1&cc_id=112&index=2&type=setconfig&value=1&size=1&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
sh: 1: /usr/bin/python: not found
[2024-10-11 13:41:33] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
sh: 1: /usr/bin/python: not found
[2024-10-11 13:46:06] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
sh: 1: /usr/bin/python: not found
[2024-10-11 13:50:38] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
sh: 1: /usr/bin/python: not found
[2024-10-11 13:55:35] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:00:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:00:35] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:05:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:05:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:10:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:10:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:15:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:15:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:20:02] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:20:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:25:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:25:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:30:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:30:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:35:02] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:35:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:40:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:40:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:45:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:45:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:50:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:50:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 14:55:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 14:55:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:00:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:00:35] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:05:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:05:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:10:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:10:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:15:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:15:35] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:20:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:20:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:25:02] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:25:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:30:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:30:35] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:35:03] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:35:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:36:45] ERROR  : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
sh: 1: /usr/bin/python: not found
[2024-10-11 15:37:16] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:37:42] 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-10-11 15:37:43] INFO  : Lancement démon openzwave : /usr/bin/python /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py  --device auto --loglevel debug --port 8083 --config_folder /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/config --data_folder /var/www/html/plugins/openzwave/core/class/../../data --callback http://127.0.0.1:80/plugins/openzwave/core/php/jeeZwave.php --apikey hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e --suppressRefresh 0 --cycle 0.3 --pid /tmp/jeedom/openzwave/deamon.pid
sh: 1: /usr/bin/python: not found
[2024-10-11 15:38:13] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:40:03] 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-10-11 15:40:04] INFO  : Lancement démon openzwave : /usr/bin/python /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py  --device auto --loglevel debug --port 8083 --config_folder /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/config --data_folder /var/www/html/plugins/openzwave/core/class/../../data --callback http://127.0.0.1:80/plugins/openzwave/core/php/jeeZwave.php --apikey hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e --suppressRefresh 0 --cycle 0.3 --pid /tmp/jeedom/openzwave/deamon.pid
sh: 1: /usr/bin/python: not found
[2024-10-11 15:40:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:45:03] 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-10-11 15:45:04] INFO  : Lancement démon openzwave : /usr/bin/python /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py  --device auto --loglevel debug --port 8083 --config_folder /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/config --data_folder /var/www/html/plugins/openzwave/core/class/../../data --callback http://127.0.0.1:80/plugins/openzwave/core/php/jeeZwave.php --apikey hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e --suppressRefresh 0 --cycle 0.3 --pid /tmp/jeedom/openzwave/deamon.pid
sh: 1: /usr/bin/python: not found
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI Pompes Chauffage SOL][Pompe 1 CHS Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=57&instance_id=1&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI Pompes Chauffage SOL][Pompe 2 CHS Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=57&instance_id=2&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI ORDRE CHAUDIERE][Chaudière Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=55&instance_id=1&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI POMPES RADIATEURS][Pompe Radiateur Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=56&instance_id=2&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI Pompes Chauffage SOL][Pompe 1 CHS Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=57&instance_id=1&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI Pompes Chauffage SOL][Pompe 2 CHS Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=57&instance_id=2&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI ORDRE CHAUDIERE][Chaudière Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=55&instance_id=1&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:49] ERROR  : Erreur exécution de la commande [RELAIS][RELAI POMPES RADIATEURS][Pompe Radiateur Off] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=56&instance_id=2&cc_id=37&index=0&type=setvalue&value=0&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:46:54] 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-10-11 15:46:55] INFO  : Lancement démon openzwave : /usr/bin/python /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py  --device auto --loglevel debug --port 8083 --config_folder /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/config --data_folder /var/www/html/plugins/openzwave/core/class/../../data --callback http://127.0.0.1:80/plugins/openzwave/core/php/jeeZwave.php --apikey hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e --suppressRefresh 0 --cycle 0.3 --pid /tmp/jeedom/openzwave/deamon.pid
sh: 1: /usr/bin/python: not found
[2024-10-11 15:47:25] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:48:03] 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-10-11 15:48:04] INFO  : Lancement démon openzwave : /usr/bin/python /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py  --device auto --loglevel debug --port 8083 --config_folder /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/config --data_folder /var/www/html/plugins/openzwave/core/class/../../data --callback http://127.0.0.1:80/plugins/openzwave/core/php/jeeZwave.php --apikey hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e --suppressRefresh 0 --cycle 0.3 --pid /tmp/jeedom/openzwave/deamon.pid
sh: 1: /usr/bin/python: not found
[2024-10-11 15:48:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:50:46] 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-10-11 15:50:47] INFO  : Lancement démon openzwave : /usr/bin/python /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py  --device auto --loglevel debug --port 8083 --config_folder /var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/config --data_folder /var/www/html/plugins/openzwave/core/class/../../data --callback http://127.0.0.1:80/plugins/openzwave/core/php/jeeZwave.php --apikey hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e --suppressRefresh 0 --cycle 0.3 --pid /tmp/jeedom/openzwave/deamon.pid
Traceback (most recent call last):
File "/var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py", line 18, in <module>
from ozwave import globals,server_utils,rest_server
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/globals.py", line 1, in <module>
import utils,network_utils,controller_utils,node_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/utils.py", line 6, in <module>
import network_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/network_utils.py", line 5, in <module>
import globals,utils,dispatcher_utils,serialization,node_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/dispatcher_utils.py", line 4, in <module>
import network_utils,node_utils,value_utils,scene_utils,controller_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/node_utils.py", line 5, in <module>
from lxml import etree
ImportError: No module named lxml
[2024-10-11 15:51:17] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log
[2024-10-11 15:53:05] ERROR  : Erreur exécution de la commande [BP LUMIERES][BP CH Charly][Voyant On] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=152&instance_id=1&cc_id=112&index=2&type=setconfig&value=1&size=1&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
[2024-10-11 15:53:05] ERROR  : Erreur exécution de la commande [BP LUMIERES][BP CUISINE 01][Voyant On] : Echec de la requête http : http://127.0.0.1:8083/node?node_id=188&instance_id=1&cc_id=112&index=2&type=setconfig&value=1&size=1&apikey=hLZNE3UvLTeavWF9Mr94f64Yu79hfD3e Curl error : Failed to connect to 127.0.0.1 port 8083: Connection refused
Traceback (most recent call last):
File "/var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py", line 18, in <module>
from ozwave import globals,server_utils,rest_server
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/globals.py", line 1, in <module>
import utils,network_utils,controller_utils,node_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/utils.py", line 6, in <module>
import network_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/network_utils.py", line 5, in <module>
import globals,utils,dispatcher_utils,serialization,node_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/dispatcher_utils.py", line 4, in <module>
import network_utils,node_utils,value_utils,scene_utils,controller_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/node_utils.py", line 5, in <module>
from lxml import etree
ImportError: No module named lxml
[2024-10-11 15:55:34] ERROR  : Impossible de lancer le démon openzwave, relancer le démon en debug et vérifiez la log

Pour rfxcom n’est pas reparti non plus, Deconz non plus :frowning:

Comment as tu fait l’installation ?

Debian 11, mis a jour
Installation de jeedom, update de celui ci
Restauration du backup ?

Pas de log dans http error ?

Hello,

Oui nouvelle machine vierge, install debian > update > install jeedom > tout était à jour > restauration backup.

Matériel	diy	Système à jour	1
Cron actif	OK	Scénario actif	OK
Démarré	OK 2024-10-11 15:46:11	Date système (dernière heure enregistrée)	OK 2024-10-11 16:04:40 (2024-10-11 15:54:01)
Droits sudo	OK	Version Jeedom	4.4.18
Version OS	debian 11.11	Version PHP	7.4.33
Nombre de processus Apache	11	Version OS	Linux jeedom 5.10.0-33-amd64 #1 SMP Debian 5.10.226-1 (2024-10-03) x86_64 GNU/Linux [11.11]
Version database	10.5.26-MariaDB-0+deb11u2	Espace disque libre	93 %
Connexion active/max/autorisée	12/21/151	Taille base de données	33.73 MB
Espace disque libre tmp	98 %	Mémoire disponible	89 % (Total 7874 Mo)
Mémoire suffisante	0	Erreur I/O	0
Swap disponible	100 % (Total 976 Mo)	Swapiness	10 %
Charge	0.1 - 0.2 - 0.24	Configuration réseau interne	OK
Configuration réseau externe	OK	Node	v20.18.0
Python	Python 2.7.18	Python 3	Python 3.9.2
Persistance du cache	OK (2024-10-11 16:00:02)	Apache private tmp	OK

log http RAS :

0000|[Fri Oct 11 13:20:51.777752 2024] [mpm_prefork:notice] [pid 3821:tid 3821] AH00163: Apache/2.4.62 (Debian) configured -- resuming normal operations
0001|[Fri Oct 11 13:20:51.777801 2024] [core:notice] [pid 3821:tid 3821] AH00094: Command line: '/usr/sbin/apache2'
0002|ls: cannot access '/tmp/jeedom_install_in_progress*': No such file or directory
0003|warning: commands will be executed using /bin/sh
0004|job 1 at Fri Oct 11 13:28:00 2024
0005|sudo: iptables: command not found
0006|sudo: iptables: command not found
0007|sudo: iptables: command not found
0008|[Fri Oct 11 13:33:46.521975 2024] [php7:error] [pid 6144:tid 6144] [client 172.16.0.30:62567] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0009|[Fri Oct 11 13:33:46.645990 2024] [php7:error] [pid 6145:tid 6145] [client 172.16.0.30:62572] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0010|[Fri Oct 11 13:33:46.721262 2024] [php7:error] [pid 6143:tid 6143] [client 172.16.0.30:62452] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0011|[Fri Oct 11 13:33:46.778902 2024] [php7:error] [pid 8282:tid 8282] [client 172.16.0.30:62573] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0012|[Fri Oct 11 13:33:46.845355 2024] [php7:error] [pid 3829:tid 3829] [client 172.16.0.30:62574] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0013|[Fri Oct 11 13:33:46.900598 2024] [php7:error] [pid 3826:tid 3826] [client 172.16.0.30:62575] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0014|[Fri Oct 11 13:33:46.970967 2024] [php7:error] [pid 3828:tid 3828] [client 172.16.0.30:62576] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0015|[Fri Oct 11 13:33:47.092554 2024] [php7:error] [pid 3825:tid 3825] [client 172.16.0.30:62577] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0016|ls: cannot access '/tmp/jeedom_install_in_progress*': No such file or directory
0017|warning: commands will be executed using /bin/sh
0018|job 32 at Fri Oct 11 15:39:00 2024
0019|ls: cannot access '/tmp/jeedom_install_in_progress*': No such file or directory
0020|warning: commands will be executed using /bin/sh
0021|job 34 at Fri Oct 11 15:40:00 2024
0022|[Fri Oct 11 15:45:25.465390 2024] [mpm_prefork:notice] [pid 3821:tid 3821] AH00170: caught SIGWINCH, shutting down gracefully
0023|libpng warning: Interlace handling should be turned on when using png_read_image
0024|libpng warning: Interlace handling should be turned on when using png_read_image
0025|libpng warning: Interlace handling should be turned on when using png_read_image
0026|[Fri Oct 11 15:46:07.817214 2024] [mpm_prefork:notice] [pid 684:tid 684] AH00163: Apache/2.4.62 (Debian) configured -- resuming normal operations
0027|[Fri Oct 11 15:46:07.854541 2024] [core:notice] [pid 684:tid 684] AH00094: Command line: '/usr/sbin/apache2'
0028|warning: commands will be executed using /bin/sh
0029|job 36 at Fri Oct 11 15:48:00 2024
0030|[Fri Oct 11 15:52:51.156050 2024] [php7:error] [pid 808:tid 808] [client 172.16.0.30:63860] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0031|[Fri Oct 11 15:52:51.279173 2024] [php7:error] [pid 1418:tid 1418] [client 172.16.0.30:63873] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0032|[Fri Oct 11 15:52:51.404826 2024] [php7:error] [pid 807:tid 807] [client 172.16.0.30:63874] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0033|[Fri Oct 11 15:52:51.561056 2024] [php7:error] [pid 1411:tid 1411] [client 172.16.0.30:63875] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/log.ajax.php:82\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/log.ajax.php on line 82
0034|[Fri Oct 11 15:52:52.220633 2024] [php7:error] [pid 1415:tid 1415] [client 172.16.0.30:63838] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0035|[Fri Oct 11 15:52:52.344994 2024] [php7:error] [pid 1383:tid 1383] [client 172.16.0.30:63876] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0036|[Fri Oct 11 15:52:52.469934 2024] [php7:error] [pid 1417:tid 1417] [client 172.16.0.30:63877] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0037|[Fri Oct 11 15:52:52.594252 2024] [php7:error] [pid 1026:tid 1026] [client 172.16.0.30:63878] PHP Fatal error:  Uncaught Error: Class 'ajax' not found in /var/www/html/core/ajax/event.ajax.php:36\nStack trace:\n#0 {main}\n  thrown in /var/www/html/core/ajax/event.ajax.php on line 36
0038|warning: commands will be executed using /bin/sh
0039|job 38 at Fri Oct 11 15:59:00 2024
0040|warning: commands will be executed using /bin/sh
0041|job 39 at Fri Oct 11 16:00:00 2024

Par contre log networks suite à la restauration :

0000|[2024-10-11 15:53:01] ERROR  : Erreur sur networks::update() : [MySQL] Error code : 42S02 (1146). Table 'jeedom.object' doesn't exist  : SELECT `el`.`id`, `el`.`name`, `el`.`logicalId`, `el`.`generic_type`, `el`.`object_id`, `el`.`eqType_name`, `el`.`isVisible`, `el`.`isEnable`, `el`.`configuration`, `el`.`timeout`, `el`.`category`, `el`.`display`, `el`.`order`, `el`.`comment`, `el`.`tags` 		FROM eqLogic el 		LEFT JOIN object ob ON el.object_id=ob.id 		WHERE eqType_name=:eqType_name  ORDER BY ob.name,el.name

Log script

0000|[2024-10-11 15:53:01] ERROR  : Erreur sur script::cronUpdate() : [MySQL] Error code : 42S02 (1146). Table 'jeedom.object' doesn't exist  : SELECT `el`.`id`, `el`.`name`, `el`.`logicalId`, `el`.`generic_type`, `el`.`object_id`, `el`.`eqType_name`, `el`.`isVisible`, `el`.`isEnable`, `el`.`configuration`, `el`.`timeout`, `el`.`category`, `el`.`display`, `el`.`order`, `el`.`comment`, `el`.`tags` 		FROM eqLogic el 		LEFT JOIN object ob ON el.object_id=ob.id 		WHERE eqType_name=:eqType_name  AND isEnable=1 ORDER BY ob.name,el.name

et encore sur openzwave, scenario etc…

Voici ce que j’ai quand je relance le demon openzwave en debug :

File "/var/www/html/plugins/openzwave/core/class/../../resources/openzwaved/openzwaved.py", line 18, in <module>
from ozwave import globals,server_utils,rest_server
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/globals.py", line 1, in <module>
import utils,network_utils,controller_utils,node_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/utils.py", line 6, in <module>
import network_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/network_utils.py", line 5, in <module>
import globals,utils,dispatcher_utils,serialization,node_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/dispatcher_utils.py", line 4, in <module>
import network_utils,node_utils,value_utils,scene_utils,controller_utils
File "/var/www/html/plugins/openzwave/resources/openzwaved/ozwave/node_utils.py", line 5, in <module>
from lxml import etree
ImportError: No module named lxml

Update, j’ai installé Zwave JS, mes modules sont en cours de synchro, je pense que je pourrais bientôt procéder à la fonction remplacer, est-ce que je vois juste dans mon raisonnement ?

1 « J'aime »

Bonjour,
Surtout n’oublies pas que les demon openzwave et zwavejs ne doivent pas être actif en même temps, c’est soit l’un soit l’autre.
Bien cordialement

1 « J'aime »

Oui j’ai bien noté ce paramètre important, merci de ta bienveillance.

Ta page santé telle que tu la donnes est illisible. Fais une copie d’écran ou n’utilise pas de formatage si tu le fais depuis un pc.

1 « J'aime »

voici :slight_smile:

c’est le plugin wifilight qui n’est pas a jour, et les plugin en defaut sont RFX com, DECONZ et ZWAVE (openzwave).là je migre sur zwavejs, je fais les recollement

openzwave en debian 11 tu peux oublier.

rfxcom et deconz, il faut créer un post dédié et donner le log de l’installation des dépendances, si version stable ou beta et le log démarrage en debug du demon