Replace Hassio with Hassbian?

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?

Right now itÂŽs like this:


And Netflix is playing at the same time

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 don’t even see AppleTV there.

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 :slight_smile:

2 Likes