#Hello i configured zigbee2mqtt but seems
1 messages · Page 1 of 1 (latest)
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
https://pastebin.com/dpbhYwxN thats what zigbee2mqtt returns with
Zigbee2MQTT:error 2022-08-24 09:25:52: Error: spawn udevadm ENOENT
Looks like you haven't told Z2M what device path to use
i set device path
serial:
port: tcp://192.168.1.6:8888
adapter: ezsp
Eh, I hope that's not a WiFi connected ZBBridge
EZSP chips don't like being on WiFi, plus that bridge is pretty crappy
No i Unlocked Gateway 3 and i enabled zigbee2mqtt
You're still likely to have issues due to the chipset
so zigbee2mqtt may not work?
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
these are sudo commands and i dont think they work on HA
The add-on probably has it installed ... probably
Actually, it does, as I've seen people post details of that part of the config
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?
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
So what i should fix in configuration?
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 
I don't use the add-on though, so I'm just guessing
How i can enable serial2net?
No idea, I'd assume it's a setting in the add-on