Replies: 1 comment 5 replies
-
|
That should be the bluetooth mac address. If you run the demo.py in this repo without any arguments what do you get when it lists all devices under |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and thank you for your work on
androidtvremote2.When troubleshooting the Android TV Remote integration in my HomeAssistant setup (missing
unique_id), I stumbled upon the methodAndroidTVRemote#async_get_name_and_macwhich extracts the MAC address from the server certificate of the Android TV service.On my STRONG Leap S3 Pro the certificate does not contain the MAC address, the subject is
dnQualifier=HPR302-STRONG/RMQ/UHD Google TV STB. Perhaps that is due to the box having two MAC addresses (one for WiFi, one for Ethernet). Is this non-standard behaviour of the STB or rather an edge case?Either way, I will open another issue and probably a PR on HomeAssistant to improve handling of this case. This question here is more to learn about the protocol.
Best regards,
Konstantin
Beta Was this translation helpful? Give feedback.
All reactions