[{"id":"14bbeb84b79c8741","type":"http request","z":"5a1cda5786c898fd","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":1310,"y":200,"wires":[["59978f4ab4586421"]]},{"id":"84c148df3fa094b5","type":"ui_switch","z":"5a1cda5786c898fd","name":"Power Radio","label":"","tooltip":"Badradio","group":"3dffca61.05c0b6","order":28,"width":1,"height":1,"passthru":false,"decouple":"true","topic":"","topicType":"str","style":"","onvalue":"true","onvalueType":"bool","onicon":"radio","oncolor":"orange","offvalue":"false","offvalueType":"bool","officon":"radio","offcolor":"grey","animate":true,"className":"","x":990,"y":200,"wires":[["2deabb5edf48ce49"]]},{"id":"21bd65fea6e1cfef","type":"http request","z":"5a1cda5786c898fd","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":430,"y":200,"wires":[["056e1c1220bc6110"]]},{"id":"59978f4ab4586421","type":"function","z":"5a1cda5786c898fd","name":"","func":"var radioURL = global.get(\"radioURL1\");\nvar radioPIN = global.get(\"radioPIN\");\n\nvar command = \"GET/netRemote.sys.power\";\n\nmsg.url = radioURL+\"/fsapi/\"+command+\"?pin=\"+radioPIN\n\nreturn msg;","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":200,"wires":[["21bd65fea6e1cfef"]]},{"id":"2deabb5edf48ce49","type":"function","z":"5a1cda5786c898fd","name":"","func":"var radioURL = global.get(\"radioURL1\");\nvar radioPIN = global.get(\"radioPIN\");\n\nvar command = \"SET/netRemote.sys.power\";\n\nmsg.url = radioURL+\"/fsapi/\"+command+\"?pin=\"+radioPIN\n\nif (msg.payload)\n {msg.url+=\"&value=1\"}\n else\n {msg.url+=\"&value=0\"}\n\nreturn msg;\n","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":1160,"y":200,"wires":[["14bbeb84b79c8741"]]},{"id":"056e1c1220bc6110","type":"switch","z":"5a1cda5786c898fd","name":"","property":"statusCode","propertyType":"msg","rules":[{"t":"eq","v":"200","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":570,"y":200,"wires":[["14d47a1708619a11"],[]]},{"id":"14d47a1708619a11","type":"xml","z":"5a1cda5786c898fd","name":"","property":"payload","attr":"","chr":"","x":690,"y":200,"wires":[["c88a091b58fa70b0"]]},{"id":"c88a091b58fa70b0","type":"change","z":"5a1cda5786c898fd","name":"ON/OFF","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.fsapiResponse.value[0].u8[0]","tot":"msg"},{"t":"change","p":"payload","pt":"msg","from":"1","fromt":"num","to":"true","tot":"bool"},{"t":"change","p":"payload","pt":"msg","from":"0","fromt":"num","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":200,"wires":[["84c148df3fa094b5"]]},{"id":"d48489ac61e47a38","type":"inject","z":"5a1cda5786c898fd","name":"12 Sekunden","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"12","crontab":"","once":true,"onceDelay":"6","topic":"","payload":"","payloadType":"date","x":120,"y":200,"wires":[["59978f4ab4586421","b717ed909155170e","c984af60e90f5b44","6c23f35c4e0ca3c0"]]},{"id":"85a0235f7a54c9cb","type":"comment","z":"5a1cda5786c898fd","name":"Frontier-Silicon Radio","info":"","x":140,"y":60,"wires":[]},{"id":"904fe54bbb56718d","type":"inject","z":"5a1cda5786c898fd","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":"1","topic":"","payload":"","payloadType":"date","x":110,"y":120,"wires":[["13a7ef8146c21aaa"]]},{"id":"13a7ef8146c21aaa","type":"ui_template","z":"5a1cda5786c898fd","group":"17f26e42.cd7ba2","name":"","order":25,"width":2,"height":2,"format":"","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":280,"y":120,"wires":[[]]},{"id":"715de2d9db653139","type":"ui_slider","z":"5a1cda5786c898fd","name":"","label":"Vol","tooltip":"","group":"3dffca61.05c0b6","order":29,"width":4,"height":1,"passthru":false,"outs":"all","topic":"topic","topicType":"msg","min":0,"max":"10","step":1,"className":"","x":990,"y":260,"wires":[["fa73cb079f2e2c09"]]},{"id":"905bab198cce28a8","type":"http request","z":"5a1cda5786c898fd","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":1310,"y":260,"wires":[[]]},{"id":"5cc32434891ac52d","type":"http request","z":"5a1cda5786c898fd","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":430,"y":260,"wires":[["ddbd7f7cdf06b8bd"]]},{"id":"b717ed909155170e","type":"function","z":"5a1cda5786c898fd","name":"","func":"var radioURL = global.get(\"radioURL1\");\nvar radioPIN = global.get(\"radioPIN\");\n\nvar command = \"GET/netRemote.sys.audio.volume\";\n\nmsg.url = radioURL+\"/fsapi/\"+command+\"?pin=\"+radioPIN\n\nreturn msg;","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":260,"wires":[["5cc32434891ac52d"]]},{"id":"fa73cb079f2e2c09","type":"function","z":"5a1cda5786c898fd","name":"","func":"var radioURL = global.get(\"radioURL1\");\nvar radioPIN = global.get(\"radioPIN\");\n\nvar command = \"SET/netRemote.sys.audio.volume\";\n\nmsg.url = radioURL+\"/fsapi/\"+command+\"?pin=\"+radioPIN\n\n msg.url+=\"&value=\"+msg.payload\n \nreturn msg;\n","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":1140,"y":260,"wires":[["905bab198cce28a8"]]},{"id":"ddbd7f7cdf06b8bd","type":"switch","z":"5a1cda5786c898fd","name":"","property":"statusCode","propertyType":"msg","rules":[{"t":"eq","v":"200","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":570,"y":260,"wires":[["ad67841d9d260a4f"],[]]},{"id":"ad67841d9d260a4f","type":"xml","z":"5a1cda5786c898fd","name":"","property":"payload","attr":"","chr":"","x":690,"y":260,"wires":[["1797313828936295"]]},{"id":"1797313828936295","type":"change","z":"5a1cda5786c898fd","name":"Vol","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.fsapiResponse.value[0].u8[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":830,"y":260,"wires":[["715de2d9db653139"]]},{"id":"a6a4b5acbf97f710","type":"http request","z":"5a1cda5786c898fd","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":430,"y":320,"wires":[["02dd56fa75830d76"]]},{"id":"c984af60e90f5b44","type":"function","z":"5a1cda5786c898fd","name":"","func":"var radioURL = global.get(\"radioURL1\");\nvar radioPIN = global.get(\"radioPIN\");\n\nvar command = \"GET/netRemote.play.info.name\";\n\nmsg.url = radioURL+\"/fsapi/\"+command+\"?pin=\"+radioPIN\n\nreturn msg;","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":320,"wires":[["a6a4b5acbf97f710"]]},{"id":"02dd56fa75830d76","type":"switch","z":"5a1cda5786c898fd","name":"","property":"statusCode","propertyType":"msg","rules":[{"t":"eq","v":"200","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":570,"y":320,"wires":[["2d3e628f28c5bdf8"],[]]},{"id":"2d3e628f28c5bdf8","type":"xml","z":"5a1cda5786c898fd","name":"","property":"payload","attr":"","chr":"","x":690,"y":320,"wires":[["697f912926046b56"]]},{"id":"697f912926046b56","type":"change","z":"5a1cda5786c898fd","name":"Zeile 1","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.fsapiResponse.value[0].c8_array[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":830,"y":320,"wires":[["87274d22c88bd233"]]},{"id":"87274d22c88bd233","type":"ui_text","z":"5a1cda5786c898fd","group":"3dffca61.05c0b6","order":26,"width":6,"height":1,"name":"","label":"Sender:","format":"{{msg.payload}}","layout":"row-left","className":"","style":false,"font":"","fontSize":16,"color":"#000000","x":980,"y":320,"wires":[]},{"id":"ddf08df853bc2763","type":"http request","z":"5a1cda5786c898fd","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":430,"y":380,"wires":[["52e3cb8220b44d18"]]},{"id":"6c23f35c4e0ca3c0","type":"function","z":"5a1cda5786c898fd","name":"","func":"var radioURL = global.get(\"radioURL1\");\nvar radioPIN = global.get(\"radioPIN\");\n\nvar command = \"GET/netRemote.play.info.text\";\n\nmsg.url = radioURL+\"/fsapi/\"+command+\"?pin=\"+radioPIN\n\nreturn msg;","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":380,"wires":[["ddf08df853bc2763"]]},{"id":"52e3cb8220b44d18","type":"switch","z":"5a1cda5786c898fd","name":"","property":"statusCode","propertyType":"msg","rules":[{"t":"eq","v":"200","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":570,"y":380,"wires":[["12593f6f629cc838"],[]]},{"id":"12593f6f629cc838","type":"xml","z":"5a1cda5786c898fd","name":"","property":"payload","attr":"","chr":"","x":690,"y":380,"wires":[["d5750fcd17213be8"]]},{"id":"d5750fcd17213be8","type":"change","z":"5a1cda5786c898fd","name":"Zeile 2","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.fsapiResponse.value[0].c8_array[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":830,"y":380,"wires":[["96e192abf22d1c29"]]},{"id":"96e192abf22d1c29","type":"ui_text","z":"5a1cda5786c898fd","group":"3dffca61.05c0b6","order":27,"width":6,"height":1,"name":"Titel","label":"","format":"{{msg.payload}}","layout":"row-left","className":"","style":false,"font":"","fontSize":16,"color":"#000000","x":990,"y":380,"wires":[]},{"id":"3dffca61.05c0b6","type":"ui_group","name":"Test","tab":"f22517c9.6e4ae8","order":2,"disp":false,"width":10,"collapse":false,"className":""},{"id":"17f26e42.cd7ba2","type":"ui_group","name":"Büro","tab":"10ec9b59.a13ac5","order":1,"disp":false,"width":8,"collapse":false},{"id":"f22517c9.6e4ae8","type":"ui_tab","name":"Test","icon":"dashboard","order":7,"disabled":false,"hidden":false},{"id":"10ec9b59.a13ac5","type":"ui_tab","name":"Büro","icon":"star","order":5,"disabled":false,"hidden":false}]