thanks! this is workingjonib wrote:I can't test as I don't have your amp, but this should work.ntk1 wrote:i'm using onkyo iscp and select command, this is the commands![]()
Put a "Python command" action in the macro, then put the below code in it.It should send a MVL+volume to your amp.Code: Select all
eg.plugins.OnkyoISCP.SendCommand(u'MVL'+str(eg.event.payload["volume"]))
jonib
but i have a problem, because my amp goes up to MVL57 (volume 87 max) and from volume 32 down it goes MVL1F / MVL1d / MVL1e
and XBMC goes from 1-100 so this is working but i want to do it manually, so i need to do 100 command
MVL57-XBMC 100
MVL56-XBMC 99
MVL55-XBMC 98...
how can i do that, i tried few combination but did not work, example
eg.plugins.OnkyoISCP.SendCommand(u'MV57' str(eg.event.payload["volume: 100'"]))


