so when you go to the dev-state page, do you see a device called media_player.apple_tv_1etg
?
What are the attributes available?
so when you go to the dev-state page, do you see a device called media_player.apple_tv_1etg
?
What are the attributes available?
state is unknown, and itâs still trying to establish a connection. Check the logs
From my log file
2019-06-05 16:27:06 WARNING (MainThread) [pyatv.tag_definitions] Unknown data: b'103'
2019-06-05 16:27:06 WARNING (MainThread) [pyatv.tag_definitions] Unknown data: b'103'
2019-06-05 16:27:06 WARNING (MainThread) [homeassistant.components.apple_tv.media_player] A <class 'pyatv.exceptions.AuthenticationError'> error occurred: failed to login: 503
From configuration.yaml
apple_tv:
- host: !secret apple_tv_1etg_ip
login_id: !secret apple_tv_1etg_login_id
name: Apple TV stua
start_off: true
so itâs not able to login. Have you verified your login credentials?
I can see that.
Actually I was playing back and forth some weeks ago trying to get it to log in.
I never got to the credentials part⊠or got to this info:
So did you go into the configuration page and check out the integrations? Did you get your ID there?
That is for a Home Assistant component which should already be in the homeassistant Docker container from Hassio.
I managed to âfindâ the Apple TV
, using the /states-view which was hidden because I use Lovelace
in yaml
mode.
Now all authentication and login credentials are OK.
Thank you all for the support