#Hello there

1 messages · Page 1 of 1 (latest)

inland sparrow
#

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

#

I am using the SONOFF Zigbee 3.0 USB Dongle Plus ZBDongle-P

inland sparrow
#

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

rough dragon
#

Check HA's logs for any warnings or errors there

inland sparrow
#

Ok I see somehow I miss the URL value !!!!

#

This should be the right env variable or? ZIGBEE2MQTT_CONFIG_FRONTEND_URL

rough dragon
#

Ah... that's the common problem

#

You need to leave the URL unset, or set it to an actual URL

inland sparrow
#

I though I did add the url by setting ZIGBEE2MQTT_CONFIG_FRONTEND_URL. I will check it

#

Thanks for your help

rough dragon
#

It looks like you didn't set it to an actual URL

#

http://blah.blah

inland sparrow
#

Yes... some typo in my setup... Fixing it now

#

Thanks ❤️

#

Sad that the error was not more clear but happy to see the end of it

rough dragon
#

It trips up a lot of people who enter something there that's not valid

#

Z2M doesn't care, it's HA that has the problem with it