Hi. I am very new in the forum. My goal is to open and close the rollershutters via Siri or over the new Home App (IOS 10). (My vision is to say open rollershutter to 20% over Siri)
In Home Assistant i use the component for Vera Plus (not more use the USB Stick ZWave) to use the Fibaro Shutter (FGRM-222).
In Home Assistant i can see the Fibaro Shutters (2x) on the Dashboard as “Cover” and i can use it in the Browser without problems (arrows open / close).
Homebridge is installed (and well configurated) and things like some Switches will be shown in Home App and i can use them with Siri.
My problem is that the Rollershutters (and a few Temperature Sensors) will not be shown in Homebridge.
I use to make a Switch (to use it in Home App) in the config file with:
Sorry I didn’t reply sooner I have been trying to get homebridge working from the URLs you gave me.
I got it to start manually all worked after a while and reboot the pi to see if the systemd auto start works.
No got problems tried to start manually again and a DNS error this time.
Error: dns service error: name conflict
at Error (native)
at new Advertisement (/usr/local/lib/node_modules/hap-nodejs/node_modules/mdns/lib/advertisement.js:56:10)
at Object.create [as createAdvertisement] (/usr/local/lib/node_modules/hap-nodejs/node_modules/mdns/lib/advertisement.js:64:10)
at Advertiser.startAdvertising (/usr/local/lib/node_modules/hap-nodejs/lib/Advertiser.js:43:30)
at Bridge.Accessory._onListening (/usr/local/lib/node_modules/hap-nodejs/lib/Accessory.js:526:20)
at emitOne (events.js:77:13)
at HAPServer.emit (events.js:169:7)
at HAPServer._onListening (/usr/local/lib/node_modules/hap-nodejs/lib/HAPServer.js:184:8)
at emitOne (events.js:77:13)
at EventedHTTPServer.emit (events.js:169:7)
Two reasons why Homebridge may not be discoverable:
Homebridge server thinks it’s been paired with, but iOS thinks otherwise. Fix: deleted persist/ directory which is next to your config.json.
iOS device has gotten your Homebridge username (looks like a MAC address) “stuck” somehow, where it’s in the database but inactive. Fix: change your username in the “bridge” section of config.json to be some new value.
I would also like to add some sensors (i.e. temperature/heater) to homebridge. I also have the same setup as you. I think they need to be ported from home assistant to homebridge via the homebridge-homeassistant plugin.
What is strange is that currently it’s listed as rollershutters being exposed and working. Not sure why yours isn’t showing up in homekit.
Hi @fastender
I just got Homebridge working at last. I am not sure how to do the remote access set on the iPhone/iPad i think it wants two factor authentication set up , But that will stop my iCloud tracking. So i will give up on remote access i still have HA to do the work.
Login to Raspberry Pi ssh pi@your_raspberry_pi_ip
Change to hass user sudo su -s /bin/bash hass
Change to virtual enviroment source /srv/hass/hass_venv/bin/activate
Update HA pip3 install --upgrade homeassistant
Type exit to logout the hass user and return to the pi user.