I just noticed that Xiaomi zigbee devices can be flashed with zigbee-shepherd firmware (please see link below). Which in theory allow to use Xiaomi Zigbee sensors and switches without Xiaomi’s gateway. I am wondering whether flashed xiaomi devices can be integrated into home assistant (preferably hassio)
I think the best way to use this would be via the MQTT bridge the author has supplied. That should work fine with HA.
I’m working on a zigbee2mqtt bridge which integrates especially well with home assistant. This bridge currently supports TRADFRI, Hue and Xiaomi devices. https://github.com/Koenkk/zigbee2mqtt
Hi @Koenkk! Nice project you are working on! My question to you would be - does this component work with Hassio?
This is not a ‘component’ for home assistant but rather something seperate (which can run on a Raspberry Pi for example). To give an idea how this is working: https://github.com/Koenkk/zigbee2mqtt/blob/master/architecture.png
So in this scenario I would need 2 separate Raspberry PI - 1x for Hassion and another one for running zigbee2mqtt ?
You can run them on the same Pi. Hass.io uses docker, I’m working on a docker image for zigbee2mqtt.