Mr.Yin

Results 70 comments of Mr.Yin

配置里没有写7811dcfa2ea0 7811dcfa38fb这两个网关。

bindAddress is write network gateway ip, it is network gateway! In general, it is the router's IP, such as 192.168.1.1, it is not device ip which is running homebridge, and...

@Salsalove show me ur network ip and device ip. ``` ifconfig ```

enter ifconfig, not config.

@iainsimons bindAddress use 192.168.1.1, gateways config item "gateway sid": { "ip": "here use 192.168.1.63"}

@Salsalove I think your IP is wrong, with the help of `ifconfig` and `route -u` make sure ur network gateway ip.

@Salsalove bindAddress填的是网络的网关ip,不是小米网关的ip,一般情况下就是你路由器的ip。gateways里面每个gateway的配置后面的ip,填的是小米网关的ip,对应前面网关的sid。

@iainsimons Maybe I remember it wrong. try bindAddress is 192.168.1.57

@Salsalove Well, I see that chinese in your screenshot, and I think you are Chinese. You try to fill in the IP of the device which is running homebridge. Maybe...

@iainsimons not right, as follows: ``` "gateways": { "7c49eb18ca41": { "password": "90964570DD174368", "ip": "192.168.1.63" } } ``` and add -D to run command: ``` homebridge -D ```