Hello everyone. Just starting working with home assistant, I’ve added some z-wave sensors and IR remote (so I can control air condition). Now I tried to use homebridge and makesiri do some things. Installed https://github.com/hassio-addons/repository, and start up the home bridge. I found home assistant in home app, but after connection I got this: “Additional setup required. Add related accessories with home assistant in the manufacturer’s app”
Need some Help on it.
Anything to say?
still nothing. Need some help
If you can show your config.json (on homebridge part).
If you can show your customize.yaml (on ha part).
Hello!
Customize is empty
And here is config.json
{
"bridge": {
"name": "Home Assistant",
"username": "B8:27:EB:74:1B:0F",
"port": 51826,
"pin": "159-19-820"
},
"description": "Homebridge for Home Assistant",
"accessories": [],
"platforms": [
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://hassio/homeassistant",
"password": "",
"default_visibility": "hidden",
"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
}
]
}
crop the config and </>
Sorry, did I get it right?
“host”: “http://hassio/homeassistant”, <=== this have to put homeassistant port 8123, if you use ssl then make it https://yourdomain.duckdns.org:8123 with ssl or http://yourdomain.duckdns.org:8123
“password”: “”, <== your home assistant password
“default_visibility”: “hidden”, <== change to visible
“verify_ssl”: true <== if you didn’t use ssl, https then change to false
1 Like
Tons of Thanks, it’s finally working!