I can’t seem to get homebridge to accept the PIN … each time I try, I only get the message “Couldn’t add Home Assistant.”
Running iOS 11.1 and hassio 0.57.2 and trying to install homebridge v2.1.1. I have had homebridge installed before using the AIO version of Home Assistant, but cleared all settings before starting. For this install:
- I left all options default (default host and blank password, per docs)
- started homebridge after installing from the hassio repo
- located PIN in the generated config file
- add using my iPhone “home” app and entering PIN
After failure, I have tried both changing the MAC “user ID” as well as deleting the persist folder, each time with the same result.
I tried uninstalling the add on and re-installing. On the initial install and upon re-installation, the “Logs” section of the add on did not appear to work, as nothing appears when “Refresh” is clicked. I’m not sure where to manually look for the logs or if this is a known issue in the hassio UI with this version.
Any ideas beyond this?
Default config, but here it is:
{
"bridge": {
"name": "Home Assistant",
"username": "E2:52:44:8E:7F:9A",
"port": 51826,
"pin": "916-80-420"
},
"description": "Homebridge for Home Assistant",
"accessories": [],
"platforms": [
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://hassio/homeassistant",
"password": "",
"default_visibility": "visible",
"supported_types": [
"automation",
"binary_sensor",
"climate",
"cover",
"device_tracker",
"fan",
"group",
"input_boolean",
"light",
"lock",
"media_player",
"remote",
"scene",
"script",
"sensor",
"switch",
"vacuum"
],
"logging": true,
"verify_ssl": true
}
]
}