Build Hash: 19efd039c
Compile Date: 2023-07-21 17:23:44
dzVents Version: 3.1.8
Python Version: 3.9.2 (default, Mar 12 2021, 04:06:34) [GCC 10.2.1 20210110]
Raspberrypi 3B
Bullseye
Several months ago (I don't know exactly how many) I made a prototype of a multi purpose zigbee device (CC2530 + CC2591 with some outputs, 1 input and a MFRC522 linked to UART). For inspiration see https://gio-dot.github.io/Z1-Mini/zigbe ... tag-reader.
The prototype worked excellently (using MQTT Auto Discovery Client Gateway with LAN). For each unique tag, a unique switch was created in Domoticz. The outputs and the input also worked as expected.
This week I wanted to use the prototype in my production system. After pairing, the outputs and the input appeared to work as expected. The creation of the unique switches after reading the various TAGs did not work anymore.
Is this a deliberate change or an error that has arisen over time?
Domoticz log
Code: Select all
2023-08-17 18:52:52.512 Status: Zigbee2mqtt: connected to: localhost:1883
2023-08-17 18:52:53.022 Status: Zigbee2mqtt: discovered: Schuur/Schuur click (unique_id: 0x00124b00043a2953_click_zigbee2mqtt)
2023-08-17 18:52:53.127 Status: Zigbee2mqtt: discovered: Schuur/Schuur l2 (unique_id: 0x00124b00043a2953_switch_l2_zigbee2mqtt)
2023-08-17 18:52:53.241 Status: Zigbee2mqtt: discovered: Schuur/Schuur l3 (unique_id: 0x00124b00043a2953_switch_l3_zigbee2mqtt)
2023-08-17 18:52:53.353 Status: Zigbee2mqtt: discovered: Schuur/Schuur l4 (unique_id: 0x00124b00043a2953_switch_l4_zigbee2mqtt)
2023-08-17 18:52:53.465 Status: Zigbee2mqtt: discovered: Schuur/Schuur l5 (unique_id: 0x00124b00043a2953_switch_l5_zigbee2mqtt)
2023-08-17 18:52:53.577 Status: Zigbee2mqtt: discovered: Schuur/Schuur l6 (unique_id: 0x00124b00043a2953_switch_l6_zigbee2mqtt)
2023-08-17 18:52:53.688 Status: Zigbee2mqtt: discovered: Schuur/Schuur l7 (unique_id: 0x00124b00043a2953_switch_l7_zigbee2mqtt)
Zigbee2mqtt log after reading TAG
Code: Select all
info 2023-08-17 19:32:07MQTT publish: topic 'zigbee2mqtt/Schuur', payload '{"action":" 55 22 56 BE","click":null,"linkquality":36,"state_l2":"ON","state_l3":"OFF","state_l4":"OFF","state_l5":"OFF","state_l6":"OFF","state_l7":"OFF"}'
info 2023-08-17 19:32:07MQTT publish: topic 'zigbee2mqtt/Schuur', payload '{"action":"","click":null,"linkquality":36,"state_l2":"ON","state_l3":"OFF","state_l4":"OFF","state_l5":"OFF","state_l6":"OFF","state_l7":"OFF"}'
info 2023-08-17 19:32:07MQTT publish: topic 'zigbee2mqtt/Schuur/action', payload ' 55 22 56 BE'
Regards,
Jan