Sample flow separating vcgencmd get_throttled messages for ui
Simple sample flow for separating ui indications of vcgencmd get_throttled messages from node-red-contrib-vcgencmd.
[{"id":"77c04b1b.0c2a94","type":"vcgencmd","z":"6242b846.07a468","name":"Throttling","command":"get_throttled","codec":"H264","clock":"core","voltage":"core","memory":"arm","videoOutput":"0","separateMsg":true,"x":408,"y":481,"wires":[["83f7e858.ff9278","ebd7c63a.7514c8"]]},{"id":"675217a2.fb7b98","type":"inject","z":"6242b846.07a468","name":"","topic":"","payload":"","payloadType":"date","repeat":"10","crontab":"","once":false,"onceDelay":"","x":200,"y":389,"wires":[["7a867964.28d798","77c04b1b.0c2a94"]]},{"id":"83f7e858.ff9278","type":"switch","z":"6242b846.07a468","name":"msg split","property":"topic","propertyType":"msg","rules":[{"t":"eq","v":"under_voltage_occurred","vt":"str"},{"t":"eq","v":"under_voltage","vt":"str"},{"t":"eq","v":"frequency_capped_occurred","vt":"str"},{"t":"eq","v":"frequency_capped","vt":"str"},{"t":"eq","v":"soft_temp_limit_occurred","vt":"str"},{"t":"eq","v":"throttled","vt":"str"},{"t":"eq","v":"soft_temp_limit","vt":"str"}],"checkall":"false","repair":false,"outputs":7,"x":578.5,"y":479,"wires":[["af09a427.a79a18"],["b9dfc8a1.8df858"],["49cda730.bcb018"],["de30cd9d.775b2"],["799c51d5.3750d"],["7c6b5e44.5c521"],["e18d436e.8cb55"]]},{"id":"ebd7c63a.7514c8","type":"debug","z":"6242b846.07a468","name":"vcgencmd throtteling","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":795,"y":434,"wires":[]},{"id":"af09a427.a79a18","type":"ui_text","z":"6242b846.07a468","group":"b161a99f.5ac368","order":3,"width":0,"height":0,"name":"under_voltage_occurred","label":"under voltage occurred","format":"{{msg.payload}}","layout":"row-spread","x":823,"y":479,"wires":[]},{"id":"b9dfc8a1.8df858","type":"ui_text","z":"6242b846.07a468","group":"b161a99f.5ac368","order":2,"width":0,"height":0,"name":"under voltage","label":"under voltage","format":"{{msg.payload}}","layout":"row-spread","x":792.5,"y":520,"wires":[]},{"id":"49cda730.bcb018","type":"ui_text","z":"6242b846.07a468","group":"b161a99f.5ac368","order":5,"width":0,"height":0,"name":"frequency_capped_occurred","label":"frequency capped occurred","format":"{{msg.payload}}","layout":"row-spread","x":836,"y":562,"wires":[]},{"id":"de30cd9d.775b2","type":"ui_text","z":"6242b846.07a468","group":"b161a99f.5ac368","order":4,"width":0,"height":0,"name":"frequency_capped","label":"frequency capped","format":"{{msg.payload}}","layout":"row-spread","x":805,"y":606,"wires":[]},{"id":"7c6b5e44.5c521","type":"ui_text","z":"6242b846.07a468","group":"b161a99f.5ac368","order":1,"width":0,"height":0,"name":"throttled","label":"throttled","format":"{{msg.payload}}","layout":"row-spread","x":776,"y":658,"wires":[]},{"id":"799c51d5.3750d","type":"ui_text","z":"6242b846.07a468","group":"b161a99f.5ac368","order":7,"width":0,"height":0,"name":"soft_temp_limit_occurred","label":"soft temp limit occurred","format":"{{msg.payload}}","layout":"row-spread","x":822,"y":697,"wires":[]},{"id":"e18d436e.8cb55","type":"ui_text","z":"6242b846.07a468","group":"b161a99f.5ac368","order":6,"width":0,"height":0,"name":"soft_temp_limit","label":"soft_temp_limit","format":"{{msg.payload}}","layout":"row-spread","x":793,"y":742,"wires":[]},{"id":"b161a99f.5ac368","type":"ui_group","z":"","name":"Actions","tab":"2d0021c.706acde","order":4,"disp":true,"width":"6"},{"id":"2d0021c.706acde","type":"ui_tab","z":"","name":"RPi Control","icon":"dashboard","order":1}]