Issues after Zigbee2MQTT Update

I recently updated ZigBee2MQTT to the latest version, and since then, my ZigBee network is no longer working. I am unsure what went wrong. Below are my current settings.

Could someone help me troubleshoot this issue?

Thank you in advance for your support!

I have a SLZB-06P10 Zigbee Ethernet Adapter.

FYI: The version 1.42.0-2 is working fine with this configuration.

Hi, were you running Z2M v1.x before the update?

So you mean that 1.42.0-2 was the previous Z2M version?
If yes: have a look at Using the new action events in Zigbee2MQTT 2.0

This isn’t very descriptive. What is not working?

Does Z2M start?

If not, what do the Z2M add-on logs say?

If it does start then what is wrong?

If lack of control in automations, see Nick’s answer above.

Also see these breaking changes you need to make when updating to >v2.0: Zigbee2MQTT 2.0.0 breaking changes · Koenkk/zigbee2mqtt · Discussion #24198 · GitHub

Yes, I am using version 1.42.0-2 currently.

So it’s probably the result of going from Z2M 1.x → 2.x and your zigbee network will most likely work but due to a big change, starting with Z2M 2.0, now actions are based on events.

This makes it that your old automations do not work anymore.

So you have to make a distinction between Z2M not working at all or your automations.

The issue is that Z"M is not starting. I am getting this error message.

Share your config from config/zigbee2mqtt/configuration.yaml

Redact the network key before posting it here.

Here is the config file. I hope i have redact the important parts…


Please don’t post pictures of text. Post the actual text formatted correctly for the forum.

Change the last line to:

availability:
  enabled: true
  active:
    timeout: 10
  passive:
    timeout: 1500

Or f you don’t want devices to be marked as unavailable when they stop transmitting on the network:

availability:
  enabled: false

Then restart z2m.

1 Like

It worked. Thanks for the support.