Demon ne veut pas demarrer

Bonjour,
Je suis totalement novice sur Jeedom donc veillez excuser les questions candides.
J’ai fait l’acquisition d’une Jeedom Atlas en zwave intégré (je confirme sur la boite le rond zwave qui est coché).
Bon j’ai installé la jeedom sur mon réseau, pas de soucis en accès direct, j’ai eu quelque soucis pour l’accès Internet mais ça marche maintenant.
J’ai fait toutes les mise à jour et chargé quelque plugins officiels (mail, virtuel, openvpn, zwave)
Le soucis c’est que le zwave ne fonctionne pas, la dépendance est ok mais impossible de démarrer Demon. Il me dit que le plugin openzwave n’est pas installé !!! j’ai bien le plugin zwave officiel qui est installé mais je ne trouve aucun openzwave.
Bref je ne comprend pas. J’ai comme l’impression que ma box Atlas n’a pas zwave d’intégré contrairement à ce qui est marqué sur la boite.


Merci pour votre aide et n’oubliez pas que je suis novice (façon élégante de ne pas dire nul), merci pour votre indulgence
Mon soucis c’est que visiblement

Salut

Pourrais tu donner la page santé jeedom? Si elle indique un Linux type bulleyes, tu peux refaire l’installation pour la version buster ou passer au nouveau plugin zwavejs. Dans ce cas activer l’accès au plugin en béta pour le market.

Antoine

Merci pour votre aide. Santé donne ceci

Celle de jeedom.

Antoine

Salut,

Vu que c’est une box Jeedom Atlas elle n’est pas sur bulleyes :wink:

2 « J'aime »

Bonjour,

Il y a un problème avec l’installation des dépendances.
Relancez les et patientez, cela peut durer longtemps.

Ensuite montrez-nous le log terminant par _packages.
Pour transmettre un log, ne faite pas une capture d’écran, c’est difficilement lisible et on ne voit pas tout.
A la place:

  • appuyer sur « pause » en haut de la fenêtre du log
  • copier l’intégralité du log
  • coller le dans votre post dans un Texte préformaté à l’aide de l’outils </> lors de l’édition du message pour avoir ce résultat:
saisissez ou collez du code ici

ah désolé, voici Santé de Jeedom

Et ne placez pas les images sur un site externe mais directement dans votre message sinon dans quelques semaines/mois, les images auront disparues.

Désolé poru les images, j’avais débuté en faisant « joindre fichier » mais la photo est trop réduite et ne s’agrandit pas en cliquant dessus.

J’avais déja fait hier plusieurs réinstallation de la dépendance, sans résultat. Je viens d’en refaire une, voici les logs

