Raspberry Pi Zero W: Difference between revisions

Line 248: Line 248:
sudo aptitude -y install libavahi-compat-libdnssd-dev
sudo aptitude -y install libavahi-compat-libdnssd-dev
sudo npm install -g --unsafe-perm homebridge
sudo npm install -g --unsafe-perm homebridge
</syntaxhighlight>
= HomeBridge iOS11 =
[https://github.com/nfarina/homebridge/issues/1501 Not working with IOS11]
<syntaxhighlight lang="text" enclose="div">
    Upgrade homebridge to newest version: npm install -g homebridge
    Stop homebridge service
    rm -rf ~/.homebridge/persist
    rm -rf ~/.homebridge/accessories
    Under ~/.homebridge/config.json, change your "username": "11:22:33:44:55:66" to something else
    Start homebridge service
    Delete homebridge accessory from home app
    Add homebridge accessory to home app and enter pin etc
</syntaxhighlight>
</syntaxhighlight>