Using HA Harmony Hub to control volume
-
Very impressed by Harmony hub on HA. Seems to suck all of my network goodness in
One thing I'm not clear on is how to send individual commands. Specifically I'd like to send volume commands to my TV via MSR. I've got as far as:
<edit?> There should be a screen capture here, but I'm getting a Parse error
@DesT ....
Suggestions for values to turn the volume down on my TV, or pointers as to where to look?
TIA
C
-
Instead of using a
call service
command just use theremote
entity and invoke thex_hass_remote.send_command
and fill in the info as needed. Device is the name of the device you wish to control (in this case your TV), command is the command (Volume Up) and thenum_repeats
etc. can be left untouched if you don't need it. Device info and commands can be found in the/config
folder in HA. It will be labelledharmony_[hub number].conf
.