#Hello i configured zigbee2mqtt but seems

1 messages · Page 1 of 1 (latest)

tacit trench
#

That typically means the add-on isn't running, assuming you're using add-ons

#

Check the add-on log, and Zigbee2MQTT's own log

full monolith
#

How i can check logs?

#

Ok i found it

full monolith
tacit trench
#
Zigbee2MQTT:error 2022-08-24 09:25:52: Error: spawn udevadm ENOENT
#

Looks like you haven't told Z2M what device path to use

full monolith
#

i set device path

tacit trench
#

What did you set?

#

Because it can't find it

full monolith
#

serial:
port: tcp://192.168.1.6:8888
adapter: ezsp

tacit trench
#

Eh, I hope that's not a WiFi connected ZBBridge

#

EZSP chips don't like being on WiFi, plus that bridge is pretty crappy

full monolith
#

No i Unlocked Gateway 3 and i enabled zigbee2mqtt

tacit trench
#

You're still likely to have issues due to the chipset

full monolith
#

so zigbee2mqtt may not work?

tacit trench
#

WiFi-based Serial-to-IP bridges are not recommended as the serial protocol does not have enough fault-tolerance to handle packet loss or latency delays that can normally occur over WiFi connections.

#

I'm unsure if you need ser2net installed or not

full monolith
#

these are sudo commands and i dont think they work on HA

tacit trench
#

The add-on probably has it installed ... probably

#

Actually, it does, as I've seen people post details of that part of the config

full monolith
#

I found this in logs

Zigbee2MQTT:info  2022-08-24 09:42:27: Starting zigbee-herdsman (0.14.46)
Zigbee2MQTT:error 2022-08-24 09:42:27: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-08-24 09:42:27: Failed to start zigbee ```
#

this can be issue?

tacit trench
#

It's the following three lines that matter

#
Zigbee2MQTT:error 2022-08-24 09:25:52: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-08-24 09:25:52: Exiting...
Zigbee2MQTT:error 2022-08-24 09:25:52: Error: spawn udevadm ENOENT
#

The bit you quote is just the shit happened message, it then tells you what went wrong

full monolith
#

So what i should fix in configuration?

tacit trench
#

Maybe up the log level to debug to see more of what's going on

#

The error says that Z2M can't reach the adapter, which could be because you've not started/enabled the serial2net program in the add-on shrug

#

I don't use the add-on though, so I'm just guessing

full monolith
#

How i can enable serial2net?

tacit trench
#

No idea, I'd assume it's a setting in the add-on