ben423423n32j14e / zigbee2mqttadminpanel

Node-Red-Dashboard web interface for controlling Zigbee2MQTT
GNU General Public License v3.0
111 stars 70 forks source link

"TypeError: Cannot read property 'length' of undefined" #20

Open Flutho opened 3 years ago

Flutho commented 3 years ago

I got following message.

"TypeError: Cannot read property 'length' of undefined"

It seems to be the subnode „status“

GryKyo commented 3 years ago

I had this issue but noticed that the flow was attempting a TLS or HTTPS connection to my MQTT broker. I am not sure I have a TLS port enabled on my broker which is local and firewalled.

Edit the broker settings you are using in any of the subflows, update the MQTT broker settings including username/password if necessary and deploy the flows again, should work.