Page 2 sur 3

Re: Problème plugin suite mise à jour

Publié : 14 déc. 2024, 13:05
par pipiche
Un de tes problèmes est que

Code : Tout sélectionner

charset-normalizer==2.0.11 Python module is not installed or does not meet the required version. Requires 2.0.11, Installed 3.0.1.Make sure to install the required Python3 module with the correct version.
Donc si ce module est installé via apt-get alors il faut le supprimer et installer la bonne version via pip

Re: Problème plugin suite mise à jour

Publié : 14 déc. 2024, 20:04
par ker49
avec ton aide, j'ai fouiller un peu plus et j'ai trouvé qu'effectivement la version installée du module est la 3.0.1 et non pas la 2.0.11 !
Après de très nombreuses recherches, j'ai enfin réussi à enlever la version 3.0.1 par la commande suivante :
sudo apt remove python3-charset-normalizer

nouveau problème, je suis incapable d'installer la version 2.0.11 de charset-normalizer !

Quand je fais la commande sudo pip3 install -r requirements.txt j'ai une nouvelle erreur qui est :

"acndomo@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ sudo pip3 install -r requirements.txt
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

For more information visit http://rptl.io/venv

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification."


J'avoue être perdu. Quand je fais normalizer --version j'ai désormais ceci
"-bash: normalizer: command not found"
ce qui prouve que c'est bien désinstallé mais je n'ai plus rien désormais ..

Je ne vois pas d'autre solution

Re: Problème plugin suite mise à jour

Publié : 14 déc. 2024, 20:21
par pipiche
Je ne vois pas l’erreur

Re: Problème plugin suite mise à jour

Publié : 14 déc. 2024, 21:32
par ker49
c'est que je n'ai plus le module, ni en 3.0.1 ni en 2.0.11 !

donc cela ne risque pas de fonctionner à priori

et la commande sudo pip3 install -r requirements.txt me donne l'erreur indiquée dans le post

donc impossible pour moi d'avoir le plugin ... je comprends pas pourquoi pourtant après avoir enlevé le charset-normalizer et essayé de faire l'installation du plugin depuis le wiki cela bloque donc à sudo pip3 install -r requirements.txt
avec ceci après :
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

For more information visit http://rptl.io/venv

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification."

Re: Problème plugin suite mise à jour

Publié : 14 déc. 2024, 21:59
par pipiche
le module est dans la liste des requirements.

si tu fais la commande suivante depuis le home directory du plugin, ca installera ce module.
Maintenant, si il y a des erreurs il me faut la liste des choses (l'ensemble , pas l'erreur qui est donnée à la fin) qui sont affichées lors de cette commande

Code : Tout sélectionner

sudo python3 -m pip install -r requirements.txt --upgrade

Re: Problème plugin suite mise à jour

Publié : 15 déc. 2024, 10:11
par ker49
re bonjour,

j'ai vraiment beaucoup cherché et insisté hier, je fais dernière tentative car j'ai l'impression de tourner en rond sans franchement penser y arriver.

Alors pour résumer, dans le fichier requirements.txt j'ai ceci :

Code : Tout sélectionner

-c constraints.txt
charset-normalizer=2.0.11
charset-normalizer==2.0.11
zigpy
zigpy-cli
dnspython
z4d-certified-devices
distro
pyserial-asyncio-fast
zigpy_znp
zigpy_deconz
bellows
requests
distro

Déjà, je ne sais pas si c'est bien écrit pour que le module soit bien récupéré.
En effet, en cherchant à droite et à gauche, je trouve parfois le tiret écit en bas comme ça : charset-normalizer=2.0.11
et aussi parfois avec un seul signe = ou sinon 2 signes =

Ensuite, quand je fais la commande :

Code : Tout sélectionner

sudo python3 -m pip install -r requirements.txt --upgrade
j'ai ça :

Code : Tout sélectionner

acndomo@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ sudo nano requirements.txt
acndomo@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ sudo python3 -m pip install -r requirements.txt --upgrade
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.

    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.

    For more information visit http://rptl.io/venv

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
acndomo@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $
Est-ce que je t'ai bien expliqué tout ce qu'il faut ? Au niveau de l'erreur, as-tu bien l'ensemble ?
Je ne vois pas comment faire autrement ...

Merci par avance

Re: Problème plugin suite mise à jour

Publié : 15 déc. 2024, 10:42
par pipiche
Si le système n'affiche pas quel est le module python qui devrait etre installé, et simplement un x, je ne peu pas t'aider.



Donc je pense qu'il faut que tu prennes le fichier requirements.txt et constraints.txt et que tu supprimes les packet debian equyivalent

