First time Zigbee installation

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

Post Reply
User avatar
Dutchsea
Posts: 120
Joined: Tuesday 08 December 2015 13:22
Target OS: Raspberry Pi / ODroid
Domoticz version: v2023.2
Location: The Netherlands
Contact:

First time Zigbee installation

Post by Dutchsea »

Hi, today i added the Sonoff Zigbee 3.0 Dongle plus to my Domoticz install on a Raspberry Pi using ZigbeeForDomoticz.
The installation went smootly and i cane see the 2 widgets in Domoticz (widget startup icon is grey) and i have access to the administration interface via port 9940.

But I get a persistant error and i dont succeed in adding a new device. (its not found).
The persistant error in the log is:

Code: Select all

2023-11-02 20:59:33.073 Error: RPiZigbeeCoordinator: [ 70] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
Some comments concerning the installation:

In the wiki page it said that with Debian 12 Bookworm, you have to add "--break-system-packages" to the "sudo pip3 install -r requirements.txt" command line.
I have Debian 12 Bookworm on my pi so i tried:

Code: Select all

sudo pip3 install -r requirements.txt --break-system-packages
My OS responds with the text that --break-system-packages is not a valid option for this command. S this failed i used the command line without adding that option:

Code: Select all

sudo pip3 install -r requirements.txt
Also i am not entirely sure which controller model to pick in the settings of the plugin in the Domoticz hardware menu. I selected Zigate+
Or should i use Texas intrumens as the Sonof has a Texas Instruments chipset according to the Wiki? (the note that the Texas instruments is for ZigPy made me pick the Zigate+).

Below a more extensive log from Domoticz with more errors:

Code: Select all

