Closed fireinice closed 5 years ago
What's the output of this command? You can redact any personal info, although there's no harm in posting the device's local IP address.
adb shell getprop ro.product.manufacturer && getprop ro.product.model && getprop ro.serialno && getprop ro.build.version.release && ip addr show wlan0 | grep -m 1 ether && ip addr show eth0 | grep -m 1 ether
adb shell "getprop ro.product.manufacturer && getprop ro.product.model && getprop ro.serialno && getprop ro.build.version.release && ip addr show wlan0 | grep -m 1 ether && ip addr show eth0 | grep -m 1 ether"
realtek
ZIDOO_X9S
6.0.1
link/ether 0a:be:26:3c:d8:b0 brd ff:ff:ff:ff:ff:ff
link/ether 71:03:80:59:2a:ca brd ff:ff:ff:ff:ff:ff
Hey there @JeffLIrion, mind taking a look at this issue as its been labeled with a integration (androidtv
) you are listed as a codeowner for? Thanks!
Home Assistant release with the issue:0.97.2
Last working Home Assistant release (if known):None
Operating environment (Hass.io/Docker/Windows/etc.):Docker
Component/platform:androidtv
Description of problem: two androidtv entity in conf file. and error in log when start。only one androidtv entity can be found
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information: it seems caused by the device manufacturer do not properly place serialno: with
i got result as(x.x.x.x is the ip of the media player):
However if i use command:
the result is:
It returns empty here. So maybe there should be some codes to catch this situation and use ip(?) for the unique_id