from louie import version
File "louie/__init__.py", line 1, in 
from . import dispatcher, error, plugin, robustapply, saferef, sender, signal, version
File "louie/dispatcher.py", line 44
f"Louie connects: {connects}
"
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-1ZNHVB/louie/
+ echo 6
+ sudo pip2 install --force-reinstall --ignore-installed --upgrade requests
Collecting requests
Using cached https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl
Collecting idna<3,>=2.5; python_version < "3" (from requests)
Using cached https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl
Collecting urllib3<1.27,>=1.21.1 (from requests)
Using cached https://files.pythonhosted.org/packages/ec/03/062e6444ce4baf1eac17a6a0ebfe36bb1ad05e1df0e20b110de59c278498/urllib3-1.26.9-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests)
Using cached https://files.pythonhosted.org/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl
Collecting chardet<5,>=3.0.2; python_version < "3" (from requests)
Using cached https://files.pythonhosted.org/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl
Installing collected packages: idna, urllib3, certifi, chardet, requests
Successfully installed certifi-2021.10.8 chardet-4.0.0 idna-2.10 requests-2.27.1 urllib3-1.26.9
+ echo 7
+ sudo pip2 install --force-reinstall --ignore-installed --upgrade setuptools
Collecting setuptools
Using cached https://files.pythonhosted.org/packages/e1/b7/182161210a13158cd3ccc41ee19aadef54496b74f2817cc147006ec932b4/setuptools-44.1.1-py2.py3-none-any.whl
Installing collected packages: setuptools
Successfully installed setuptools-44.1.1
+ echo 8
+ sudo pip2 install --force-reinstall --ignore-installed --upgrade pyserial
Collecting pyserial
Using cached https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl
Installing collected packages: pyserial
Successfully installed pyserial-3.5
+ echo 9
+ sudo pip2 install --force-reinstall --ignore-installed --upgrade six
Collecting six
Using cached https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
Installing collected packages: six
Successfully installed six-1.16.0
+ echo 10
+ sudo pip2 install --force-reinstall --ignore-installed --upgrade tornado
Collecting tornado
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/_internal/cli/base_command.py", line 143, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/_internal/commands/install.py", line 338, in run
resolver.resolve(requirement_set)
File "/usr/lib/python2.7/dist-packages/pip/_internal/resolve.py", line 102, in resolve
self._resolve_one(requirement_set, req)
File "/usr/lib/python2.7/dist-packages/pip/_internal/resolve.py", line 256, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "/usr/lib/python2.7/dist-packages/pip/_internal/resolve.py", line 209, in _get_abstract_dist_for
self.require_hashes
File "/usr/lib/python2.7/dist-packages/pip/_internal/operations/prepare.py", line 283, in prepare_linked_requirement
progress_bar=self.progress_bar
File "/usr/lib/python2.7/dist-packages/pip/_internal/download.py", line 823, in unpack_url
unpack_file_url(link, location, download_dir, hashes=hashes)
File "/usr/lib/python2.7/dist-packages/pip/_internal/download.py", line 728, in unpack_file_url
unpack_file(from_path, location, content_type, link)
File "/usr/lib/python2.7/dist-packages/pip/_internal/utils/misc.py", line 600, in unpack_file
flatten=not filename.endswith('.whl')
File "/usr/lib/python2.7/dist-packages/pip/_internal/utils/misc.py", line 485, in unzip_file
zip = zipfile.ZipFile(zipfp, allowZip64=True)
File "/usr/lib/python2.7/zipfile.py", line 793, in __init__
self._RealGetContents()
File "/usr/lib/python2.7/zipfile.py", line 834, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file
+ echo 11
+ sudo chmod +x /var/www/html/core/class/../../plugins/openzwave/resources/post_install.sh
+ sudo /var/www/html/core/class/../../plugins/openzwave/resources/post_install.sh
Lancement de l'installation/mise à jour des dépendances openzwave
mkdir: cannot create directory '/opt': File exists
Désinstallation de la version précédente
Installation de Python-OpenZwave
Not uninstalling cython at /usr/lib/python2.7/dist-packages, outside environment /usr
Can't uninstall 'Cython'. No files were found to uninstall.
apt-get install --force-yes -y cython
Reading package lists...
Building dependency tree...
Reading state information...
cython is already the newest version (0.29.2-2).
0 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Installing dependencies for python : 2 7 16
apt-get install --force-yes -y python-pip python-dev python-docutils python-setuptools python-louie
Reading package lists...
Building dependency tree...
Reading state information...
python-louie is already the newest version (1.1-4).
python-dev is already the newest version (2.7.16-1).
python-docutils is already the newest version (0.14+dfsg-4).
python-pip is already the newest version (18.1-5).
python-setuptools is already the newest version (40.8.0-1).
0 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
W: --force-yes is deprecated, use one of the options starting with --allow instead.
apt-get install --force-yes -y build-essential libudev-dev g++
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.6).
g++ is already the newest version (4:8.3.0-1).
libudev-dev is already the newest version (241-7~deb10u8).
0 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
W: --force-yes is deprecated, use one of the options starting with --allow instead.
apt-get install --force-yes -y cython
Reading package lists...
Building dependency tree...
Reading state information...
cython is already the newest version (0.29.2-2).
0 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
W: --force-yes is deprecated, use one of the options starting with --allow instead.
pip install nose-html
Requirement already satisfied: nose-html in /usr/local/lib/python2.7/dist-packages (1.1)
Requirement already satisfied: nose>=0.11.1 in /usr/lib/python2.7/dist-packages (from nose-html) (1.3.7)
pip install nose-progressive
Requirement already satisfied: nose-progressive in /usr/local/lib/python2.7/dist-packages (1.5.2)
Requirement already satisfied: nose>=1.2.1 in /usr/lib/python2.7/dist-packages (from nose-progressive) (1.3.7)
Requirement already satisfied: blessings<2.0,>=1.3 in /usr/local/lib/python2.7/dist-packages (from nose-progressive) (1.7)
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from blessings<2.0,>=1.3->nose-progressive) (1.16.0)
pip install coverage
Requirement already satisfied: coverage in /usr/local/lib/python2.7/dist-packages (5.5)
pip install nose
Requirement already satisfied: nose in /usr/lib/python2.7/dist-packages (1.3.7)
pip install pylint
Collecting pylint
Using cached https://files.pythonhosted.org/packages/36/3b/fa4025a424adafd85c6195001b1c130ecb8d8b30784a1c4cb68e7b5e5ae7/pylint-1.9.5-py2.py3-none-any.whl
Requirement already satisfied: singledispatch; python_version < "3.4" in /usr/local/lib/python2.7/dist-packages (from pylint) (3.7.0)
Collecting mccabe (from pylint)
Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting configparser; python_version == "2.7" (from pylint)
Using cached https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl
Collecting astroid<2.0,>=1.6 (from pylint)
Using cached https://files.pythonhosted.org/packages/8b/29/0f7ec6fbf28a158886b7de49aee3a77a8a47a7e24c60e9fd6ec98ee2ec02/astroid-1.6.6-py2.py3-none-any.whl
Collecting isort>=4.2.5 (from pylint)
Using cached https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl
Collecting backports.functools-lru-cache; python_version == "2.7" (from pylint)
Using cached https://files.pythonhosted.org/packages/e5/c1/1a48a4bb9b515480d6c666977eeca9243be9fa9e6fb5a34be0ad9627f737/backports.functools_lru_cache-1.6.4-py2.py3-none-any.whl
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from pylint) (1.16.0)
Collecting enum34>=1.1.3; python_version < "3.4" (from astroid<2.0,>=1.6->pylint)
Using cached https://files.pythonhosted.org/packages/6f/2c/a9386903ece2ea85e9807e0e062174dc26fdce8b05f216d00491be29fad5/enum34-1.1.10-py2-none-any.whl
Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint)
Using cached https://files.pythonhosted.org/packages/6f/3e/7c80e8536b9d5eb66e784fff4c359adf9e55b37460fd6928192256ba71f2/lazy-object-proxy-1.7.0.tar.gz
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/lazy_object_proxy.egg-info
writing pip-egg-info/lazy_object_proxy.egg-info/PKG-INFO
writing top-level names to pip-egg-info/lazy_object_proxy.egg-info/top_level.txt
writing dependency_links to pip-egg-info/lazy_object_proxy.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/lazy_object_proxy.egg-info/SOURCES.txt'
Traceback (most recent call last):
File "", line 1, in 
File "/tmp/pip-install-ro_Gh6/lazy-object-proxy/setup.py", line 146, in 
distclass=BinaryDistribution,
File "/tmp/pip-build-env-V8sh0M/lib/python2.7/site-packages/setuptools/__init__.py", line 162, in setup
return distutils.core.setup(**attrs)
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/tmp/pip-build-env-V8sh0M/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 296, in run
self.find_sources()
File "/tmp/pip-build-env-V8sh0M/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 303, in find_sources
mm.run()
File "/tmp/pip-build-env-V8sh0M/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 534, in run
self.add_defaults()
File "/tmp/pip-build-env-V8sh0M/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 570, in add_defaults
sdist.add_defaults(self)
File "/tmp/pip-build-env-V8sh0M/lib/python2.7/site-packages/setuptools/command/py36compat.py", line 36, in add_defaults
self._add_defaults_ext()
File "/tmp/pip-build-env-V8sh0M/lib/python2.7/site-packages/setuptools/command/py36compat.py", line 118, in _add_defaults_ext
if self.distribution.has_ext_modules():
File "/tmp/pip-install-ro_Gh6/lazy-object-proxy/setup.py", line 70, in has_ext_modules
return super().has_ext_modules() or 'SETUP_PY_ALLOW_PURE' not in os.environ
TypeError: super() takes at least 1 argument (0 given)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-ro_Gh6/lazy-object-proxy/
make: *** [Makefile:163: tests-deps] Error 1
sed -i -e '253s/.*//' openzwave/cpp/src/value_classes/ValueID.h
cd openzwave && make
make[1]: Entering directory '/opt/python-openzwave/openzwave'
CPPFLAGS= make -C /opt/python-openzwave/openzwave/cpp/build/ -w
make[2]: Entering directory '/opt/python-openzwave/openzwave/cpp/build'
Building OpenZWave Version 1.4.-1
Building tinystr.o
Building tinyxmlerror.o
Building tinyxml.o
Building tinyxmlparser.o
Building hid.o
Building aeskey.o
Building aescrypt.o
Building aestab.o
Building aes_modes.o
Building Security.o
Building Proprietary.o
Building ThermostatSetpoint.o
Building ThermostatFanMode.o
Building ControllerReplication.o
Building MultiChannelAssociation.o
Building Clock.o
Building Color.o
Building Meter.o
Building ZWavePlusInfo.o
Building CRC16Encap.o
Building MultiInstance.o
Building MeterPulse.o
Building DoorLockLogging.o
/opt/python-openzwave/openzwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function 'virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32)':
/opt/python-openzwave/openzwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: warning: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Wrestrict]
snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]);
^~~~~~~~                             ~~~~~~~~
Building SwitchBinary.o
Building BasicWindowCovering.o
Building SwitchAll.o
Building Configuration.o
Building SwitchToggleBinary.o
Building SensorMultilevel.o
Building TimeParameters.o
Building UserCode.o
Building SensorAlarm.o
Building BarrierOperator.o
Building Association.o
Building EnergyProduction.o
Building DoorLock.o
Building SwitchMultilevel.o
Building ApplicationStatus.o
Building NodeNaming.o
Building Language.o
Building ClimateControlSchedule.o
Building Protection.o
Building CommandClass.o
Building ThermostatOperatingState.o
Building WakeUp.o
Building ManufacturerProprietary.o
Building MultiCmd.o
Building Hail.o
Building Lock.o
Building SceneActivation.o
Building Powerlevel.o
Building Alarm.o
Building NoOperation.o
Building AssociationCommandConfiguration.o
Building Battery.o
Building CentralScene.o
Building SoundSwitch.o
Building Indicator.o
Building SensorBinary.o
Building Version.o
Building CommandClasses.o
Building ThermostatFanState.o
Building ManufacturerSpecific.o
Building Basic.o
Building DeviceResetLocally.o
Building ThermostatMode.o
Building SwitchToggleMultilevel.o
Building Value.o
Building ValueList.o
Building ValueButton.o
Building ValueInt.o
Building ValueStore.o
Building ValueDecimal.o
Building ValueRaw.o
Building ValueString.o
Building ValueByte.o
Building ValueBool.o
Building ValueSchedule.o
Building ValueShort.o
Building Controller.o
Building Wait.o
Building Thread.o
Building Stream.o
Building Log.o
Building HidController.o
Building Mutex.o
Building SerialController.o
Building Event.o
Building FileOps.o
Building TimeStamp.o
Building FileOpsImpl.o
Building TimeStampImpl.o
Building WaitImpl.o
Building ThreadImpl.o
Building LogImpl.o
Building MutexImpl.o
Building SerialControllerImpl.o
Building EventImpl.o
Building Options.o
Building Scene.o
Building Utils.o
Building Driver.o
Building ZWSecurity.o
Building Group.o
Building Node.o
Building Manager.o
Building Msg.o
Building Notification.o
Creating vers.cpp
Building vers.o
Linking Static Library
Linking Shared Library
Making ozw_config file
make[2]: Leaving directory '/opt/python-openzwave/openzwave/cpp/build'
CPPFLAGS= make -C /opt/python-openzwave/openzwave/cpp/examples/MinOZW/ -w
make[2]: Entering directory '/opt/python-openzwave/openzwave/cpp/examples/MinOZW'
Building Main.o
Linking /opt/python-openzwave/openzwave/.lib/MinOZW
g++   -o /opt/python-openzwave/openzwave/.lib/MinOZW /opt/python-openzwave/openzwave/.lib/Main.o /opt/python-openzwave/openzwave/libopenzwave.so -pthread
Creating Temporary Shell Launch Script
make[2]: Leaving directory '/opt/python-openzwave/openzwave/cpp/examples/MinOZW'
make[1]: Leaving directory '/opt/python-openzwave/openzwave'
python setup-lib.py build
running build
running build_ext
cythoning src-lib/libopenzwave/libopenzwave.pyx to src-lib/libopenzwave/libopenzwave.cpp
/usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /opt/python-openzwave/src-lib/libopenzwave/libopenzwave.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
building 'libopenzwave' extension
creating build
creating build/temp.linux-aarch64-2.7
creating build/temp.linux-aarch64-2.7/src-lib
creating build/temp.linux-aarch64-2.7/src-lib/libopenzwave
aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-QCkEc0/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DPY_SSIZE_T_CLEAN=1 -Iopenzwave/cpp/src/ -Iopenzwave/cpp/src/value_classes/ -Iopenzwave/cpp/src/platform/ -Iopenzwave/cpp/build/linux/ -I/usr/include/python2.7 -c src-lib/libopenzwave/libopenzwave.cpp -o build/temp.linux-aarch64-2.7/src-lib/libopenzwave/libopenzwave.o
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
src-lib/libopenzwave/libopenzwave.cpp:3: warning: "PY_SSIZE_T_CLEAN" redefined
#define PY_SSIZE_T_CLEAN
: note: this is the location of the previous definition
In file included from openzwave/cpp/src/aes/aescpp.h:26,
from openzwave/cpp/src/Driver.h:42,
from src-lib/libopenzwave/libopenzwave.cpp:638:
openzwave/cpp/src/aes/aes.h:75: warning: ignoring #pragma warning  [-Wunknown-pragmas]
#pragma warning( disable : 4324 )
openzwave/cpp/src/aes/aes.h:93: warning: ignoring #pragma warning  [-Wunknown-pragmas]
#pragma warning( default : 4324 )
src-lib/libopenzwave/libopenzwave.cpp: In function 'PyObject* __pyx_pf_12libopenzwave_9PyManager_268beginControllerCommand(__pyx_obj_12libopenzwave_PyManager*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*)':
src-lib/libopenzwave/libopenzwave.cpp:30325:204: warning: 'bool OpenZWave::Manager::BeginControllerCommand(uint32, OpenZWave::Driver::ControllerCommand, OpenZWave::Driver::pfnControllerCallback_t, void*, bool, uint8, uint8)' is deprecated [-Wdeprecated-declarations]
__pyx_t_6 = __Pyx_PyBool_FromLong(__pyx_v_self->manager->BeginControllerCommand(__pyx_t_1, __pyx_t_2, __pyx_f_12libopenzwave_ctrl_callback, ((void *)__pyx_v_pythonfunc), __pyx_t_3, __pyx_t_4, __pyx_t_5)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 4120, __pyx_L1_error)
^
In file included from src-lib/libopenzwave/libopenzwave.cpp:643:
openzwave/cpp/src/Manager.h:1731:19: note: declared here
DEPRECATED bool BeginControllerCommand( uint32 const _homeId, Driver::ControllerCommand _command, Driver::pfnControllerCallback_t _callback = NULL, void* _context = NULL, bool _highPower = false, uint8 _nodeId = 0xff, uint8 _arg = 0 );
^~~~~~~~~~~~~~~~~~~~~~
creating build/lib.linux-aarch64-2.7
aarch64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-QCkEc0/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-QCkEc0/python2.7-2.7.16=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-aarch64-2.7/src-lib/libopenzwave/libopenzwave.o openzwave/libopenzwave.a -ludev -lstdc++ -o build/lib.linux-aarch64-2.7/libopenzwave.so
python setup-lib.py install
running install
running bdist_egg
running egg_info
creating src-lib/libopenzwave.egg-info
writing requirements to src-lib/libopenzwave.egg-info/requires.txt
writing src-lib/libopenzwave.egg-info/PKG-INFO
writing top-level names to src-lib/libopenzwave.egg-info/top_level.txt
writing dependency_links to src-lib/libopenzwave.egg-info/dependency_links.txt
writing manifest file 'src-lib/libopenzwave.egg-info/SOURCES.txt'
reading manifest file 'src-lib/libopenzwave.egg-info/SOURCES.txt'
writing manifest file 'src-lib/libopenzwave.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-aarch64/egg
running install_lib
running build_ext
skipping 'src-lib/libopenzwave/libopenzwave.cpp' Cython extension (up-to-date)
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/egg
copying build/lib.linux-aarch64-2.7/libopenzwave.so -> build/bdist.linux-aarch64/egg
creating stub loader for libopenzwave.so
byte-compiling build/bdist.linux-aarch64/egg/libopenzwave.py to libopenzwave.pyc
installing package data to build/bdist.linux-aarch64/egg
running install_data
creating build/bdist.linux-aarch64/egg/config
creating build/bdist.linux-aarch64/egg/EGG-INFO
copying src-lib/libopenzwave.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-lib/libopenzwave.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-lib/libopenzwave.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-lib/libopenzwave.egg-info/not-zip-safe -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-lib/libopenzwave.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-lib/libopenzwave.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
writing build/bdist.linux-aarch64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/libopenzwave-0.3.1-py2.7-linux-aarch64.egg' and adding 'build/bdist.linux-aarch64/egg' to it
removing 'build/bdist.linux-aarch64/egg' (and everything under it)
Processing libopenzwave-0.3.1-py2.7-linux-aarch64.egg
creating /usr/local/lib/python2.7/dist-packages/libopenzwave-0.3.1-py2.7-linux-aarch64.egg
Extracting libopenzwave-0.3.1-py2.7-linux-aarch64.egg to /usr/local/lib/python2.7/dist-packages
Adding libopenzwave 0.3.1 to easy-install.pth file
Installed /usr/local/lib/python2.7/dist-packages/libopenzwave-0.3.1-py2.7-linux-aarch64.egg
Processing dependencies for libopenzwave==0.3.1
Searching for six==1.16.0
Best match: six 1.16.0
Adding six 1.16.0 to easy-install.pth file
Using /usr/local/lib/python2.7/dist-packages
Finished processing dependencies for libopenzwave==0.3.1
Installation of lib finished.
python setup-api.py install
running install
running bdist_egg
running egg_info
creating src-api/openzwave.egg-info
writing requirements to src-api/openzwave.egg-info/requires.txt
writing src-api/openzwave.egg-info/PKG-INFO
writing top-level names to src-api/openzwave.egg-info/top_level.txt
writing dependency_links to src-api/openzwave.egg-info/dependency_links.txt
writing manifest file 'src-api/openzwave.egg-info/SOURCES.txt'
reading manifest file 'src-api/openzwave.egg-info/SOURCES.txt'
writing manifest file 'src-api/openzwave.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-aarch64/egg
running install_lib
running build_py
creating build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/command.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/option.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/group.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/value.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/controller.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/__init__.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/singleton.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/node.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/scene.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/network.py -> build/lib.linux-aarch64-2.7/openzwave
copying src-api/openzwave/object.py -> build/lib.linux-aarch64-2.7/openzwave
creating build/bdist.linux-aarch64/egg
creating build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/command.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/option.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/group.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/value.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/controller.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/__init__.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/singleton.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/node.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/scene.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/network.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/openzwave/object.py -> build/bdist.linux-aarch64/egg/openzwave
copying build/lib.linux-aarch64-2.7/libopenzwave.so -> build/bdist.linux-aarch64/egg
byte-compiling build/bdist.linux-aarch64/egg/openzwave/command.py to command.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/option.py to option.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/group.py to group.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/value.py to value.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/controller.py to controller.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/singleton.py to singleton.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/node.py to node.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/scene.py to scene.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/network.py to network.pyc
byte-compiling build/bdist.linux-aarch64/egg/openzwave/object.py to object.pyc
creating build/bdist.linux-aarch64/egg/EGG-INFO
copying src-api/openzwave.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-api/openzwave.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-api/openzwave.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-api/openzwave.egg-info/not-zip-safe -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-api/openzwave.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying src-api/openzwave.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
writing build/bdist.linux-aarch64/egg/EGG-INFO/native_libs.txt
creating 'dist/openzwave-0.3.1-py2.7.egg' and adding 'build/bdist.linux-aarch64/egg' to it
removing 'build/bdist.linux-aarch64/egg' (and everything under it)
Processing openzwave-0.3.1-py2.7.egg
creating /usr/local/lib/python2.7/dist-packages/openzwave-0.3.1-py2.7.egg
Extracting openzwave-0.3.1-py2.7.egg to /usr/local/lib/python2.7/dist-packages
Adding openzwave 0.3.1 to easy-install.pth file
Installed /usr/local/lib/python2.7/dist-packages/openzwave-0.3.1-py2.7.egg
Processing dependencies for openzwave==0.3.1
Searching for libopenzwave==0.3.1
Best match: libopenzwave 0.3.1
Processing libopenzwave-0.3.1-py2.7-linux-aarch64.egg
libopenzwave 0.3.1 is already the active version in easy-install.pth
Using /usr/local/lib/python2.7/dist-packages/libopenzwave-0.3.1-py2.7-linux-aarch64.egg
Searching for Louie==1.1
Best match: Louie 1.1
Adding Louie 1.1 to easy-install.pth file
Using /usr/lib/python2.7/dist-packages
Searching for six==1.16.0
Best match: six 1.16.0
Adding six 1.16.0 to easy-install.pth file
Using /usr/local/lib/python2.7/dist-packages
Finished processing dependencies for openzwave==0.3.1
Installation of API finished.
Everything is successfully installed!
+ echo 12
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end openzwave
+ rm /tmp/jeedom_install_in_progress_openzwave
+ echo '*******************End of package installation******************'
*******************End of package installation******************