2023-11-02 20:59:33.073 Error: RPiZigbeeCoordinator: [ 70] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 20:59:43.111 Error: RPiZigbeeCoordinator: [ 80] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 20:59:53.088 Error: RPiZigbeeCoordinator: [ 90] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:00:03.098 Error: RPiZigbeeCoordinator: [100] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:00:13.075 Error: RPiZigbeeCoordinator: [110] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:00:17.178 Raspberry Pi sensors: General/Percentage (RPi_CPU_Usage)
2023-11-02 21:00:17.185 Raspberry Pi sensors: General/Custom Sensor (Arm Clock Speed)
2023-11-02 21:00:17.195 Raspberry Pi sensors: General/Custom Sensor (V3D Clock Speed)
2023-11-02 21:00:17.204 Raspberry Pi sensors: General/Custom Sensor (Core Clock Speed)
2023-11-02 21:00:23.104 Error: RPiZigbeeCoordinator: [120] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:00:24.111 RPiZigbeeCoordinator: URL INFOS {'type': 'command', 'param': 'updatehardware', 'htype': '94', 'idx': 18, 'name': 'RPiZigbeeCoordinator', 'address': '0.0.0.0', 'port': '9999', 'serialport': '/dev/ttyUSB-Zigbee3PlusV2', 'Mode1': 'V2', 'Mode2': 'USB', 'Mode3': 'False', 'Mode4': '9440', 'Mode5': 'http://127.0.0.1:8080', 'Mode6': '0', 'extra': 'Zigate', 'enabled': 'true', 'datatimeout': '0', 'loglevel': 7}
2023-11-02 21:00:24.177 RPiZigbeeCoordinator: onStop()
2023-11-02 21:00:24.183 RPiZigbeeCoordinator: Connection closed
2023-11-02 21:00:24.119 Status: RPiZigbeeCoordinator: Plugin Restart command : http://127.0.0.1:8080/json.htm?type=command&param=updatehardware&htype=94&idx=18&name=RPiZigbeeCoordinator&address=0.0.0.0&port=9999&serialport=%2Fdev%2FttyUSB-Zigbee3PlusV2&Mode1=V2&Mode2=USB&Mode3=False&Mode4=9440&Mode5=http%3A%2F%2F127.0.0.1%3A8080&Mode6=0&extra=Zigate&enabled=true&datatimeout=0&loglevel=7
2023-11-02 21:00:24.174 Status: RPiZigbeeCoordinator: Stop directive received.
2023-11-02 21:00:24.219 Status: RPiZigbeeCoordinator: ZigateTransport: ZiGateSerialListen Thread stop.
2023-11-02 21:00:24.220 Status: RPiZigbeeCoordinator: ZigateTransport: thread_processing_and_sending Thread stop.
2023-11-02 21:00:25.541 RPiZigbeeCoordinator: logging_thread - ended
2023-11-02 21:00:25.550 RPiZigbeeCoordinator: Logging Thread shutdown
2023-11-02 21:00:25.550 RPiZigbeeCoordinator: onStop called (6) Close Logging Management
2023-11-02 21:00:25.878 RPiZigbeeCoordinator: Worker thread started.
2023-11-02 21:00:25.541 Status: RPiZigbeeCoordinator: ZigateTransport: writer_thread Thread stop.
2023-11-02 21:00:25.822 Status: RPiZigbeeCoordinator: Exiting work loop.
2023-11-02 21:00:25.877 Status: RPiZigbeeCoordinator: Stopping threads.
2023-11-02 21:00:25.877 Status: RPiZigbeeCoordinator: Stopped.
2023-11-02 21:00:25.878 Status: RPiZigbeeCoordinator: Started.
2023-11-02 21:00:25.878 Status: RPiZigbeeCoordinator: Entering work loop.
2023-11-02 21:00:29.331 Status: RPiZigbeeCoordinator: Initialized version 7.1, author 'pipiche38'
2023-11-02 21:00:29.336 Status: RPiZigbeeCoordinator: Zigbee for Domoticz plugin starting
2023-11-02 21:00:29.336 Status: RPiZigbeeCoordinator: Z4D plugin requires python3 3.8 or above and you are running 3.9
2023-11-02 21:00:29.337 Status: RPiZigbeeCoordinator: Checking Python modules /home/pi/domoticz/plugins/Domoticz-Zigbee/requirements.txt
2023-11-02 21:00:31.241 RPiZigbeeCoordinator: load PluginConf
2023-11-02 21:00:31.244 RPiZigbeeCoordinator: Loading PluginConf - from Domoticz sqlite Db
2023-11-02 21:00:31.245 RPiZigbeeCoordinator: /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-18.json timestamp is 1698950307.6635633
2023-11-02 21:00:31.245 RPiZigbeeCoordinator: Dz PluginConf is older than Json Dz: 0 Json: 1698950307.6635633
2023-11-02 21:00:31.249 RPiZigbeeCoordinator: Installing plugin custom page /home/pi/domoticz/www/templates/RPiZigbeeCoordinator.html
2023-11-02 21:00:31.250 RPiZigbeeCoordinator: Starting LoggingManagement thread
2023-11-02 21:00:31.250 RPiZigbeeCoordinator: zigpy_login_mode(30)
2023-11-02 21:00:31.256 RPiZigbeeCoordinator: start_logging_thread
2023-11-02 21:00:31.257 RPiZigbeeCoordinator: logging_thread - listening
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: filename set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-18.json
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: pluginHome set to /home/pi/domoticz/plugins/Domoticz-Zigbee
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: homedirectory set to /home/pi/domoticz/plugins/Domoticz-Zigbee
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: pluginData set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Data
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: pluginConfig set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: pluginOTAFirmware set to /home/pi/domoticz/plugins/Domoticz-Zigbee/OTAFirmware
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: pluginReports set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Reports
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: pluginWWW set to /home/pi/domoticz/plugins/Domoticz-Zigbee/www
2023-11-02 21:00:31.248 Status: RPiZigbeeCoordinator: pluginLogs set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Logs
2023-11-02 21:00:31.249 Status: RPiZigbeeCoordinator: expJsonDatabase set to 0
2023-11-02 21:00:31.257 Status: RPiZigbeeCoordinator: Please watch plugin log into /home/pi/domoticz/plugins/Domoticz-Zigbee/Logs/PluginZigbee_18.log
2023-11-02 21:00:31.273 Status: RPiZigbeeCoordinator: Zigbee for Domoticz (z4d) plugin stable7-7.1.004 started
2023-11-02 21:00:31.330 Status: RPiZigbeeCoordinator: Loading ZCL Cluster definitions
2023-11-02 21:00:31.335 Status: RPiZigbeeCoordinator: - ZCL Cluster 0000 - (V1) Basic loaded
2023-11-02 21:00:31.337 Status: RPiZigbeeCoordinator: - ZCL Cluster 0001 - (V1) Power loaded
2023-11-02 21:00:31.339 Status: RPiZigbeeCoordinator: - ZCL Cluster 0002 - (V1) Device Temperature Configuration loaded
2023-11-02 21:00:31.341 Status: RPiZigbeeCoordinator: - ZCL Cluster 0003 - (V1) Identify loaded
2023-11-02 21:00:31.343 Status: RPiZigbeeCoordinator: - ZCL Cluster 0004 - (V1) Groups loaded
2023-11-02 21:00:31.345 Status: RPiZigbeeCoordinator: - ZCL Cluster 0005 - (V1) Scenes loaded
2023-11-02 21:00:31.347 Status: RPiZigbeeCoordinator: - ZCL Cluster 0006 - (V1) On/Off loaded
2023-11-02 21:00:31.349 Status: RPiZigbeeCoordinator: - ZCL Cluster 0007 - (V1) On/Off Switch Configuration loaded
2023-11-02 21:00:31.351 Status: RPiZigbeeCoordinator: - ZCL Cluster 0008 - (V1) Level loaded
2023-11-02 21:00:31.353 Status: RPiZigbeeCoordinator: - ZCL Cluster 0009 - (V1) Alarms loaded
2023-11-02 21:00:31.355 Status: RPiZigbeeCoordinator: - ZCL Cluster 000a - (V1) Time loaded
2023-11-02 21:00:31.357 Status: RPiZigbeeCoordinator: - ZCL Cluster 000d - (V1) Analog Output loaded
2023-11-02 21:00:31.359 Status: RPiZigbeeCoordinator: - ZCL Cluster 000f - (V1) Binary Input loaded
2023-11-02 21:00:31.361 Status: RPiZigbeeCoordinator: - ZCL Cluster 0013 - (V1) Multistate Output loaded
2023-11-02 21:00:31.363 Status: RPiZigbeeCoordinator: - ZCL Cluster 0019 - (V1) OTA Upgrade loaded
2023-11-02 21:00:31.365 Status: RPiZigbeeCoordinator: - ZCL Cluster 0020 - (V1) Poll Control loaded
2023-11-02 21:00:31.367 Status: RPiZigbeeCoordinator: - ZCL Cluster 0102 - (V1) Window Covering loaded
2023-11-02 21:00:31.369 Status: RPiZigbeeCoordinator: - ZCL Cluster 0202 - (V1) Fan Control loaded
2023-11-02 21:00:31.371 Status: RPiZigbeeCoordinator: - ZCL Cluster 0204 - (V1) Thermostat User Interface Configuration loaded
2023-11-02 21:00:31.375 Status: RPiZigbeeCoordinator: - ZCL Cluster 0300 - (V1) Color Control loaded
2023-11-02 21:00:31.377 Status: RPiZigbeeCoordinator: - ZCL Cluster 0301 - (V1) Ballast Configuration loaded
2023-11-02 21:00:31.379 Status: RPiZigbeeCoordinator: - ZCL Cluster 0400 - (V1) Illuminance Level Sensing loaded
2023-11-02 21:00:31.382 Status: RPiZigbeeCoordinator: - ZCL Cluster 0402 - (V1) Temperature Measurement loaded
2023-11-02 21:00:31.384 Status: RPiZigbeeCoordinator: - ZCL Cluster 0403 - (V1) Pressure Measurement loaded
2023-11-02 21:00:31.386 Status: RPiZigbeeCoordinator: - ZCL Cluster 0405 - (V1) Relative Humidity Measurement loaded
2023-11-02 21:00:31.388 Status: RPiZigbeeCoordinator: - ZCL Cluster 0406 - (V1) Occupancy Sensing loaded
2023-11-02 21:00:31.395 Status: RPiZigbeeCoordinator: - ZCL Cluster 0700 - (V1) Price loaded
2023-11-02 21:00:31.399 Status: RPiZigbeeCoordinator: - ZCL Cluster 0702 - (V1) Metering (Smart Energy) loaded
2023-11-02 21:00:31.401 Status: RPiZigbeeCoordinator: - ZCL Cluster 0b01 - (V1) Meter Identification loaded
2023-11-02 21:00:31.405 Status: RPiZigbeeCoordinator: - ZCL Cluster 0b04 - (V1) Electrical Measurement loaded
2023-11-02 21:00:31.408 Status: RPiZigbeeCoordinator: - ZCL Cluster 0b05 - (V1) Diagnostics loaded
2023-11-02 21:00:31.409 Status: RPiZigbeeCoordinator: - ZCL Cluster e000 - (V1) Tuya E000 Private Cluster loaded
2023-11-02 21:00:31.411 Status: RPiZigbeeCoordinator: - ZCL Cluster e001 - (V1) Tuya E001 Private Cluster loaded
2023-11-02 21:00:31.413 Status: RPiZigbeeCoordinator: - ZCL Cluster e002 - (V1) Tuya E002 Private Cluster loaded
2023-11-02 21:00:31.415 Status: RPiZigbeeCoordinator: - ZCL Cluster fcc0 - (V1) LUMI Private Cluster loaded
2023-11-02 21:00:31.418 Status: RPiZigbeeCoordinator: - ZCL Cluster ff66 - (V1) Lixee Zlinky private cluster loaded
2023-11-02 21:00:31.427 Status: RPiZigbeeCoordinator: DeviceConf loaded - 16 confs loaded
2023-11-02 21:00:31.438 Status: RPiZigbeeCoordinator: Local-Device conf loaded - 21 confs loaded
2023-11-02 21:00:32.216 Status: RPiZigbeeCoordinator: Certified Devices loaded - 513 confs loaded
2023-11-02 21:00:32.217 Status: RPiZigbeeCoordinator: load ListOfDevice
2023-11-02 21:00:32.223 Status: RPiZigbeeCoordinator: 0 Entries loaded from /home/pi/domoticz/plugins/Domoticz-Zigbee/Data/DeviceList-18.txt
2023-11-02 21:00:32.225 Status: RPiZigbeeCoordinator: Transport mode: V2-USB
2023-11-02 21:00:33.203 Status: RPiZigbeeCoordinator: Plugin looks to upgrade the Certified Device package
2023-11-02 21:00:44.074 Thermostaat: Thermostat (Setpoint)
2023-11-02 21:00:44.087 Thermostaat: Temp (Room Temperature)
2023-11-02 21:00:44.285 Thermostaat: Temp (Flow Temperature)
2023-11-02 21:00:44.782 Buienradar: General/Custom Sensor (Next Rainshower Leadtime)
2023-11-02 21:00:47.234 Raspberry Pi sensors: Temp (RPi_Internal_Temperature)
2023-11-02 21:00:47.249 Raspberry Pi sensors: General/Percentage (RPi_CPU_Usage)
2023-11-02 21:00:47.255 Raspberry Pi sensors: General/Custom Sensor (Arm Clock Speed)
2023-11-02 21:00:47.264 Raspberry Pi sensors: General/Custom Sensor (V3D Clock Speed)
2023-11-02 21:00:47.272 Raspberry Pi sensors: General/Custom Sensor (Core Clock Speed)
2023-11-02 21:00:48.498 Status: RPiZigbeeCoordinator: Domoticz Widgets usage is at 1.2 % (252 units free)
2023-11-02 21:01:57.072 Error: RPiZigbeeCoordinator: [ 70] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:02:07.104 Error: RPiZigbeeCoordinator: [ 80] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:02:17.088 Error: RPiZigbeeCoordinator: [ 90] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:02:27.115 Error: RPiZigbeeCoordinator: [100] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:02:37.099 Error: RPiZigbeeCoordinator: [110] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:02:47.072 Error: RPiZigbeeCoordinator: [120] I have hard time to get Coordinator Version. Mostlikly there is a communication issue
2023-11-02 21:02:48.078 RPiZigbeeCoordinator: URL INFOS {'type': 'command', 'param': 'updatehardware', 'htype': '94', 'idx': 18, 'name': 'RPiZigbeeCoordinator', 'address': '0.0.0.0', 'port': '9999', 'serialport': '/dev/ttyUSB-Zigbee3PlusV2', 'Mode1': 'V2', 'Mode2': 'USB', 'Mode3': 'False', 'Mode4': '9440', 'Mode5': 'http://127.0.0.1:8080', 'Mode6': '0', 'extra': 'Zigate', 'enabled': 'true', 'datatimeout': '0', 'loglevel': 7}
2023-11-02 21:02:48.151 RPiZigbeeCoordinator: onStop()
2023-11-02 21:02:48.159 RPiZigbeeCoordinator: Connection closed
2023-11-02 21:02:48.080 Status: RPiZigbeeCoordinator: Plugin Restart command : http://127.0.0.1:8080/json.htm?type=command&param=updatehardware&htype=94&idx=18&name=RPiZigbeeCoordinator&address=0.0.0.0&port=9999&serialport=%2Fdev%2FttyUSB-Zigbee3PlusV2&Mode1=V2&Mode2=USB&Mode3=False&Mode4=9440&Mode5=http%3A%2F%2F127.0.0.1%3A8080&Mode6=0&extra=Zigate&enabled=true&datatimeout=0&loglevel=7
2023-11-02 21:02:48.128 Status: RPiZigbeeCoordinator: Stop directive received.
2023-11-02 21:02:48.174 Status: RPiZigbeeCoordinator: ZigateTransport: ZiGateSerialListen Thread stop.
2023-11-02 21:02:48.174 Status: RPiZigbeeCoordinator: ZigateTransport: thread_processing_and_sending Thread stop.
2023-11-02 21:02:49.524 RPiZigbeeCoordinator: logging_thread - ended
2023-11-02 21:02:49.532 RPiZigbeeCoordinator: Logging Thread shutdown
2023-11-02 21:02:49.532 RPiZigbeeCoordinator: onStop called (6) Close Logging Management
2023-11-02 21:02:49.948 RPiZigbeeCoordinator: Worker thread started.
2023-11-02 21:02:49.516 Status: RPiZigbeeCoordinator: ZigateTransport: writer_thread Thread stop.
2023-11-02 21:02:49.857 Status: RPiZigbeeCoordinator: Exiting work loop.
2023-11-02 21:02:49.948 Status: RPiZigbeeCoordinator: Stopping threads.
2023-11-02 21:02:49.948 Status: RPiZigbeeCoordinator: Stopped.
2023-11-02 21:02:49.948 Status: RPiZigbeeCoordinator: Entering work loop.
2023-11-02 21:02:49.948 Status: RPiZigbeeCoordinator: Started.
2023-11-02 21:02:53.368 Status: RPiZigbeeCoordinator: Initialized version 7.1, author 'pipiche38'
2023-11-02 21:02:53.376 Status: RPiZigbeeCoordinator: Zigbee for Domoticz plugin starting
2023-11-02 21:02:53.376 Status: RPiZigbeeCoordinator: Z4D plugin requires python3 3.8 or above and you are running 3.9
2023-11-02 21:02:53.377 Status: RPiZigbeeCoordinator: Checking Python modules /home/pi/domoticz/plugins/Domoticz-Zigbee/requirements.txt
2023-11-02 21:02:55.280 RPiZigbeeCoordinator: load PluginConf
2023-11-02 21:02:55.283 RPiZigbeeCoordinator: Loading PluginConf - from Domoticz sqlite Db
2023-11-02 21:02:55.284 RPiZigbeeCoordinator: /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-18.json timestamp is 1698950307.6635633
2023-11-02 21:02:55.284 RPiZigbeeCoordinator: Dz PluginConf is older than Json Dz: 0 Json: 1698950307.6635633
2023-11-02 21:02:55.288 RPiZigbeeCoordinator: Installing plugin custom page /home/pi/domoticz/www/templates/RPiZigbeeCoordinator.html
2023-11-02 21:02:55.289 RPiZigbeeCoordinator: Starting LoggingManagement thread
2023-11-02 21:02:55.289 RPiZigbeeCoordinator: zigpy_login_mode(30)
2023-11-02 21:02:55.294 RPiZigbeeCoordinator: start_logging_thread
2023-11-02 21:02:55.295 RPiZigbeeCoordinator: logging_thread - listening
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: filename set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-18.json
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: pluginHome set to /home/pi/domoticz/plugins/Domoticz-Zigbee
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: homedirectory set to /home/pi/domoticz/plugins/Domoticz-Zigbee
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: pluginData set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Data
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: pluginConfig set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: pluginOTAFirmware set to /home/pi/domoticz/plugins/Domoticz-Zigbee/OTAFirmware
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: pluginReports set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Reports
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: pluginWWW set to /home/pi/domoticz/plugins/Domoticz-Zigbee/www
2023-11-02 21:02:55.287 Status: RPiZigbeeCoordinator: pluginLogs set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Logs
2023-11-02 21:02:55.288 Status: RPiZigbeeCoordinator: expJsonDatabase set to 0
2023-11-02 21:02:55.296 Status: RPiZigbeeCoordinator: Please watch plugin log into /home/pi/domoticz/plugins/Domoticz-Zigbee/Logs/PluginZigbee_18.log
2023-11-02 21:02:55.311 Status: RPiZigbeeCoordinator: Zigbee for Domoticz (z4d) plugin stable7-7.1.004 started
2023-11-02 21:02:55.354 Status: RPiZigbeeCoordinator: Loading ZCL Cluster definitions
2023-11-02 21:02:55.358 Status: RPiZigbeeCoordinator: - ZCL Cluster 0000 - (V1) Basic loaded
2023-11-02 21:02:55.361 Status: RPiZigbeeCoordinator: - ZCL Cluster 0001 - (V1) Power loaded
2023-11-02 21:02:55.363 Status: RPiZigbeeCoordinator: - ZCL Cluster 0002 - (V1) Device Temperature Configuration loaded
2023-11-02 21:02:55.376 Status: RPiZigbeeCoordinator: - ZCL Cluster 0003 - (V1) Identify loaded
2023-11-02 21:02:55.379 Status: RPiZigbeeCoordinator: - ZCL Cluster 0004 - (V1) Groups loaded
2023-11-02 21:02:55.381 Status: RPiZigbeeCoordinator: - ZCL Cluster 0005 - (V1) Scenes loaded
2023-11-02 21:02:55.383 Status: RPiZigbeeCoordinator: - ZCL Cluster 0006 - (V1) On/Off loaded
2023-11-02 21:02:55.385 Status: RPiZigbeeCoordinator: - ZCL Cluster 0007 - (V1) On/Off Switch Configuration loaded
2023-11-02 21:02:55.387 Status: RPiZigbeeCoordinator: - ZCL Cluster 0008 - (V1) Level loaded
2023-11-02 21:02:55.389 Status: RPiZigbeeCoordinator: - ZCL Cluster 0009 - (V1) Alarms loaded
2023-11-02 21:02:55.391 Status: RPiZigbeeCoordinator: - ZCL Cluster 000a - (V1) Time loaded
2023-11-02 21:02:55.393 Status: RPiZigbeeCoordinator: - ZCL Cluster 000d - (V1) Analog Output loaded
2023-11-02 21:02:55.395 Status: RPiZigbeeCoordinator: - ZCL Cluster 000f - (V1) Binary Input loaded
2023-11-02 21:02:55.397 Status: RPiZigbeeCoordinator: - ZCL Cluster 0013 - (V1) Multistate Output loaded
2023-11-02 21:02:55.399 Status: RPiZigbeeCoordinator: - ZCL Cluster 0019 - (V1) OTA Upgrade loaded
2023-11-02 21:02:55.401 Status: RPiZigbeeCoordinator: - ZCL Cluster 0020 - (V1) Poll Control loaded
2023-11-02 21:02:55.403 Status: RPiZigbeeCoordinator: - ZCL Cluster 0102 - (V1) Window Covering loaded
2023-11-02 21:02:55.405 Status: RPiZigbeeCoordinator: - ZCL Cluster 0202 - (V1) Fan Control loaded
2023-11-02 21:02:55.407 Status: RPiZigbeeCoordinator: - ZCL Cluster 0204 - (V1) Thermostat User Interface Configuration loaded
2023-11-02 21:02:55.410 Status: RPiZigbeeCoordinator: - ZCL Cluster 0300 - (V1) Color Control loaded
2023-11-02 21:02:55.412 Status: RPiZigbeeCoordinator: - ZCL Cluster 0301 - (V1) Ballast Configuration loaded
2023-11-02 21:02:55.414 Status: RPiZigbeeCoordinator: - ZCL Cluster 0400 - (V1) Illuminance Level Sensing loaded
2023-11-02 21:02:55.416 Status: RPiZigbeeCoordinator: - ZCL Cluster 0402 - (V1) Temperature Measurement loaded
2023-11-02 21:02:55.418 Status: RPiZigbeeCoordinator: - ZCL Cluster 0403 - (V1) Pressure Measurement loaded
2023-11-02 21:02:55.420 Status: RPiZigbeeCoordinator: - ZCL Cluster 0405 - (V1) Relative Humidity Measurement loaded
2023-11-02 21:02:55.422 Status: RPiZigbeeCoordinator: - ZCL Cluster 0406 - (V1) Occupancy Sensing loaded
2023-11-02 21:02:55.429 Status: RPiZigbeeCoordinator: - ZCL Cluster 0700 - (V1) Price loaded
2023-11-02 21:02:55.433 Status: RPiZigbeeCoordinator: - ZCL Cluster 0702 - (V1) Metering (Smart Energy) loaded
2023-11-02 21:02:55.435 Status: RPiZigbeeCoordinator: - ZCL Cluster 0b01 - (V1) Meter Identification loaded
2023-11-02 21:02:55.438 Status: RPiZigbeeCoordinator: - ZCL Cluster 0b04 - (V1) Electrical Measurement loaded
2023-11-02 21:02:55.441 Status: RPiZigbeeCoordinator: - ZCL Cluster 0b05 - (V1) Diagnostics loaded
2023-11-02 21:02:55.443 Status: RPiZigbeeCoordinator: - ZCL Cluster e000 - (V1) Tuya E000 Private Cluster loaded
2023-11-02 21:02:55.444 Status: RPiZigbeeCoordinator: - ZCL Cluster e001 - (V1) Tuya E001 Private Cluster loaded
2023-11-02 21:02:55.446 Status: RPiZigbeeCoordinator: - ZCL Cluster e002 - (V1) Tuya E002 Private Cluster loaded
2023-11-02 21:02:55.448 Status: RPiZigbeeCoordinator: - ZCL Cluster fcc0 - (V1) LUMI Private Cluster loaded
2023-11-02 21:02:55.453 Status: RPiZigbeeCoordinator: - ZCL Cluster ff66 - (V1) Lixee Zlinky private cluster loaded
2023-11-02 21:02:55.461 Status: RPiZigbeeCoordinator: DeviceConf loaded - 16 confs loaded
2023-11-02 21:02:55.471 Status: RPiZigbeeCoordinator: Local-Device conf loaded - 21 confs loaded
2023-11-02 21:02:56.248 Status: RPiZigbeeCoordinator: Certified Devices loaded - 513 confs loaded
2023-11-02 21:02:56.256 Status: RPiZigbeeCoordinator: load ListOfDevice
2023-11-02 21:02:56.257 Status: RPiZigbeeCoordinator: 0 Entries loaded from /home/pi/domoticz/plugins/Domoticz-Zigbee/Data/DeviceList-18.txt
2023-11-02 21:02:56.259 Status: RPiZigbeeCoordinator: Transport mode: V2-USB
2023-11-02 21:02:56.836 Status: RPiZigbeeCoordinator: ZigateTransport: Serial Connection open: Serial<id=0x69474e80, open=True>(port='/dev/ttyUSB-Zigbee3PlusV2', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False)
2023-11-02 21:02:56.840 Status: RPiZigbeeCoordinator: ZigateTransport: writer_thread Thread start.
2023-11-02 21:02:56.841 Status: RPiZigbeeCoordinator: ZigateTransport: thread_processing_and_sending Thread start.
2023-11-02 21:02:56.859 Status: RPiZigbeeCoordinator: Start Web Server connection
2023-11-02 21:02:56.891 Status: RPiZigbeeCoordinator: Web backend for Web User Interface started on port: 9440
2023-11-02 21:02:57.242 Status: RPiZigbeeCoordinator: Plugin looks to upgrade the Certified Device package
2023-11-02 21:03:07.449 Raspberry Pi sensors: Temp (RPi_Internal_Temperature)
2023-11-02 21:03:12.379 Status: RPiZigbeeCoordinator: Domoticz Widgets usage is at 1.2 % (252 units free) 
Thanks for the help.
Raspberry PI 3B on USB drive, Debian version: 12 (bookworm), Domoticz 2024.7
Aeon Z-Wave G5 stick, RFXCOM, Sonof Zigbee 3.0 Dongle plus E, Nefit Easy, Fritzbox, Buienradar, Sonos
pipiche
Posts: 2009
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: First time Zigbee installation

Post by pipiche »

Is that a sonoff P or E ?

If it is P you must select as coordinator model zigpy ZNP Texas Instruments
If it is E you must select as coordinator model zigpy EZSP Silicon Labs
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
User avatar
Dutchsea
Posts: 120
Joined: Tuesday 08 December 2015 13:22
Target OS: Raspberry Pi / ODroid
Domoticz version: v2023.2
Location: The Netherlands
Contact:

Re: First time Zigbee installation

Post by Dutchsea »

Thanks, that helped a lot. All is working and I have added my first Zigbee end device. So now I can start replacing my RFXcom433 devices. 😁

Just curious how I missed this. It wasn’t very obvious from the wiki. The Silicon Labs chipset is not in the list of coordinators on the wiki.
And the plugin settings page only gives info on the chipsets. I must have missed some information in the wiki or it’s not there.

Anyway, glad it works now.

And thanks to everyone involved to create the Zigbee functionality and all the supporting documentation so a novice like me can set it up. 👍
Raspberry PI 3B on USB drive, Debian version: 12 (bookworm), Domoticz 2024.7
Aeon Z-Wave G5 stick, RFXCOM, Sonof Zigbee 3.0 Dongle plus E, Nefit Easy, Fritzbox, Buienradar, Sonos
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest