My Shield goes into sleep mode (or whatever it is, the green led lights go to off), whenever I turn off my TV/Receiver (I guess its the CEC function?).
Will I still be able to send a command (turn on Netflix) that wakes up the Shield and runs the app Netflix?
Hello,
my HA is installed on Raspbian in Docker, I tried: apk --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ add android-tools
Until the armhf android-tools package is available (again?) you may use a ready Docker image for armhf with adb installed. This one might work: https://hub.docker.com/r/sorccu/adb
I’m running this on a Shield TV and have the following issues:
Once I launch an app the status switches to playing even if i’m not playing any media within that app.
The lag time between opening an app and that change propogating back to HAss can be quite significant.
My use case is to dim lights when I start playing a show on Netflix but both of these issues are blockers for me doing that at the moment.
Anyone else having these problems?
Hi,
could someone please tell me how I use the below as a script, as I would like to create a button that triggers an app or youtube video ect on my shield.
I’m currently on hassio and plan to install the newly created add-on
I managed to get it working, using hass.io + shield combination! So far so good, just 2 questions:
there is a 5 second delay between state changes. Will this be better if I use docker or hassbian?
I have set up light automations based on the ‘playing’, ‘paused’ or ‘idle’ state. However, I want to excluse spotify from the automations. Is there anyway I can let it ignore Spotify? I don’t need the lights to dim when I play some music
I drew the image in Powerpoint and then I’ve placed some invisible buttons over the images, so they behave like buttons. I’ve followed the documentation from adb addon and then the code for one of the buttons looks like this: -
Hi bobokun,
There’s really not much going on with code. Each button is basically the same. I’ve drawn the entire picture in Powerpoint and then saved it as a png. I’ve found Powerpoint to be useful because of all the built in icons and the alignment tools are very useful. I created a coloured button (RemoteButton.png), which is just a square shape that I saved as its own png file, and then positioned that over each of the icons. When I was happy with the placement I swapped the coloured button for an invisible one (RemoteButtonClear.png). When I say invisible, I just changed the shape in Powerpoint, so it had no outline or fill, then saved that as a png file. All these images are in the www folder in config. The DPAD cursor type buttons use the code I shared above and the intent buttons (for apps etc) use this code: -