Egalement A la vue du fichier constraints.txt, tu n'es pas sur la dernière version. https://www.makeuseof.com/fix-pip-error ... ent-linux/, donc assure-toi de faire

Code : Tout sélectionner

git checkout stable7
git pull
voici le fichier requirements.txt que tu devrais avoir

Code : Tout sélectionner

-c constraints.txt
zigpy
zigpy-cli
dnspython
z4d-certified-devices
distro
pyserial-asyncio-fast
zigpy_znp
zigpy_deconz
bellows
requests
distro
Voici le fichier constraints.txt que tu devrais avoir

Code : Tout sélectionner

zigpy==0.73.1
zigpy_znp==0.13.1
zigpy_deconz==0.24.1
bellows==0.42.2
dnspython==2.6.1
pyserial>=3.5
charset-normalizer==2.0.11
jsonschema==4.17.3
cryptography<=40.0.2

Re: Problème plugin suite mise à jour

Publié : 15 déc. 2024, 10:50
par pipiche
sinon une autre piste que tu pourrais envisager c'est ce qui est discuté ici et qui est comment lancer Domoticz pour qu'il pointe sur un python venv

viewtopic.php?p=121373#p121373

Re: Problème plugin suite mise à jour

Publié : 15 déc. 2024, 12:35
par ker49
je suis passé par python venv et cela a fonctionné.

Le plugin s'installe et est bien accessible (icône verte dans les dispositifs). Nouveau problème par contre c'est que je n'ai pas accès à l’administration web du Plugin pourtant j'ai bien mis 9440.
Est-ce lié que je sois en https ? que mon raspi fonctionne en Wifi ?

voici le log avec une erreur de connexion :

Code : Tout sélectionner

 2024-12-15 12:27:33.455 Status: ZigbeeForDomoticz2: Started.
