It gets even worse. And it is all about zigbee, the plugin or zigbee2mqtt
After I finally got both Domoticz and zigbee running, it looks like that Domoticz does not recognize some of the devices.
I get this kind of error when ever a dzVents script is called by time or a device.
Code: Select all
2021-08-13 10:41:44.085 Error: dzVents: Error: (3.1.8) There is no device with that name or id: Garage - Buiten
2021-08-13 10:41:44.085 Error: dzVents: Error: (3.1.8) An error occurred when calling event handler slave garage-buiten
2021-08-13 10:41:44.085 Error: dzVents: Error: (3.1.8) ...domoticz/scripts/dzVents/scripts/slave garage-buiten.lua:99: attempt to index a nil value
The device is 'Garage - Buiten' is present and active in both Domoticz and zigbee2mqtt.
When I set the device to On or Off in the zigbee2mqtt gui it works normally and this error disappears for this device.
The plugin has to be disabled at the start of domoticz and then enabled again.
Then it gives a normal startup without errors.
Code: Select all
2021-08-13 10:09:29.448 Status: Zigbee: (Zigbee) Initialized version 3.0.1
2021-08-13 10:09:29.497 Status: Aeon Gen5: Awake Nodes queried
2021-08-13 10:09:29.524 Zigbee: (Zigbee) Installing plugin custom page...
2021-08-13 10:09:29.543 Zigbee: (Zigbee) Installing plugin custom page completed.
2021-08-13 10:09:29.594 Zigbee: (Zigbee) Connected to MQTT Server: 192.168.2.239:1883
2021-08-13 10:09:29.697 Zigbee: (Zigbee) Zigbee2mqtt bridge is online
2021-08-13 10:09:29.709 Zigbee: (Zigbee) Received available devices list from bridge
2021-08-13 10:09:29.724 Zigbee: (Zigbee) Joining new devices is disabled on the zigbee bridge
2021-08-13 10:09:29.906 Zigbee: (Zigbee) Received groups list from bridge
Anybody any ideas???