Iain Simons

Results 7 comments of Iain Simons

Hey Flipmoo - Can you let me know what you did to get it recognised by Homekit? I too can connect it (I think) to Homebridge) but just can't get...

Hmmmm I still can't get that to work :( You're still stripping out the colons though? I have... ``` "platforms": [ { "platform": "MiAqaraPlatform", "Gateways": { "7C49EB18CA32": { "password": "qjcsgkjvc4i7q0hh",...

Trying this : ``` "platforms": [ { "platform": "MiAqaraPlatform", "bindAddress": "192.168.1.63", "gateways": { "7c49eb18ca41": "QJCSGKJVC4I7Q0HH" } } ] ``` Gives valid JSON, but generates this set of errors : `Error:...

Actually, just to check... Having added the platform here, as you have, should it be the case that sensors added within the mihome app should just appear in iOS 'home'?...

Yeah, I am getting the same error as Salsalove... So, the device that's running home bridge for me is 192.168.1.57 The gateway is : 192.168.1.63 and the router is 192.168.1.1...

@YinHangCode like this? ``` { "bridge": { "name": "HomeBridge", "username": "CC:22:3D:E3:CE:37", "port": 51826, "pin": "031-45-154" }, "accessories": [], "platforms": [ { "platform": "MiAqaraPlatform", "bindAddress": "192.168.1.1", "gateways": { "7c49eb18ca41": "90964570DD174368", "ip":...

@YinHangCode so that boots home bridge fine : `{ "bridge": { "name": "HomeBridge", "username": "CC:22:3D:E3:CE:37", "port": 51826, "pin": "031-45-154" }, "accessories": [], "platforms": [ { "platform": "MiAqaraPlatform", "bindAddress": "192.168.1.57", "gateways":...