I’m prety new on HA sinc i just migrate alle my domotic from Jeedom.
I have manually added all my zigbee devices but some of them are not showing up all the info. One of thm is my Aqara vibration sensor (lumi.vibration.aq1) who don’t sho me the angle. It was prety usefull for me to notify me when i forgot to close my garage door. Just a vibration info is not interesting since it can’t give me the info if the door just close or open. Is it possible to add these entities in home assistant? I have the jeedom config file if something can be interesting in it.
Yes i’m using it with ZHA. To be more specific my instalation is a VM on my Synology NAS with a conbee2. I don’t realy know Zigbee2MQTT. Can i use ZHA and Zeegbee2MQTT in paralel or should i migrate all my devices (50). And if i have to is Zeegbee2MQTT support all the aqara devices (water sensors, temperature/humidity/pression snesors, light sensors, motion sensors, plugs, magic cube, buttons) + Owon temperature sonde + Ikea starvink?
Thanks for your help. I realy apreciate.
Thank for your answer. But i see that Z2M need the adaptater connected to a raspberryPi. Is it not possible to have it connected via usb to the home assistant computer?
I’m not sure why you got the impression that only the Pi is supported, their own docs are pretty clear it runs on a far wider range of platforms, and I’ve never used a Pi for my setup.
Sorry. I should have spoke about server instead of Pi. Here they speak about a server Getting started | Zigbee2MQTT and they take exemple of a PI. That’s why i spoke about a Pi.
A Server where you would run Zigbee2MQTT. Most Raspberry-Pi models are known to work but you can run it on many computers and platforms including Linux, Windows and MacOS
So, that server can be the computer running Home Assistant.
… and after your switch, it would become this (and no Pi in here):
conbee2 → (HAOS add-on or docker) Z2M → (HAOS add-on or docker) MQTT → HA
So, depends on your install method, it is entirely possible to put Z2M and MQTT and HA in the same VM.
= = = = = =
So if you have decided to make the switch, I’m sure there are guides out there. But on a high level, these are the steps:
backup everything; document everything
disable ZHA, because you cannot have both ZHA and Z2M talking to the same USB conbee2
setup MQTT and Z2M… I would use this opportunity to change the network key & Zigbee channel
re-pair your zigbee devices
check automations and scenes for any entity name changes
The method from the link is absolutely ok. You have to install the mqtt and Z2M add-on and configure both. In home assistant world mqtt would anyway be needed sooner or later so it’s a good time to start with.
In my opinion Z2M is the better choice, since it supports new devices mostly earlier and some devices better (as for example the vibration sensor). I have about 25 zigbee devices and there is not even one that is not supported by Z2M.
EDIT : I just ordered the new sonoff stick. I’ll wait to have it in my possession befor go further. I’ll keep you informed when i received it and make a progress.