2024-12-15 12:27:33.457 Status: ::ffff:192.168.1.148 -> handle abandoned timeout (status=6)
2024-12-15 12:27:33.457 Status: ::ffff:192.168.1.148 -> handle abandoned timeout (status=6)
2024-12-15 12:27:33.615 Status: ::ffff:192.168.1.148 -> handle abandoned timeout (status=6)
2024-12-15 12:27:37.352 Status: ZigbeeForDomoticz2: Initialized version 7.1, author 'pipiche38'
2024-12-15 12:27:37.358 Status: ZigbeeForDomoticz2: Welcome to Zigbee for Domoticz (Z4D) plugin.
2024-12-15 12:27:37.358 Status: ZigbeeForDomoticz2: Z4D requires python3.9 or above and you are running 3.11
2024-12-15 12:27:37.359 ZigbeeForDomoticz2: Z4D loading PluginConf
2024-12-15 12:27:37.362 ZigbeeForDomoticz2: Loading PluginConf - from Domoticz sqlite Db
2024-12-15 12:27:37.362 ZigbeeForDomoticz2: /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-02.json timestamp is 1734259849.5273864
2024-12-15 12:27:37.362 ZigbeeForDomoticz2: Dz PluginConf is older than Json Dz: 0 Json: 1734259849.5273864
2024-12-15 12:27:37.365 Status: ZigbeeForDomoticz2: channel set to 15
2024-12-15 12:27:37.365 Status: ZigbeeForDomoticz2: filename set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-02.json
2024-12-15 12:27:37.365 Status: ZigbeeForDomoticz2: pluginHome set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee
2024-12-15 12:27:37.365 Status: ZigbeeForDomoticz2: homedirectory set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: pluginData set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Data
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: pluginConfig set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Conf
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: pluginOTAFirmware set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/OTAFirmware
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: pluginReports set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Reports
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: pluginWWW set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/www
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: pluginLogs set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Logs
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: SSLCertificate set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/certs/server.crt
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: SSLPrivateKey set to /home/acndomo/domoticz/plugins/Domoticz-Zigbee/certs/server.key
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: ControllerInRawMode set to True
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: expJsonDatabase set to 0
2024-12-15 12:27:37.366 Status: ZigbeeForDomoticz2: ControllerInRawMode set to True
2024-12-15 12:27:37.465 Status: ZigbeeForDomoticz2: Checking Python modules /home/acndomo/domoticz/plugins/Domoticz-Zigbee/constraints.txt
2024-12-15 12:27:37.471 Status: ZigbeeForDomoticz2: - zigpy==0.73.1 version required 0.73.1 installed 0.73.1
2024-12-15 12:27:37.474 Status: ZigbeeForDomoticz2: - zigpy_znp==0.13.1 version required 0.13.1 installed 0.13.1
2024-12-15 12:27:37.477 Status: ZigbeeForDomoticz2: - zigpy_deconz==0.24.1 version required 0.24.1 installed 0.24.1
2024-12-15 12:27:37.481 Status: ZigbeeForDomoticz2: - bellows==0.42.2 version required 0.42.2 installed 0.42.2
2024-12-15 12:27:37.485 Status: ZigbeeForDomoticz2: - dnspython==2.6.1 version required 2.6.1 installed 2.6.1
2024-12-15 12:27:37.489 Status: ZigbeeForDomoticz2: - pyserial>=3.5 version required 3.5 installed 3.5
2024-12-15 12:27:37.494 Status: ZigbeeForDomoticz2: - charset-normalizer==2.0.11 version required 2.0.11 installed 2.0.11
2024-12-15 12:27:37.498 Status: ZigbeeForDomoticz2: - jsonschema==4.17.3 version required 4.17.3 installed 4.17.3
2024-12-15 12:27:37.502 Status: ZigbeeForDomoticz2: - cryptography<=40.0.2 version required 40.0.2 installed 38.0.4
2024-12-15 12:27:37.502 ZigbeeForDomoticz2: Installing plugin custom page /home/acndomo/domoticz/www/templates/ZigbeeForDomoticz2.html
2024-12-15 12:27:37.503 ZigbeeForDomoticz2: start_logging_thread
2024-12-15 12:27:37.504 ZigbeeForDomoticz2: logging_thread - listening
2024-12-15 12:27:37.504 Status: ZigbeeForDomoticz2: Please watch plugin log into /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Logs/PluginZigbee_02.log
2024-12-15 12:27:37.519 Status: ZigbeeForDomoticz2: Z4D starting with stable7-7.1.016
2024-12-15 12:27:37.526 Error: ZigbeeForDomoticz2: Urlopen to http://127.0.0.1:8080/json.htm?type=command&param=gethardware rejected. Error: <urlopen error [Errno 111] Connection refused>
2024-12-15 12:27:37.543 Error: ZigbeeForDomoticz2: Urlopen to http://127.0.0.1:8080/json.htm?type=command&param=gethardware rejected. Error: <urlopen error [Errno 111] Connection refused>
2024-12-15 12:27:37.552 Status: ZigbeeForDomoticz2: Z4D loads ZCL Cluster definitions
2024-12-15 12:27:37.586 Status: ZigbeeForDomoticz2: Z4D loaded 16 configuration from legacy database.
2024-12-15 12:27:37.588 Status: ZigbeeForDomoticz2: Z4D loads 16 configuration from the local certified Db.
2024-12-15 12:27:37.895 Status: ZigbeeForDomoticz2: Z4D loads 605 Certified devices from repository.
2024-12-15 12:27:37.896 Status: ZigbeeForDomoticz2: Z4D loading database
2024-12-15 12:27:37.915 Status: ZigbeeForDomoticz2: Z4D loads 2 entries from /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Data/DeviceList-2.txt
2024-12-15 12:27:37.922 Status: ZigbeeForDomoticz2: Z4D configured to use transport mode: ZigpyZNP
2024-12-15 12:27:41.240 Status: ZigbeeForDomoticz2: Z4D starting ZNP
2024-12-15 12:27:41.244 Status: ZigbeeForDomoticz2: Z4D starts WebUI
2024-12-15 12:27:41.274 Status: ZigbeeForDomoticz2: WebUI thread started
2024-12-15 12:27:41.285 Status: ZigbeeForDomoticz2: WebUI Server started on 0.0.0.0:9440
2024-12-15 12:27:41.335 Status: ZigbeeForDomoticz2: Plugin looks to upgrade the Certified Device package
2024-12-15 12:27:42.842 Status: ZigbeeForDomoticz2: ++ Started radio znp port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3c0a0b665929ec118a5d6f7840c9ce8d-if00-port0
2024-12-15 12:27:42.845 Status: ZigbeeForDomoticz2: ++ Use of Zigpy Persistent Db
2024-12-15 12:27:52.283 Status: ZigbeeForDomoticz2: Z4D Widgets usage is at 3.1% (247 units free)
2024-12-15 12:27:52.284 Status: ZigbeeForDomoticz2: Z4D started with legacy Framework
2024-12-15 12:27:55.109 Status: ZigbeeForDomoticz2: ++ ZNP Radio register default Ep
2024-12-15 12:27:55.133 Status: ZigbeeForDomoticz2: ++ ZNP Radio register any additional/specific Ep
2024-12-15 12:27:55.308 Status: ZigbeeForDomoticz2: ++ ZNP Configuration {'device': {'path': '/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3c0a0b665929ec118a5d6f7840c9ce8d-if00-port0', 'baudrate': 115200, 'flow_control': None}, 'network': {'channel': 15, 'tc_link_key': 5a:69:67:42:65:65:41:6c:6c:69:61:6e:63:65:30:39, 'update_id': 0, 'extended_pan_id': None, 'channels': <Channels.CHANNEL_11|CHANNEL_15|CHANNEL_20|CHANNEL_25: 34637824>, 'tc_address': None, 'pan_id': None, 'key': None, 'key_sequence_number': 0}, 'znp_config': {'tx_power': 0, 'sync_request_timeout': 15, 'led_mode': <LEDMode.OFF: 0>, 'connect_dtr_pin_states': [False, False, False], 'auto_reconnect_retry_delay': 5, 'prefer_endpoint_1': True, 'connect_rts_pin_states': [False, True, False], 'skip_bootloader': True, 'max_concurrent_requests': None, 'async_response_timeout': 30}, 'ota': {'enabled': False, 'providers': [Ledvance(url='https://api.update.ledvance.com/v1/zigbee/firmwares', manufacturer_ids=(4489, 4364)), Sonoff(url=None, manufacturer_ids=(4742,)), Inovelli(url=None, manufacturer_ids=(4655,)), ThirdReality(url=None, manufacturer_ids=(4659, 4877, 5127))], 'disable_default_providers': [], 'broadcast_initial_delay': 14040.0, 'broadcast_enabled': True, 'extra_providers': [], 'broadcast_interval': 14040.0}, 'source_routing': False, 'topology_scan_enabled': True, 'database_path': ':memory:', 'topology_scan_period': 720, 'backup_enabled': True, 'backup_period': 1, 'validate_network_settings': False, 'watchdog_enabled': True, 'topology_scan_skip_coordinator': False, 'additional_endpoints': [], 'max_concurrent_requests': 8}
2024-12-15 12:28:10.252 Status: ZigbeeForDomoticz2: ++ ZNP Board Information
2024-12-15 12:28:10.253 Status: ZigbeeForDomoticz2: ++ Radio manufacturer : Texas Instruments
2024-12-15 12:28:10.254 Status: ZigbeeForDomoticz2: ++ Radio board model : CC2652
2024-12-15 12:28:10.255 Status: ZigbeeForDomoticz2: ++ Radio version : Z-Stack 20221226
2024-12-15 12:28:10.256 Status: ZigbeeForDomoticz2: ++ Network settings
2024-12-15 12:28:10.258 Status: ZigbeeForDomoticz2: ++ Device IEEE : 00:12:4b:00:24:c8:21:b9
2024-12-15 12:28:10.259 Status: ZigbeeForDomoticz2: ++ Device NWK : 0x0000
2024-12-15 12:28:10.264 Status: ZigbeeForDomoticz2: ++ Network Update Id : 0x0000
2024-12-15 12:28:10.266 Status: ZigbeeForDomoticz2: ++ PAN ID : 0x66E5
2024-12-15 12:28:10.267 Status: ZigbeeForDomoticz2: ++ Extended PAN ID : 42:67:d2:68:38:65:ea:35
2024-12-15 12:28:10.268 Status: ZigbeeForDomoticz2: ++ Channel : 15
2024-12-15 12:28:10.269 Status: ZigbeeForDomoticz2: Number of devices recently active in Coordinator = 14
2024-12-15 12:28:10.270 Status: ZigbeeForDomoticz2: [00] DevID: 00 Network addr: 1e43 IEEE: 00124b00251c7e8d LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.271 Status: ZigbeeForDomoticz2: [01] DevID: 00 Network addr: 480e IEEE: cc86ecfffeb8afaa LQI: 000 power: ff Model: TS0601-_TZE200_b6wax7g0 ( )
2024-12-15 12:28:10.272 Status: ZigbeeForDomoticz2: [02] DevID: 00 Network addr: 1231 IEEE: 3c6a2cfffed35d02 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.273 Status: ZigbeeForDomoticz2: [03] DevID: 00 Network addr: 47a9 IEEE: a4c138c4fdb50825 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.278 Status: ZigbeeForDomoticz2: [04] DevID: 00 Network addr: 6352 IEEE: dc8e95fffe19c334 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.280 Status: ZigbeeForDomoticz2: [05] DevID: 00 Network addr: 31cc IEEE: 00124b0024cb1545 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.281 Status: ZigbeeForDomoticz2: [06] DevID: 00 Network addr: de56 IEEE: 3c6a2cfffed35c5e LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.281 Status: ZigbeeForDomoticz2: [07] DevID: 00 Network addr: 9c88 IEEE: 003c84fffedb2e60 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.282 Status: ZigbeeForDomoticz2: [08] DevID: 00 Network addr: d9ab IEEE: 00124b0024c88f6c LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.283 Status: ZigbeeForDomoticz2: [09] DevID: 00 Network addr: d50d IEEE: 00124b0024cb1cb7 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.284 Status: ZigbeeForDomoticz2: [10] DevID: 00 Network addr: e96f IEEE: 00158d0002c9d1bb LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.285 Status: ZigbeeForDomoticz2: [11] DevID: 00 Network addr: fdbc IEEE: 00158d0002c785d9 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.285 Status: ZigbeeForDomoticz2: [12] DevID: 00 Network addr: 8567 IEEE: 00158d0002b72fdd LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.286 Status: ZigbeeForDomoticz2: [13] DevID: 00 Network addr: 6b51 IEEE: e0798dfffec96ae6 LQI: 000 power: ff not found in plugin database!
2024-12-15 12:28:10.287 Status: ZigbeeForDomoticz2: CC1352/CC2652, Z-Stack 3.30+ (znp)
2024-12-15 12:28:10.287 Status: ZigbeeForDomoticz2: Installer Version Number: Z-Stack 3.30+ (build 20221226)
2024-12-15 12:28:10.288 Status: ZigbeeForDomoticz2: Branch Version: ==> CC1352/CC2652, Z-Stack 3.30+ (znp) <==
2024-12-15 12:28:10.289 Status: ZigbeeForDomoticz2: Zigbee Coordinator ieee: 00124b0024c821b9 , short addr: 0000
2024-12-15 12:28:10.290 Status: ZigbeeForDomoticz2: Network state UP, PANID: 66e5 extPANID: 0x4267d2683865ea35 Channel: 15
2024-12-15 12:28:16.087 Status: ZigbeeForDomoticz2: Z4D closed the Zigbee network
2024-12-15 12:28:16.099 Status: ZigbeeForDomoticz2: ++ opening zigbee network for 0 secondes on specific router None
2024-12-15 12:28:16.131 Status: ZigbeeForDomoticz2: Accepting new Hardware: Disable (Off)
2024-12-15 12:28:21.101 Status: ZigbeeForDomoticz2: Z4D coordinator set to Certification : 1/CE -> CE
2024-12-15 12:28:21.102 Status: ZigbeeForDomoticz2: Z4D starts Configure Reporting handling
2024-12-15 12:28:21.103 Status: ZigbeeForDomoticz2: Z4D starts Over-The-Air Management
2024-12-15 12:28:22.426 Status: ZigbeeForDomoticz2: Z4D loads the firmware images
2024-12-15 12:28:22.427 Status: ZigbeeForDomoticz2: Z4D with Zigpy, coordinator CC1352/CC2652, Z-Stack 3.30+ (znp), firmware Z-Stack 3.30+ (build 20221226) communication confirmed.
2024-12-15 12:28:59.412 Status: ::ffff:192.168.1.148 -> handle abandoned timeout (status=6)
2024-12-15 12:29:00.174 Status: ::ffff:192.168.1.148 -> handle abandoned timeout (status=6)
2024-12-15 12:33:29.229 Status: Login successful from 192.168.1.148 for user 'admin'
2024-12-15 12:33:29.230 Status: [web:443] Incoming connection from: 192.168.1.148
2024-12-15 12:33:51.031 Status: ::ffff:192.168.1.148 -> handle abandoned timeout (status=6) 
ça s'améliore mais sans l'interface Web dur dur de gérer les dispositifs ajoutés :o

Re: Problème plugin suite mise à jour

Publié : 15 déc. 2024, 13:49
par pipiche
Plusieurs choses

(1) peux-tu partager les logs du plugin ( /home/acndomo/domoticz/plugins/Domoticz-Zigbee/Logs/PluginZigbee_02.log )

(2) Il semble que tu ai un problème de setup coté Domoticz (probablement coté Setting security)
2024-12-15 12:27:37.526 Error: ZigbeeForDomoticz2: Urlopen to http://127.0.0.1:8080/json.htm?type=com ... ethardware rejected. Error: <urlopen error [Errno 111] Connection refused>
2024-12-15 12:27:37.543 Error: ZigbeeForDomoticz2: Urlopen to http://127.0.0.1:8080/json.htm?type=com ... ethardware rejected. Error: <urlopen error [Errno 111] Connection refused>