A new one: To take advantage of the now highlighted buttons via the new attribute feature, I have converted all my shortcut buttons (via source/sound_mode/channel changes) to trigger automations on changes rather than calling scripts.
In the case of Denon receivers, when a source is selected, it turns on automatically.
However, the DirecTV satellite TV device does not. That means, selecting a channel does not work unless the device is already turned on.
Likely there are other devices with this characteristic, although I cannot provide a specific example.
Sooo, here is a request: would you consider adding an option to shortcuts that would cause the device to be turned on before calling the shortcut (if not already on). From mucking around with this, if the device is turned on, a delay may be required between power on and (in this case) setting the channel.
As stated before, trying to keep the shortcuts simple, but could probably add this.
Maybe combine them into one option power_on_first: 'HH:mm:ss' similar to the current delay option in scripts.
syntax is obviously fine. I was doing the same kind of thing using scripts, but no active button in that case.
Sleeping on this, another perhaps more flexible approach would be to have a script that gets called whenever a button is pushed. For example, if TV channel 11 button is pushed, receiver and TV gets turned on as well. I currently do this by having an automation that triggers on setting the channel (which does not work for my DirecTV device unless it is already on as noted before).
i could shoot you over a custom component that, before sending any remote commands, would check if the device was powered on, and if it was on standby, send a power on command and sleep for likeâŠ5 seconds first. quite honestly, thatâs how it should have been designed first if youâre trying to shoot commands to the DVR, assuming itâs not one of the new clients, because weâre kinda fucked there unless you have something like a harmony to out of band it.
I have a DirecTV HR44/200 for the main DVR, and two clients (that do not support IP power on/off).
For the power neutered clients, I do have iTach IP2IR, Harmony Hub and Broadlink; been thinking about exploring the universal remote to merge IR power on/off with the IP based primary DirecTV addon.
i got an HS17 next to my rack and C61-Kâs all over the place. letâs pause for a minute and give DirecTV a round of applause for the infinite wisdom for being able to do literally everything else over coax between server and clients except power. Truly Genieeeeus. (eh?)
yeah. in your use case, iâd probably check for status of target receiver first, maybe via automation, and then blast some IR love via your harmony/iTach with a sleep somewhere in there.
i wrote the devs asking for a id/secret for the authenticated SHEF commands. iâm not holding my breath. with the ATT acquisition, i imagine itâs probably a ghost town over there.
I do share your sentiments re DirecTV power on/offâŠ
The client still reports âplayingâ status when turned off with the OEM remote; but there are enough other attributes that power status determination can be automated. Iâd like to give your custom component a try (this is not something Karl can fix). Do you have the IR codes as well?
I cannot get this card to work. I use Home Assistant inside a docker container. The mini-media-player-bundle.js file is placed inside the container in /config.
My first question: Did I place the code snippets at the correct position? (Suggestion: A minimal working example of a configuration in the GitHub repo for troubleshooting would be great.)
Hey!
You need to place the file inside [your config directory]/www/. So for example config/www/. If thereâs no www folder there already, youâll have to create one and restart HA after doing so.
Then the resource url in your ui-lovelace.yaml has to point to /local/ which is where the www directory is served at by the webserver.
Hi,
Question 1) I specified the option volume_stateless=true, what I miss on this view is the actual volume level info (not as a bar but as value, better would be %).
Question 2) Is it possible to specify the steps of increment/decrement when pressing the +/- volume ?
The reason:
I usually use the volume on the range of 2% to 20% and on this area it it not so easy with the mobile phone to adapt the volume (this is why I like the + / - buttons), but I would like to see what is the actual volume.
Is it possible somehow to set a fixed picture as background in the player?
I have a TV that doesnât send information about the content, and I therefore it would be nice to have an image instead?
If itâs possible - how, and would it also be possible to use a fixed picture background when the state of the media player is idle?