Et pour le port de la configuration du plugin, quels sont les ports listés en sus de Auto.

Antoine

Je les ai essayé toutes sans succès. En toute logique ce devrait etre Jeedom Atlas mais j’ai fini par remettre la valeur par defaut « auto »
0ec4376259752ed67ee3df07f7e9b04e

le plugin openzwave semble bien installé d’après le Log. Normalement d’après la documentation c’est bien le port « Jeedom Atlas » qui doit être sélectionné.

il faudrait sortir un log en mode debug du plugin au démarrage avec cette configuration pour voir ce qu’il dit exactement.

Ta box est peut être HS et le hardware spécifique zwave n’est pas correctement détecté ou enfiché. j’ouvrirai un ticket chez jeedom à ta place, c’est à eux de diagnostiquer les problèmes avec leur hardware spécifique.

C’est un peu la crainte que j’ai, toute l’installation s’est bien passée au début et ça bloque sur un point qui ne devrait pas l’être et qui est simple. Et je me dis donc qu’il pourrait y avoir un soucis physique ou électronique sur la box. J’ai ouvert le capot, la carte contrôler est correctement enfichée.
Mais avant de faire un ticket je voudrais essayer au maximum de mon coté avec votre aide car étant débutant sur Jeedom je me dis que ce n’est peut etre qu’un détail que j’ai raté.

