Ok, great now import the flow:
[{"disabled":false,"env":[],"id":"27d6cae76dfbbdb1","info":"","label":"Flow 1","type":"tab"},{"addpay":"","append":"","command":"pactl -- set-sink-volume 0 20%","id":"1b0e2ed279b9c88d","name":"","oldrc":false,"timer":"","type":"exec","useSpawn":"false","winHide":false,"wires":[["a5c3cde7f06df862","036d47456cf6d7d4"],["c4bcd1215151f359"],["067fd8c0894758ca"]],"x":510,"y":180,"z":"27d6cae76dfbbdb1"},{"crontab":"","id":"8e948c825a7ab298","name":"","once":false,"onceDelay":0.1,"payload":"","payloadType":"date","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","topic":"","type":"inject","wires":[["1b0e2ed279b9c88d"]],"x":280,"y":180,"z":"27d6cae76dfbbdb1"},{"active":true,"complete":"true","console":true,"id":"c4bcd1215151f359","name":"pactl stderr","statusType":"auto","statusVal":"","targetType":"full","tosidebar":true,"tostatus":false,"type":"debug","wires":[],"x":840,"y":180,"z":"27d6cae76dfbbdb1"},{"active":true,"complete":"true","console":true,"id":"a5c3cde7f06df862","name":"pactl stdout","statusType":"auto","statusVal":"","targetType":"full","tosidebar":true,"tostatus":false,"type":"debug","wires":[],"x":840,"y":140,"z":"27d6cae76dfbbdb1"},{"active":true,"complete":"true","console":true,"id":"067fd8c0894758ca","name":"pactl RC","statusType":"auto","statusVal":"","targetType":"full","tosidebar":true,"tostatus":false,"type":"debug","wires":[],"x":830,"y":220,"z":"27d6cae76dfbbdb1"},{"addpay":"","append":"","command":"amixer set Master 70%","id":"036d47456cf6d7d4","name":"","oldrc":false,"timer":"","type":"exec","useSpawn":"false","winHide":false,"wires":[["fbb12fd84db39755"],["c609af3bea6d77db"],["4cd2c4281e32f5be"]],"x":510,"y":380,"z":"27d6cae76dfbbdb1"},{"active":true,"complete":"true","console":true,"id":"c609af3bea6d77db","name":"amixer stderr","statusType":"auto","statusVal":"","targetType":"full","tosidebar":true,"tostatus":false,"type":"debug","wires":[],"x":840,"y":380,"z":"27d6cae76dfbbdb1"},{"active":true,"complete":"true","console":true,"id":"fbb12fd84db39755","name":"amixer stdout","statusType":"auto","statusVal":"","targetType":"full","tosidebar":true,"tostatus":false,"type":"debug","wires":[],"x":840,"y":340,"z":"27d6cae76dfbbdb1"},{"active":true,"complete":"true","console":true,"id":"4cd2c4281e32f5be","name":"amixer RC","statusType":"auto","statusVal":"","targetType":"full","tosidebar":true,"tostatus":false,"type":"debug","wires":[],"x":830,"y":420,"z":"27d6cae76dfbbdb1"},{"id":"cf53559376404d84","name":"","scope":null,"type":"catch","uncaught":false,"wires":[["ac9e9794d0c0c914"]],"x":420,"y":60,"z":"27d6cae76dfbbdb1"},{"active":true,"complete":"true","console":false,"id":"ac9e9794d0c0c914","name":"","statusType":"auto","statusVal":"","targetType":"full","tosidebar":true,"tostatus":false,"type":"debug","wires":[],"x":670,"y":60,"z":"27d6cae76dfbbdb1"}]
and run it. The debug will go to the sidebar and the console. Here is what my console looks like:
30 May 13:54:34 - [info] Started flows
30 May 13:54:37 - [info] [debug:pactl stdout]
{ _msgid: 'd0de1f13af176fcc', topic: '', payload: '', rc: { code: 0 } }
30 May 13:54:37 - [info] [debug:pactl RC]
{ _msgid: 'd0de1f13af176fcc', topic: '', payload: { code: 0 } }
30 May 13:54:38 - [info] [debug:amixer stdout]
{
_msgid: 'd0de1f13af176fcc',
topic: '',
rc: { code: 0 },
payload: "Simple mixer control 'Master',0\n" +
' Capabilities: pvolume pswitch pswitch-joined\n' +
' Playback channels: Front Left - Front Right\n' +
' Limits: Playback 0 - 65536\n' +
' Mono:\n' +
' Front Left: Playback 45875 [70%] [on]\n' +
' Front Right: Playback 45875 [70%] [on]\n'
}
30 May 13:54:38 - [info] [debug:amixer RC]
{
_msgid: 'd0de1f13af176fcc',
topic: '',
rc: { code: 0 },
payload: { code: 0 }
}
what does yours show?