How Do i get this on a dummy switch.jpvaneijk wrote: ↑Thursday 28 June 2018 18:02
Some codes working for me:
AV ReceiverCode: Select all
script:///home/pi/HarmonyHubControl/HarmonyHubControl 192.168.2.3 issue_device_command 55207356 Mute script:///home/pi/HarmonyHubControl/HarmonyHubControl 192.168.2.3 issue_device_command 55207356 VolumeUp script:///home/pi/HarmonyHubControl/HarmonyHubControl 192.168.2.3 issue_device_command 55207356 VolumeDown script:///home/pi/HarmonyHubControl/HarmonyHubControl 192.168.2.3 issue_device_command 55207356 ModeStereo script:///home/pi/HarmonyHubControl/HarmonyHubControl 192.168.2.3 issue_device_command 55207356 ModeDolby/DTSSurround
If i excute them in putty they function okay.
Code: Select all
./HarmonyHubControl 192.168.2.3 issue_device_command 55207356 Mute
But if i copy this under a dummy switch it don't function.
I also put the command in a script file with: exec './HarmonyHubControl 192.168.2.3 issue_device_command 55207356 Mute'.
I know Harmony is in Native now. But i want to mute or change volume on the domotica tablet.