OK, I ordered a new one, after apparently having plain old bad luck with the first one.
The new sensor arrived today, and I was able to pair it.
But in Domoticz I get a lot of errors when the device comes in:
Code: Select all
2024-10-07 17:25:32.139 Error: ZigbeeConbee: forwarder_thread - Error while receiving a Coordinator command
2024-10-07 17:25:32.166 Error: ZigbeeConbee: Issue in request 0180020088ff00010400000101027aa702000018000104000042105f545a333231305f7467767476646f630000002003010000204305000042065453303230370700003003feff003000ff03, dumping stack: Traceback (most recent call last):
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2024-10-07 17:25:32.166 forward_message(self, message)
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2024-10-07 17:25:32.166 result = f_in(self, message)
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2024-10-07 17:25:32.166 self.F_out(message)
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 830, in processFrame
2024-10-07 17:25:32.166 ZigateRead(self, Devices, Data)
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 185, in ZigateRead
2024-10-07 17:25:32.166 _decoding(self, Devices, MsgData, MsgLQI)
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2925, in Decode8100
2024-10-07 17:25:32.166 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8100")
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3113, in scan_attribute_reponse
2024-10-07 17:25:32.166 MsgClusterData,
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3170, in read_report_attributes
2024-10-07 17:25:32.166 Source=MsgType,
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 233, in ReadCluster
2024-10-07 17:25:32.166 Source,
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 370, in Cluster0000
2024-10-07 17:25:32.166 modelName = check_found_plugin_model( self, modelName, manufacturer_name=manufacturer_name, manufacturer_code=manuf_code, device_id=zdevice_id)
2024-10-07 17:25:32.166 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/pluginModels.py", line 34, in check_found_plugin_model
2024-10-07 17:25:32.166 if "DeviceID" in x and x["DeviceID"] and device_id not in x["DeviceID"]:
2024-10-07 17:25:32.166 TypeError: 'in <string>' requires string as left operand, not NoneType
2024-10-07 17:25:32.166
In Domoticz the device comes in as a door-switch.
I am running Domoticz 2022.2, with ZigbeeForDomoticz version 6.3.015.
I realize both are obsolete, but migrating my Pi system will take me a lot of time, which I don't have right now.
Besides the obvious advice ("upgrade!"), is there any other way to get the device moving?