#Zigbee2mqtt serial adaptor option
1 messages · Page 1 of 1 (latest)
Not exactly the same, but I do have it in my config file with my SMLIGHT SLZB-06
I'm pretty sure I had to when I inadvertently updated to the dev version of 2.x.
It also pretty much blew everything up and nothing worked, so I quickly reverted. I just updated to 2.0 on purpose and it seems to work fine
seems like startup was much faster
Yeah I hate making changes like this from 5000km away. Fortunately it shouldn't mess with actual connectivity to Home Assistant, just my zigbee devices. So when you say everything blew up and you reverted that was specifically about the dev version and the rc 2.0 is working for you?
haven't found anything broken yet. Usually my HA dashboard will be a bloodbath if Z2M isn't working properly
was specifically about the dev version and the rc 2.0 is working for you?
yes
I had been pulling dev to pick up fixes that were being made for me and inadvertently picked up a biggie
it was unsettling at first because there were no logs beyond the 3 migration steps, but I realized that I had the level set to "warning". No warnings, so I guess that's good
also, note that I'm using a container installation and not the addon, so I can't speak to that specifically
My migration was fine. I did have to add legacy action sensors back for the time being so my switches work
I’ll let someone else figure out how to migrate them to MQTT actions 😆
Fail. Could not find the adaptor. Had to revert to previous version (1.42.0-2) and it came up again.
I just went through it here with another guy: https://discord.com/channels/330944238910963714/1324908417554317424
in the last link I posted there, someone asks exactly the same question that you had
Ok it started that time and I can see all my devices online in the Z2M UI webpage but they are all missing in Home Assistant.
Something to do with the data_path? https://github.com/Koenkk/zigbee2mqtt/discussions/25048#discussioncomment-11459366 Thing is I have not moved anything. It is all still in /config/zigbee2mqtt
HA restart seems to have fixed it.
so i have the zigbee2mqtt addon for HA and updated it. Saw all these posts about needing to update my adapter. Freaking out I had to just go double check my stuff and i was fine. All my stuff is still working. I am on the HA ZBT-1 dongle though. Maybe that doesn't affect this?
it might not. That doesn't use the zstack driver
you probably had to specify "ember" already
I do think i did
That's pretty straightforward. You can use event.xx entities, which are similar to the sensor.xx sensors if you enable experimental_event_entities: true: https://www.zigbee2mqtt.io/guide/usage/integrations/home_assistant.html#via-home-assistant-event-entity-experimental
Sorry that came out weird. But basically after updating I get the error in the log mentioned above
I updated to Z2M 2.0 this morning and i needed to add the "adaptor: zstack" before Z2M would work
Well my adaptor is ember and I already tried adding that
But you can see from the log above that it detects ember correctly
Where did you add it?
Into the serial: section of the Zigbee2MQTT configuration.yaml, next line under port:
yes me too
Seems my problem is that the EZSP driver is deprecated and I need to migrate my dongle to ember
For now I just restored the backup to the previous version of zigbee2mqtt
Went with the MQTT device triggers instead, but it wasn't bad at all and I was able to remove legacy triggers
I'm going to switch mine to the entity event triggers.