là franchement, je penche pour un souci, il faudrait leur renvoyer et demander un échange standard.

Ok, je vais voir ça prochainement vu que c’est dans un cadre professionnel. Merci pour vos aides.
Ils pourraient tester leurs appareils en QA avant de les vendre quand même.

Bonsoir.

Rien ne dit qu’il y a une panne, cela doit être même rare des pannes sur ce type de matériel.

Si vous vous en sentez capable, ouvrez la box et regardez si la carte file z-wave est bien câblée.
Dans les box précédentes, il est arrivé que la carte soit décalée d’une rangée de PIN.

Et autre contrôle bête, assurez vous d’avoir un modèle z-wave et pas zigbee. Cette erreur là est aussi arrivée.

2 « J'aime »

Oui j’ai regardé et la carte est bien enfichée sur les pin.
Pour la carte comment voir si c’est bien une zwave, il n’y a rien d’ecrit dessus. Juste un v1.1

en tout cas cela ne mange pas de pain d’ouvrir un ticket, vous y avez droit et l’équipe jeedom saura vous dépanner. Je reste sur mon idée, je ne crois pas à un souci logiciel vu le log. Les box sont prévues pour ça.

Oui je pense que je n’ai plus trop d’option. Tout le parametrage semble bon, il ne reste plus que ca.
J’espere que cette carte controler est bien une zwave. Je ne trouve aucune trace de cette carte sur le net, bizarre.

Pour info, l’appareil a été échangé par Jeedom et le nouveau marche très bien.
Le contrôleur zwave de l’Atlas (neuve) était donc bien HS. Visiblement il n’y a pas de Controle Qualité en sortie usine …
Merci à tous pour votre aide.