#Hello there
1 messages · Page 1 of 1 (latest)
Every time the node get an update I get the following error:
error 2023-04-06 15:46:04Error: Cannot read properties of undefined (reading 'isDevice')
When I try to switch on/off from the UI. I get
error 2023-04-06 15:45:55Entity '0x54ef4410004dc0e2' is unknown
I have no other logs
Here is the env variable for the config:
https://github.com/clempat/home-ops/blob/main/kubernetes/home/zigbee2mqtt/templates/secrets.external.yaml
I am using the SONOFF Zigbee 3.0 USB Dongle Plus ZBDongle-P
Ok making logs to debug give me more informations:
Zigbee2MQTT:debug 2023-04-06 16:17:33: TypeError: Cannot read properties of undefined (reading 'isDevice')
12
at HomeAssistant.onPublishEntityState (/app/lib/extension/homeassistant.ts:930:20)
11
at EventEmitter.emit (node:events:525:35)
10
at EventBus.emitPublishEntityState (/app/lib/eventBus.ts:123:22)
9
at Controller.publishEntityState (/app/lib/controller.ts:286:23)
Ahhh ok somehow it got paired with the zigbee network but nothing is on home assistant
Check HA's logs for any warnings or errors there
I am seeing there now indeed something:
https://pastebin.com/KNncpAip
Ok I see somehow I miss the URL value !!!!
This should be the right env variable or? ZIGBEE2MQTT_CONFIG_FRONTEND_URL
Ah... that's the common problem
You need to leave the URL unset, or set it to an actual URL
I though I did add the url by setting ZIGBEE2MQTT_CONFIG_FRONTEND_URL. I will check it
Thanks for your help