Anton
Anton
Had same problem. Fixed by change `const multicastAddress = '224.0.0.50'` to `const multicastAddress = '192.168.1.64'` where `'192.168.1.64'` is IP address of Gateway. Dont know why but gateway not responding on...
> Hi SpiritAmalthea. Where is this multicastaddress variable? It’s not part of my config.json Hello Jinsterrrr. Why config.json? We are talking about index.js (https://github.com/YinHangCode/homebridge-mi-aqara/blob/master/index.js)
Jinsterrrr. Keep ''224.0.0.50'' in addMembership function
> SpiritAmalthea what do you mean about keeping the "224.0.0.50" ? How can I do it? I've only changed the multicastAddress... index.js file: line 17 const multicastAddress = 'your gateway...
> Hi guys, > I'm new on homebridge and I'm trying to add xiaomi devices to it. > I've installed the plugin, when I run homebridge the plugin is loaded...
> Have same problem. Have done this. now I see my gateway in the MiAqara Manage, but nothing accessories and nothing new in homebridge Did you change your config file?...