OK, @EddyG thanks - I think we are talking about the same things, I will be a bit more careful in describing them so avoid confusion.
I have disabled new devices in the domoticz settings.
I have deleted all the devices associated with the zigbee unit.
I have gone into the custom screen for zigbee2mqtt and used the plugin configuration tab to delete the device aliases sections that mention my zigbee unit.
I think there is probably an order here that I need to be careful with as after I have enabled the debugging on the zigbee2mqtt plugin this is now coming up and it gives a clue...
Code: Select all
2021-09-19 21:50:56.267 Zigbee: (Zigbee) Trying to get legacy device 0x00124b0023b85c06(motion)
2021-09-19 21:50:56.267 Zigbee: (Zigbee) No such device found
2021-09-19 21:50:56.267 Zigbee: (Zigbee) Creating domoticz device to handle "occupancy" key for device with ieeeAddr 0x00124b0023b85c06
2021-09-19 21:50:56.323 Zigbee: (Zigbee) Trying to get legacy device 0x00124b0023b85c06(lowbtr)
2021-09-19 21:50:56.323 Zigbee: (Zigbee) No such device found
2021-09-19 21:50:56.324 Zigbee: (Zigbee) Creating domoticz device to handle "battery_low" key for device with ieeeAddr 0x00124b0023b85c06
2021-09-19 21:50:56.664 Zigbee: (Zigbee) Trying to get legacy device 0x00124b0023b85c06(tamper)
2021-09-19 21:50:56.664 Zigbee: (Zigbee) No such device found
2021-09-19 21:50:56.664 Zigbee: (Zigbee) Creating domoticz device to handle "tamper" key for device with ieeeAddr 0x00124b0023b85c06
2021-09-19 21:50:56.721 Zigbee: (Zigbee) Trying to get legacy device 0x00124b0023b85c06(btperc)
2021-09-19 21:50:56.722 Zigbee: (Zigbee) No such device found
2021-09-19 21:50:56.722 Zigbee: (Zigbee) Creating domoticz device to handle "battery" key for device with ieeeAddr 0x00124b0023b85c06
2021-09-19 21:50:56.778 Zigbee: (Zigbee) Trying to get legacy device 0x00124b0023b85c06(signal)
What I think is happening is that the plugin can't see the devices that it wants to is creating them in the plugin configuration, this has become itterative and is getting out of control.
I think I need to find a way of stopping the plugin from running a cycle, in order that I can remove the sections from the plugin configuration and then, perhaps let it create the devices it wants so that it can match them next time round...
I think if I leave it overnight it will create another 21k lines in the configuration!
I really appreciate the support on this one!
P.