illixion / blog.illixion.com

0 stars 0 forks source link

2020/06/aqara-hub-with-hassio-without-homekit/ #2

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Xiaomi Aqara Hub in Home Assistant, without HomeKit - Manual

Guide to rooting lumi.gateway.aqhm01 and making it work with Home Assistant without resorting to HomeKit.

https://catto.io/2020/06/aqara-hub-with-hassio-without-homekit/

adamadvatio commented 3 years ago

Hi Sir, i do all of your tutorial but i cant get anything from gateway in hassio. why there is ./miio_gateway after cloning repo? There is no bin in repo. git clone git@github.com:cadavre/miio_gateway.git ./miio_gateway this lines should be in configuration.yaml? miio_gateway: host: 192.168.1.2 # IP of your gateway port: 54321 # port running miio_client, defaults to 54321

illixion commented 3 years ago

@adamadvatio

why there is ./miio_gateway after cloning repo? There is no bin in repo.

The bin is located in the Roth-M’s repository, you can download it directly by using this link or by cloning this repo and copying it from the miio_client folder.

this lines should be in configuration.yaml?

Yes, don’t forget to replace the IP with the gateway’s IP and set a static DHCP IP for it. (optional but recommended)