[ { "id": "584ed22a.b05fbc", "type": "subflow", "name": "Hyperion", "info": "", "category": "function", "in": [ { "x": 220, "y": 480, "wires": [ { "id": "4698ded.200c62" } ] } ], "out": [ { "x": 1880, "y": 360, "wires": [ { "id": "8439e542.b19db8", "port": 0 }, { "id": "793de218.5b9e3c", "port": 0 }, { "id": "96bc583f.3b1448", "port": 0 }, { "id": "63e67383.cd70dc", "port": 0 } ] }, { "x": 1880, "y": 520, "wires": [ { "id": "371fb62.7fae94a", "port": 0 } ] }, { "x": 1880, "y": 640, "wires": [ { "id": "371fb62.7fae94a", "port": 1 } ] }, { "x": 1880, "y": 720, "wires": [ { "id": "9e6a992c.94d16", "port": 0 } ] }, { "x": 1880, "y": 800, "wires": [ { "id": "454cb1af.40d6c", "port": 0 } ] } ], "env": [], "color": "#C7E9C0", "icon": "font-awesome/fa-star-o" }, { "id": "4698ded.200c62", "type": "switch", "z": "584ed22a.b05fbc", "name": "", "property": "topic", "propertyType": "msg", "rules": [ { "t": "eq", "v": "Clear", "vt": "str" }, { "t": "eq", "v": "Effekt", "vt": "str" }, { "t": "eq", "v": "Farbe", "vt": "str" }, { "t": "eq", "v": "Helligkeit", "vt": "str" }, { "t": "eq", "v": "AutoGrabber", "vt": "str" }, { "t": "eq", "v": "Grabber", "vt": "str" }, { "t": "eq", "v": "HDR", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 7, "x": 315, "y": 480, "wires": [ [ "efa6c003.1d8118" ], [ "8439e542.b19db8" ], [ "2987098e.aa3bde" ], [ "63e67383.cd70dc" ], [ "d361a4d5.297be8" ], [ "a49e4a36.fe0cb" ], [ "aece30ef.a81df" ] ], "l": false }, { "id": "efa6c003.1d8118", "type": "delay", "z": "584ed22a.b05fbc", "name": "", "pauseType": "delay", "timeout": "5", "timeoutUnits": "milliseconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 570, "y": 312, "wires": [ [ "793de218.5b9e3c" ] ] }, { "id": "8439e542.b19db8", "type": "function", "z": "584ed22a.b05fbc", "name": "Gruppe: Effekte", "func": "\nreturn {payload:{effect: msg.payload}};", "outputs": 1, "noerr": 0, "x": 560, "y": 360, "wires": [ [] ] }, { "id": "793de218.5b9e3c", "type": "function", "z": "584ed22a.b05fbc", "name": "Gruppe: Clear", "func": "\nreturn {payload: {clear: msg.payload } };", "outputs": 1, "noerr": 0, "x": 1600, "y": 320, "wires": [ [] ] }, { "id": "96bc583f.3b1448", "type": "function", "z": "584ed22a.b05fbc", "name": "Gruppe: Farbe", "func": "\nreturn {payload: {color: msg.payload}};", "outputs": 1, "noerr": 0, "x": 1600, "y": 440, "wires": [ [] ] }, { "id": "2987098e.aa3bde", "type": "color-convert", "z": "584ed22a.b05fbc", "input": "hex", "output": "rgb", "outputType": "string", "scaleInput": false, "x": 1350, "y": 440, "wires": [ [ "96bc583f.3b1448" ] ] }, { "id": "9e6a992c.94d16", "type": "switch", "z": "584ed22a.b05fbc", "name": "AN | AUS", "property": "payload", "propertyType": "msg", "rules": [ { "t": "eq", "v": "true", "vt": "str" }, { "t": "eq", "v": "false", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 2, "x": 1460, "y": 720, "wires": [ [], [ "454cb1af.40d6c" ] ] }, { "id": "454cb1af.40d6c", "type": "change", "z": "584ed22a.b05fbc", "name": "Converter", "rules": [ { "t": "change", "p": "payload", "pt": "msg", "from": "false", "fromt": "str", "to": "true", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 1755, "y": 800, "wires": [ [] ], "l": false }, { "id": "63e67383.cd70dc", "type": "function", "z": "584ed22a.b05fbc", "name": "Gruppe: Helligkeit", "func": "\nreturn {payload: {bri: msg.payload}};", "outputs": 1, "noerr": 0, "x": 1610, "y": 500, "wires": [ [] ] }, { "id": "371fb62.7fae94a", "type": "switch", "z": "584ed22a.b05fbc", "name": "AN | AUS", "property": "payload", "propertyType": "msg", "rules": [ { "t": "eq", "v": "1", "vt": "num" }, { "t": "eq", "v": "0", "vt": "num" } ], "checkall": "true", "repair": false, "outputs": 2, "x": 1460, "y": 560, "wires": [ [], [] ] }, { "id": "aece30ef.a81df", "type": "change", "z": "584ed22a.b05fbc", "name": "", "rules": [ { "t": "change", "p": "payload", "pt": "msg", "from": "0", "fromt": "str", "to": "false", "tot": "str" }, { "t": "change", "p": "payload", "pt": "msg", "from": "1", "fromt": "str", "to": "true", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 1035, "y": 620, "wires": [ [ "9e6a992c.94d16" ] ], "l": false }, { "id": "a49e4a36.fe0cb", "type": "change", "z": "584ed22a.b05fbc", "name": "", "rules": [ { "t": "change", "p": "payload", "pt": "msg", "from": "0", "fromt": "str", "to": "0", "tot": "num" }, { "t": "change", "p": "payload", "pt": "msg", "from": "1", "fromt": "str", "to": "1", "tot": "num" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 1035, "y": 560, "wires": [ [ "371fb62.7fae94a" ] ], "l": false }, { "id": "d361a4d5.297be8", "type": "change", "z": "584ed22a.b05fbc", "name": "", "rules": [ { "t": "change", "p": "payload", "pt": "msg", "from": "true", "fromt": "str", "to": "1", "tot": "num" }, { "t": "change", "p": "payload", "pt": "msg", "from": "false", "fromt": "str", "to": "0", "tot": "num" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 1035, "y": 520, "wires": [ [ "371fb62.7fae94a" ] ], "l": false }, { "id": "4e049dfb.f227b4", "type": "tab", "label": "Hyperion 2.0", "disabled": false, "info": "" }, { "id": "a7207a5d.e1cbd", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Clear", "topic": "0_userdata.0.Hyperion.HyperionClear", "payloadType": "value", "onlyack": "", "func": "all", "gap": "", "fireOnStart": "false", "x": 650, "y": 504, "wires": [ [ "bc2a4ef0.5e3308" ] ] }, { "id": "9366cd2f.d806a", "type": "exec", "z": "4e049dfb.f227b4", "command": "hyperion-remote -a 192.168.2.66:19444 -D V4L", "addpay": false, "append": "", "useSpawn": "false", "timer": "5", "oldrc": false, "name": "Aus", "x": 1710, "y": 740, "wires": [ [], [], [] ] }, { "id": "b9646cd0.11d8d8", "type": "exec", "z": "4e049dfb.f227b4", "command": "hyperion-remote -a 192.168.2.66:19444 -E V4L", "addpay": false, "append": "", "useSpawn": "false", "timer": "5", "oldrc": false, "name": "An", "x": 1710, "y": 680, "wires": [ [], [], [] ] }, { "id": "c69bc16b.6276e8", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Alexa Grabber", "topic": "0_userdata.0.Alexageräte.Grabber", "payloadType": "value", "onlyack": "", "func": "all", "gap": "", "fireOnStart": "false", "x": 630, "y": 1020, "wires": [ [ "222b388b.01be9" ] ], "icon": "node-red/db.svg" }, { "id": "9f2a9f2d.136d98", "type": "Hyperion", "z": "4e049dfb.f227b4", "server": "905a97cd.ca6c98", "x": 1720, "y": 560, "wires": [] }, { "id": "2831fb3d.b53274", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "HDR", "topic": "0_userdata.0.Hyperion.HDR", "payloadType": "value", "onlyack": "", "func": "all", "gap": "", "fireOnStart": "false", "x": 650, "y": 584, "wires": [ [ "2f6b729.567750e" ] ] }, { "id": "3e49fe06.b417ea", "type": "ioBroker out", "z": "4e049dfb.f227b4", "name": "AN", "topic": "javascript.0.scriptEnabled.common.Stable.HDRan", "ack": "false", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 1710, "y": 860, "wires": [], "icon": "font-awesome/fa-adjust" }, { "id": "12e2583e.38f4c", "type": "ioBroker out", "z": "4e049dfb.f227b4", "name": "AUS", "topic": "javascript.0.scriptEnabled.common.Stable.HDRaus", "ack": "false", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 1710, "y": 909, "wires": [], "icon": "font-awesome/fa-adjust" }, { "id": "d4c89164.609248", "type": "subflow:584ed22a.b05fbc", "z": "4e049dfb.f227b4", "name": "", "env": [], "x": 1260, "y": 720, "wires": [ [ "9f2a9f2d.136d98" ], [ "b9646cd0.11d8d8" ], [ "9366cd2f.d806a", "23cc68a2.6d4228", "7f1a2044.5c87a", "caf3b30c.c03588", "692a4a83.f993a4" ], [ "3e49fe06.b417ea" ], [ "12e2583e.38f4c" ] ] }, { "id": "56f85f25.f61668", "type": "comment", "z": "4e049dfb.f227b4", "name": "VIS Oberfläche", "info": "", "x": 560, "y": 220, "wires": [] }, { "id": "bf2f698d.15c9b", "type": "comment", "z": "4e049dfb.f227b4", "name": "Alexa Spracheingabe", "info": "", "x": 560, "y": 980, "wires": [] }, { "id": "222b388b.01be9", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "change", "p": "payload", "pt": "msg", "from": "false", "fromt": "str", "to": "0", "tot": "num" }, { "t": "change", "p": "payload", "pt": "msg", "from": "true", "fromt": "str", "to": "1", "tot": "num" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 1020, "wires": [ [ "55c53dde.9235c4" ] ], "l": false }, { "id": "8359cd34.bda86", "type": "comment", "z": "4e049dfb.f227b4", "name": "Grabber", "info": "", "x": 1720, "y": 620, "wires": [] }, { "id": "9e376ae4.96b3d", "type": "comment", "z": "4e049dfb.f227b4", "name": "HDR", "info": "", "x": 1710, "y": 800, "wires": [] }, { "id": "2f6b729.567750e", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "HDR", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 584, "wires": [ [ "d4c89164.609248" ] ], "l": false }, { "id": "bc2a4ef0.5e3308", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "Clear", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 504, "wires": [ [ "d4c89164.609248" ] ], "l": false }, { "id": "d17577e.1739c88", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Farbe", "topic": "0_userdata.0.Hyperion.Farbe", "payloadType": "value", "onlyack": "", "func": "all", "gap": "", "fireOnStart": "false", "x": 650, "y": 660, "wires": [ [ "ce91226f.0aaa48" ] ] }, { "id": "ce91226f.0aaa48", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "Farbe", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 664, "wires": [ [ "d4c89164.609248" ] ], "l": false }, { "id": "8e4bcb7a.c53938", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Helligkeit", "topic": "0_userdata.0.Hyperion.Helligkeit", "payloadType": "value", "onlyack": "", "func": "rbe", "gap": "", "fireOnStart": "false", "x": 640, "y": 744, "wires": [ [ "7ae9267e.424118" ] ] }, { "id": "7ae9267e.424118", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "Helligkeit", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 744, "wires": [ [ "d4c89164.609248" ] ], "l": false }, { "id": "d074ad9a.7693b8", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Effekte", "topic": "0_userdata.0.Hyperion.Effekte", "payloadType": "value", "onlyack": "", "func": "all", "gap": "", "fireOnStart": "false", "x": 650, "y": 820, "wires": [ [ "be16d781.109d08" ] ] }, { "id": "be16d781.109d08", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "Effekt", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 820, "wires": [ [ "d4c89164.609248" ] ], "l": false }, { "id": "24067245.aae40e", "type": "comment", "z": "4e049dfb.f227b4", "name": "Hyperion", "info": "", "x": 1720, "y": 480, "wires": [] }, { "id": "cf6a080.fe3b2f8", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Grabber", "topic": "0_userdata.0.Hyperion.Grabber", "payloadType": "value", "onlyack": "", "func": "rbe", "gap": "", "fireOnStart": "true", "x": 640, "y": 460, "wires": [ [ "51729577.72a9ec", "e950857a.e0e71", "20c6a02f.23584" ] ] }, { "id": "51729577.72a9ec", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "Grabber", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 440, "wires": [ [ "d4c89164.609248" ] ], "l": false }, { "id": "5314501.6dd53b", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Alexa Grabber", "topic": "0_userdata.0.Alexageräte.HDR", "payloadType": "value", "onlyack": "", "func": "all", "gap": "", "fireOnStart": "false", "x": 620, "y": 1100, "wires": [ [ "5b80119c.7aa63" ] ], "icon": "node-red/db.svg" }, { "id": "5b80119c.7aa63", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "AHDR", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 1100, "wires": [ [ "5c963e5f.c003d8" ] ], "l": false }, { "id": "5c963e5f.c003d8", "type": "ioBroker out", "z": "4e049dfb.f227b4", "name": "HDR VIS", "topic": "0_userdata.0.Hyperion.HDR", "ack": "false", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 1200, "y": 1100, "wires": [], "icon": "font-awesome/fa-adjust" }, { "id": "55c53dde.9235c4", "type": "ioBroker out", "z": "4e049dfb.f227b4", "name": "Grabber", "topic": "0_userdata.0.Hyperion.Grabber", "ack": "false", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 1200, "y": 1020, "wires": [], "icon": "font-awesome/fa-adjust" }, { "id": "62dd767f.ef01a", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Automatisierung Grabber", "topic": "ping.0.Raspi4T.Fernseher_Wohnzimmer", "payloadType": "value", "onlyack": "", "func": "rbe", "gap": "", "fireOnStart": "true", "x": 290, "y": 400, "wires": [ [ "ef7eb60a.943868" ] ] }, { "id": "fabef22a.6be128", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "AutoGrabber", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 875, "y": 400, "wires": [ [ "d4c89164.609248" ] ], "l": false }, { "id": "f461a9f6.57fd5", "type": "gate", "z": "4e049dfb.f227b4", "name": "", "controlTopic": "control", "defaultState": "closed", "openCmd": "open", "closeCmd": "close", "toggleCmd": "toggle", "defaultCmd": "default", "persist": false, "x": 815, "y": 400, "wires": [ [ "fabef22a.6be128" ] ], "icon": "font-awesome/fa-lock", "l": false }, { "id": "e950857a.e0e71", "type": "change", "z": "4e049dfb.f227b4", "name": "Zustand", "rules": [ { "t": "change", "p": "payload", "pt": "msg", "from": "2", "fromt": "num", "to": "open", "tot": "str" }, { "t": "change", "p": "payload", "pt": "msg", "from": "1", "fromt": "num", "to": "close", "tot": "str" }, { "t": "change", "p": "payload", "pt": "msg", "from": "0", "fromt": "num", "to": "close", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 755, "y": 460, "wires": [ [ "bc9f4fb6.ce6c6" ] ], "l": false }, { "id": "bc9f4fb6.ce6c6", "type": "change", "z": "4e049dfb.f227b4", "name": "Topic ändern", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "Control", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 795, "y": 460, "wires": [ [ "f461a9f6.57fd5" ] ], "l": false }, { "id": "89b1a182.19b27", "type": "gate", "z": "4e049dfb.f227b4", "name": "", "controlTopic": "control", "defaultState": "closed", "openCmd": "open", "closeCmd": "close", "toggleCmd": "toggle", "defaultCmd": "default", "persist": false, "x": 755, "y": 400, "wires": [ [ "f461a9f6.57fd5" ] ], "icon": "font-awesome/fa-lock", "l": false }, { "id": "bd6e20d4.c4ff1", "type": "change", "z": "4e049dfb.f227b4", "name": "Zustand", "rules": [ { "t": "change", "p": "payload", "pt": "msg", "from": "1", "fromt": "num", "to": "open", "tot": "str" }, { "t": "change", "p": "payload", "pt": "msg", "from": "0", "fromt": "num", "to": "close", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 655, "y": 320, "wires": [ [ "4f619ef8.2caa2" ] ], "l": false }, { "id": "4f619ef8.2caa2", "type": "change", "z": "4e049dfb.f227b4", "name": "Topic ändern", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "Control", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 735, "y": 320, "wires": [ [ "89b1a182.19b27" ] ], "l": false }, { "id": "7dcf5123.6e2d7", "type": "bigtimer", "z": "4e049dfb.f227b4", "outtopic": "", "outpayload1": "", "outpayload2": "", "name": "Big Timer", "comment": "", "lat": "49.2071111", "lon": "12.2887325", "starttime": "1080", "endtime": "5003", "starttime2": 0, "endtime2": 0, "startoff": 0, "endoff": 0, "startoff2": 0, "endoff2": 0, "offs": 0, "outtext1": "", "outtext2": "", "timeout": 1440, "sun": true, "mon": true, "tue": true, "wed": true, "thu": true, "fri": true, "sat": true, "jan": true, "feb": true, "mar": true, "apr": true, "may": true, "jun": true, "jul": true, "aug": true, "sep": true, "oct": true, "nov": true, "dec": true, "day1": 0, "month1": 0, "day2": 0, "month2": 0, "day3": 0, "month3": 0, "day4": 0, "month4": 0, "day5": 0, "month5": 0, "day6": 0, "month6": 0, "day7": 0, "month7": 0, "day8": 0, "month8": 0, "day9": 0, "month9": 0, "day10": 0, "month10": 0, "day11": 0, "month11": 0, "day12": 0, "month12": 0, "d1": 0, "w1": 0, "d2": 0, "w2": 0, "d3": 0, "w3": 0, "d4": 0, "w4": 0, "d5": 0, "w5": 0, "d6": 0, "w6": 0, "xday1": 0, "xmonth1": 0, "xday2": 0, "xmonth2": 0, "xday3": 0, "xmonth3": 0, "xday4": 0, "xmonth4": 0, "xday5": 0, "xmonth5": 0, "xday6": 0, "xmonth6": 0, "xd1": 0, "xw1": 0, "xd2": 0, "xw2": 0, "xd3": 0, "xw3": 0, "xd4": 0, "xw4": 0, "xd5": 0, "xw5": 0, "xd6": 0, "xw6": 0, "suspend": false, "random": false, "repeat": true, "atstart": true, "odd": false, "even": false, "x": 1360, "y": 280, "wires": [ [ "9e5e84b.dc28778" ], [ "9e5e84b.dc28778" ], [] ] }, { "id": "b44fee14.9a639", "type": "switch", "z": "4e049dfb.f227b4", "name": "", "property": "payload", "propertyType": "msg", "rules": [ { "t": "eq", "v": "0", "vt": "num" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 795, "y": 280, "wires": [ [ "f461a9f6.57fd5" ] ], "l": false }, { "id": "9e5e84b.dc28778", "type": "ioBroker out", "z": "4e049dfb.f227b4", "name": "Hyperion Zeit", "topic": "0_userdata.0.Hyperion.AutoZeitschaltung", "ack": "false", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 1610, "y": 280, "wires": [] }, { "id": "d2cdbbb7.e430f", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Zeit", "topic": "0_userdata.0.Hyperion.AutoZeitschaltung", "payloadType": "value", "onlyack": "", "func": "all", "gap": "", "fireOnStart": "true", "x": 230, "y": 280, "wires": [ [ "b44fee14.9a639", "bd6e20d4.c4ff1", "66160dae.170cac" ] ] }, { "id": "ef7eb60a.943868", "type": "delay", "z": "4e049dfb.f227b4", "name": "", "pauseType": "delay", "timeout": "2", "timeoutUnits": "seconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 695, "y": 400, "wires": [ [ "89b1a182.19b27" ] ], "l": false }, { "id": "cc18e374.ca638", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "payload", "pt": "msg", "to": "$boolean(arg)\t", "tot": "jsonata" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 335, "y": 440, "wires": [ [ "f2748490.481ff8", "470adba6.cda9b4" ] ], "l": false }, { "id": "20c6a02f.23584", "type": "switch", "z": "4e049dfb.f227b4", "name": "", "property": "payload", "propertyType": "msg", "rules": [ { "t": "eq", "v": "2", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 235, "y": 460, "wires": [ [ "cc18e374.ca638" ] ], "l": false }, { "id": "f2748490.481ff8", "type": "ioBroker get", "z": "4e049dfb.f227b4", "name": "", "topic": "0_userdata.0.Hyperion.AutoZeitschaltung", "attrname": "payload", "payloadType": "value", "x": 455, "y": 440, "wires": [ [ "272f4bd8.a6e634" ] ], "l": false }, { "id": "272f4bd8.a6e634", "type": "switch", "z": "4e049dfb.f227b4", "name": "", "property": "payload", "propertyType": "msg", "rules": [ { "t": "eq", "v": "0", "vt": "num" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 555, "y": 440, "wires": [ [ "f461a9f6.57fd5" ] ], "l": false }, { "id": "470adba6.cda9b4", "type": "ioBroker get", "z": "4e049dfb.f227b4", "name": "", "topic": "ping.0.Raspi4T.Fernseher_Samsung_Wohnzimmer", "attrname": "payload", "payloadType": "value", "x": 515, "y": 380, "wires": [ [ "ef7eb60a.943868" ] ], "l": false }, { "id": "66160dae.170cac", "type": "switch", "z": "4e049dfb.f227b4", "name": "", "property": "payload", "propertyType": "msg", "rules": [ { "t": "eq", "v": "1", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 335, "y": 340, "wires": [ [ "6e79eb59.46c154" ] ], "l": false }, { "id": "2357970f.ab5dc", "type": "ioBroker get", "z": "4e049dfb.f227b4", "name": "", "topic": "ping.0.Raspi4T.Fernseher_Samsung_Wohnzimmer", "attrname": "payload", "payloadType": "value", "x": 575, "y": 340, "wires": [ [ "ef7eb60a.943868" ] ], "l": false }, { "id": "6e79eb59.46c154", "type": "change", "z": "4e049dfb.f227b4", "name": "", "rules": [ { "t": "set", "p": "payload", "pt": "msg", "to": "$boolean(arg)\t", "tot": "jsonata" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 475, "y": 340, "wires": [ [ "2357970f.ab5dc" ] ], "l": false }, { "id": "241f0b6a.ab41fc", "type": "exec", "z": "4e049dfb.f227b4", "command": "hyperion-remote -I \"Bilderrahmen\" --off", "addpay": false, "append": "", "useSpawn": "false", "timer": "5", "oldrc": false, "name": "Aus", "x": 1910, "y": 740, "wires": [ [], [], [] ] }, { "id": "b497e638.4a7fa", "type": "exec", "z": "4e049dfb.f227b4", "command": "hyperion-remote -I \"Lampe\" --off", "addpay": false, "append": "", "useSpawn": "false", "timer": "5", "oldrc": false, "name": "Aus", "x": 2090, "y": 740, "wires": [ [], [], [] ] }, { "id": "7f1a2044.5c87a", "type": "delay", "z": "4e049dfb.f227b4", "name": "", "pauseType": "delay", "timeout": "10", "timeoutUnits": "milliseconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 1995, "y": 740, "wires": [ [ "b497e638.4a7fa" ] ], "l": false }, { "id": "23cc68a2.6d4228", "type": "delay", "z": "4e049dfb.f227b4", "name": "", "pauseType": "delay", "timeout": "5", "timeoutUnits": "milliseconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 1815, "y": 740, "wires": [ [ "241f0b6a.ab41fc" ] ], "l": false }, { "id": "caf3b30c.c03588", "type": "ioBroker out", "z": "4e049dfb.f227b4", "name": "UDP Lampe", "topic": "0_userdata.0.WLED_Steuerung.Lampe.UDP", "ack": "false", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 2230, "y": 760, "wires": [] }, { "id": "692a4a83.f993a4", "type": "ioBroker out", "z": "4e049dfb.f227b4", "name": "UDP Bilderrahmen", "topic": "0_userdata.0.WLED_Steuerung.Bilderrahmen.UDP", "ack": "false", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 2260, "y": 720, "wires": [] }, { "id": "a4aeda6e.c6c188", "type": "switch", "z": "4e049dfb.f227b4", "name": "", "property": "payload", "propertyType": "msg", "rules": [ { "t": "eq", "v": "1", "vt": "num" }, { "t": "eq", "v": "0", "vt": "num" } ], "checkall": "true", "repair": false, "outputs": 2, "x": 1775, "y": 1120, "wires": [ [ "e9bad6c5.9b45e" ], [ "538fd165.4821b8" ] ], "l": false }, { "id": "538fd165.4821b8", "type": "exec", "z": "4e049dfb.f227b4", "command": "hyperion-remote -a 192.168.2.66:19444 --off", "addpay": false, "append": "", "useSpawn": "false", "timer": "5", "oldrc": false, "name": "Aus", "x": 2030, "y": 1120, "wires": [ [], [], [] ] }, { "id": "e9bad6c5.9b45e", "type": "exec", "z": "4e049dfb.f227b4", "command": "hyperion-remote -a 192.168.2.66:19444 --on", "addpay": false, "append": "", "useSpawn": "false", "timer": "5", "oldrc": false, "name": "An", "x": 2010, "y": 1060, "wires": [ [], [], [] ] }, { "id": "7f87046a.4881b4", "type": "ioBroker in", "z": "4e049dfb.f227b4", "name": "Instanz Neustarten", "topic": "0_userdata.0.Hyperion.Instanz", "payloadType": "value", "onlyack": "", "func": "rbe", "gap": "", "fireOnStart": "false", "x": 1650, "y": 1120, "wires": [ [ "a4aeda6e.c6c188" ] ] }, { "id": "905a97cd.ca6c98", "type": "Hyperion-Server-Conf", "z": "", "ip": "192.168.2.66", "port": "19444", "name": "Hyperion Server" } ]