[RELEASE] Zigbee2MQTT Routing Driver v2

Updates available, adding Zigbee2MQTT Climate and Moisture. Can't test the moisture one, but my bathroom climate sensor is working in Hubitat now, so that's a step in the right direction. :slight_smile:

1 Like

Thanks for this. I'm away from the pc today but I'll check it tomorrow when I'm back.

Devices work as they are suppose to. Thanks for the update!

2 Likes

Nice, glad to hear it's working! :+1:

2 Likes

FYI, this device, the Swann One Keyfob is odd. I suspect like the Aqara zigbee devices, when the device doesn't get the expected response from Z2M, it commits hara-kiri and leaves the network. I wonder if a periodic automated device reinterview would prevent this? Assuming it's even possible with Z2M under HA.

Urgh, that sounds problematic. There is the ability to trigger a device interview by the bridge over MQTT, but this is really something that should be fixed at the Z2M end, especially for a device that you'd leave the house with and expect to work when you returned. There must be something incomplete with the binding.

You could try opening an issue on zigbee-herdsman-converters. If a device is listed as supported, which the keyfob is, they do like to have them actually work. Though if this is a network-specific issue (like I had with those Aqara switches in the past) that's far harder to account for.

I'll bear this in mind when I'm next updating the main driver. At the moment we don't handle bridge messages at all, but it's not impossible.

Exciting times!

Just noticed that an official MQTT Exporter app casually dropped into v2.4.4.151. As someone clearly "a bit keen" on MQTT, this is great news!

4 Likes

The recent platform updates have had me tinkering again, so if you're using this I'd recommend updating. I've wandered through the code and optimised when we fire events, in order to reduce database writes and to drop hub load. Essentially the driver now implements more checks against current values, only firing an event if values have really changed.

The tweaks make a fair difference (or have for me, as I'm pulling in quite a lot of Zigbee2MQTT devices) but any load reduction is good, right?

2 Likes

Added MQTT device import integration that uses Home Assistant device config. :eyes:

Not updated to v2.5.0 yet, but this is a significant addition!