ZigbeeForDomoticz installation errors
Posted: Sunday 12 January 2025 14:53
Hi,
I'm trying to install a Sonoff ZBDongle-E (Zigbee 3.0 USB Dongle Plus) with ZigbeeForDomoticz. When I start Domoticz the hardware does not start. In the error log I see the following messages (I stripped the date and time for readability):
I installed the charset-normalizer which is now version 2.0.12 as stated on https://zigbeefordomoticz.github.io/wik ... m_FAQ.html. What can be wrong here? Does the charset-normalizer error maybe also be the reason for the other errors? And if not what causes these errors?
Peter
I'm trying to install a Sonoff ZBDongle-E (Zigbee 3.0 USB Dongle Plus) with ZigbeeForDomoticz. When I start Domoticz the hardware does not start. In the error log I see the following messages (I stripped the date and time for readability):
Code: Select all
Error: ZigbeeForDomoticz: An unexpected error occurred while checking package charset-normalizer - charset-normalizer==2.0.11 - charset-normalizer
Error: ZigbeeForDomoticz: Call to function 'onStart' failed, exception details:
Error: ZigbeeForDomoticz: Traceback (most recent call last):
Error: ZigbeeForDomoticz: File "/home/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 1577, in onStart
Error: ZigbeeForDomoticz: _plugin.onStart()
Error: ZigbeeForDomoticz: File "/home/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 414, in onStart
Error: ZigbeeForDomoticz: self.onStop()
Error: ZigbeeForDomoticz: File "/home/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 617, in onStop
Error: ZigbeeForDomoticz: matomo_plugin_shutdown(self)
Error: ZigbeeForDomoticz: File "/home/domoticz/plugins/Domoticz-Zigbee/Modules/matomo_request.py", line 127, in matomo_plugin_shutdown
Error: ZigbeeForDomoticz: send_matomo_request( self, action_name="Plugin Action", event_category="Plugin", event_action="Shutdown", event_name="Plugin Shutdown" )
Error: ZigbeeForDomoticz: File "/home/domoticz/plugins/Domoticz-Zigbee/Modules/matomo_request.py", line 159, in send_matomo_request
Error: ZigbeeForDomoticz: self.log.logging( "Matomo", "Debug", f"send_matomo_request - Clien_id {client_id}")
Error: ZigbeeForDomoticz: AttributeError: 'NoneType' object has no attribute 'logging'
Peter