-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TV not appearing among Alexa devices #419
Comments
Please attach an accessory dump, details are here https://github.com/NorthernMan54/homebridge-alexa#homebridge-accessory-dump |
By the way, the log is full of following error messages:
Could it be something depending on? I also tried to remove Bravia plugin and the association with the TV and then to reinstall it, the TV appears on Homebridge but not among Alexa devices. And in the Homebridge log, [Alexa] alexaDiscovery - returned 24 devices, they should be 25. Here below the accessory dump:
|
I have been able to solve it, there was an overlapping with the HomeKit TV in another room, I have removed this latter and and the former has appeared. I will try to add the HomeKit TV and I will report what will happen |
This are the devices in the dump you supplied, I didn't see a Sony tv in there.
|
Hi I ran into the same problem: |
@hans-kn Can you share an accessory dump from the TV plugin ? - https://github.com/NorthernMan54/homebridge-alexa#homebridge-accessory-dump |
Here is the generated dump-file. As i am currently running the "openwebif-tv" plugin as a subbridge - i connected to this bridge:
|
That's the main bridge, the child will be very large Another method to find the port number of the child bridge is to use the Then if you look at _hap._tcp, you can see all the HomeKit bridges - just find your tv one |
Ok. understood. I have three entries (for each device): First one: |
Second one:
|
Tks, let me pull these into my test environment and see what is triggering this |
hi, I just noticed, that the Openwebif plugin offers the posibillity to define a "channel list". If I add a reduced channel list mannually, the error disappears. |
Tks for accessory dumps. I ran them thru the code, and it is definitely triggered by the number of channel's. The Alexa has a maximum of 5,000 bytes for the cookie object, and the supplied samples are coming in over 6k each. I think your workaround is the best approach here. The cookie data { |
Hello,
I have a Sony Bravia TV added to Homebridge thanks to the homebridge-Bravia plugin.
Under Homebridge everything works perfectly but the TV will not appear among Alexa imported devices.
What can I do?
Thanks,
Dan
The text was updated successfully, but these errors were encountered: