-
Notifications
You must be signed in to change notification settings - Fork 15
Support more than one bond bridge #18
Comments
Hmm... I didn't consider the possibility of having multiple Bond Bridges... I'm sure there's something in the integration that assumes there's only one and doesn't work if there's more than one. I'll mark this as an enhancement of something to support in a future version. |
I also have 2 Bond Bridges, and need to use them both to reach all the rooms in my house. I would love this feature! |
This would be nice as I have some bond units that are wifi direct with some new ceiling fans I purchased. Be nice to add more than 1 unit. |
I'm also interested in this capability with the same use case: multiple ceiling fans each with their own built-in bond bridge. |
Bumping this enhancement request. Would love to see this added! |
I have 2 ceiling fans with their own bridge working in the current version.
…On Thu, Jan 14, 2021, 12:07 PM Fr3nchToast ***@***.***> wrote:
Bumping this enhancement request. Would love to see this added!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5ISHDCPZ2RNTO7CFUC7LSZ4QDNANCNFSM4ML6E4JQ>
.
|
Can you show your config? I wasn't able to list both hosts and tokens without errors. |
Please log this issue on the home assistant core repo. The official addon
has been working great for me.
Thanks
-Blake Niemyjski
…On Thu, Jan 14, 2021 at 12:01 PM Eddie Ash ***@***.***> wrote:
I have 2 ceiling fans with their own bridge working in the current version.
On Thu, Jan 14, 2021, 12:07 PM Fr3nchToast ***@***.***>
wrote:
> Bumping this enhancement request. Would love to see this added!
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#18 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAA5ISHDCPZ2RNTO7CFUC7LSZ4QDNANCNFSM4ML6E4JQ
>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZFI2WPBELVEMKZR5QK5LSZ4WPJANCNFSM4ML6E4JQ>
.
|
Sorry gents figured this out, was having the same issue as below link. All sorted |
I happen to have two Bond Bridges in my home and I am trying to add both of them to HA. I have one working at the moment, but would like to add the other, however the config is not seeming to like it. Is there perhaps something I am doing wrong or is it not supported at the moment?
For reference, this is what my config for the bond looks like with two of them
bond:
For the Front of House (FOH) Bond
token: XXXXXXX
For the Back of House (BOH) Bond
token: XXXXXXXXX
Doing it in the config file, it says, it looks good, but actually checking the config gives this error
Invalid config for [bond]: expected a dictionary for dictionary value @ data['bond']. Got [OrderedDict([('host', '10.20.1.130'), ('token', 'XXXXXX')]), OrderedDict([('host', '10.20.1.131'), ('token', 'XXXXXXX')])]. (See /config/configuration.yaml, line 82).
Any ideas?
The text was updated successfully, but these errors were encountered: