Number to Boolean Conversion

I would make conduction flow with boolean AND block. How can i do for number to bool coversion.

Export your flow and post it here with

3 backticks `

your flow

3 backticks `

What kind of numbers are you injesting? Is it just binary, or are you working with a threshold value?

[{"id":"e1db93a2.150c8","type":"tab","label":"YKS","disabled":false,"info":""},{"id":"e02aaa8d.ab9cb8","type":"ui_template","z":"e1db93a2.150c8","group":"f90f2d15.fc8ca","name":"Logo / Clock","order":6,"width":0,"height":0,"format":"<script id=\"clockScript1\" type=\"text/javascript\">\n    var clockInterval;\n    $(function () {\n        if (clockInterval) return;\n\n        //add logo\n        var div1 = $('<div/>');\n        var logo = new Image();\n\n        logo.src = '/logo.png'\n        logo.height = 45;\n        div1[0].style.margin = '10px auto';\n\n        div1.append(logo);\n\n        //add clock\n        var div2 = $('<div/>');\n        var p = $('<p/>');\n\n        div2.append(p);\n        div2[0].style.margin = '5px';\n\n        function displayTime() {\n            p.text(new Date().toLocaleString());\n        }\n        \n        clockInterval = setInterval(displayTime, 1000);\n\n        //add to toolbar when it's available\n        var addToToolbarTimer;\n        \n        function addToToolbar() {\n            var toolbar = $('.md-toolbar-tools');\n            \n            if(!toolbar.length) return;\n            \n            toolbar.append(div1);\n            toolbar.append(div2);\n            clearInterval(addToToolbarTimer);\n        }\n        addToToolbarTimer = setInterval(addToToolbar, 100);\n    });\n</script>","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":106,"y":45,"wires":[[]]},{"id":"99b29803.7bc9d8","type":"trigger","z":"e1db93a2.150c8","op1":"lime","op2":"#2f2f2f","op1type":"str","op2type":"str","duration":"400","extend":false,"units":"ms","reset":"","bytopic":"all","name":"","x":1070,"y":275,"wires":[["48db1c08.4ebb14"]]},{"id":"48db1c08.4ebb14","type":"ui_template","z":"e1db93a2.150c8","group":"f90f2d15.fc8ca","name":"","order":0,"width":"0","height":"0","format":"<svg version=\"1.1\" baseProfile=\"full\"\nxmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\nwidth=\"600px\" height=\"760px\" viewBox=\"0 0 300 300\">\n\t<defs>\n\t\t<g id=\"fig\" fill=\"{{msg.payload}}\">\n\t\t\t<circle cx=\"82\" cy=\"27\" r=\"25\" />\n\t\t\t<path style = \"fill: {{msg.payload}};\" d=\"M 157,162 C 92,60 98,58 74,57 C 60,57 59,61 35,80 C 6,102 8,102 8,126 C 8,154 6,152 29,163 L 29,115 L 49,97 L 49,165 L 97,164 L 98,110 C 137,171 134,168 157,162 z M 96,171 L 50,171 C 50,182 46,181 21,228 C -5,276 -5,273 10,300 L 74,184 C 136,302 128,299 162,297 L 128,233 C 99,181 97,181 96,171 z \" />\n\t\t</g>\n\t</defs>\n\t<use xlink:href=\"#fig\" opacity=\"0.1\" />\n\t<use xlink:href=\"#fig\" opacity=\"0.2\" x=\"30\" />\n\t<use xlink:href=\"#fig\" opacity=\"0.3\" x=\"60\" />\n\t<use xlink:href=\"#fig\" opacity=\"0.5\" x=\"90\" />\n\t<use xlink:href=\"#fig\" opacity=\"1\" x=\"120\" />\n</svg>\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":1285,"y":275,"wires":[[]]},{"id":"6768653d.28115c","type":"mqtt in","z":"e1db93a2.150c8","name":"","topic":"PM/HMD1","qos":"0","datatype":"auto","broker":"5a09757b.0b022c","x":98,"y":274,"wires":[["42338a68.703704"]]},{"id":"42338a68.703704","type":"change","z":"e1db93a2.150c8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":314,"y":273,"wires":[["6e813788.1806a8"]]},{"id":"48d36a95.2f6f54","type":"debug","z":"e1db93a2.150c8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":850,"y":472,"wires":[]},{"id":"6e813788.1806a8","type":"switch","z":"e1db93a2.150c8","name":"No Bar On Mill","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":516,"y":274,"wires":[[]]},{"id":"6db09b2d.0e9334","type":"mqtt in","z":"e1db93a2.150c8","name":"","topic":"PM/HMD2","qos":"0","datatype":"auto","broker":"5a09757b.0b022c","x":85,"y":377,"wires":[["4e2cca08.e5c924"]]},{"id":"4e2cca08.e5c924","type":"change","z":"e1db93a2.150c8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":301,"y":376,"wires":[["4a2e7cd4.1a49d4"]]},{"id":"4a2e7cd4.1a49d4","type":"switch","z":"e1db93a2.150c8","name":"No Bar On Mill","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":503,"y":377,"wires":[[]]},{"id":"d6fc4fa6.26fa8","type":"mqtt in","z":"e1db93a2.150c8","name":"","topic":"PM/HMD3","qos":"0","datatype":"auto","broker":"5a09757b.0b022c","x":82,"y":463,"wires":[["137d3920.4b0b27"]]},{"id":"137d3920.4b0b27","type":"change","z":"e1db93a2.150c8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":298,"y":462,"wires":[["19d093b9.893eec"]]},{"id":"19d093b9.893eec","type":"switch","z":"e1db93a2.150c8","name":"No Bar On Mill","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":500,"y":463,"wires":[[]]},{"id":"82f5ba88.5b1e88","type":"mqtt in","z":"e1db93a2.150c8","name":"","topic":"PM/HMD4","qos":"0","datatype":"auto","broker":"5a09757b.0b022c","x":81,"y":549,"wires":[["4d10022f.129c5c"]]},{"id":"4d10022f.129c5c","type":"change","z":"e1db93a2.150c8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":297,"y":548,"wires":[["45361116.6266a"]]},{"id":"45361116.6266a","type":"switch","z":"e1db93a2.150c8","name":"No Bar On Mill","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":499,"y":549,"wires":[[]]},{"id":"85ac031b.8e7c4","type":"mqtt in","z":"e1db93a2.150c8","name":"","topic":"PM/HMD5","qos":"0","datatype":"auto","broker":"5a09757b.0b022c","x":78,"y":639,"wires":[["a3f8b0c7.218c9"]]},{"id":"a3f8b0c7.218c9","type":"change","z":"e1db93a2.150c8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":294,"y":638,"wires":[["e93dd79e.e9b0a8"]]},{"id":"e93dd79e.e9b0a8","type":"switch","z":"e1db93a2.150c8","name":"No Bar On Mill","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":496,"y":639,"wires":[[]]},{"id":"93c07014.60124","type":"mqtt in","z":"e1db93a2.150c8","name":"","topic":"PM/HMD6","qos":"0","datatype":"auto","broker":"5a09757b.0b022c","x":82,"y":726,"wires":[["92fe5d40.7da7"]]},{"id":"92fe5d40.7da7","type":"change","z":"e1db93a2.150c8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":298,"y":725,"wires":[["dd4027b9.1ed478"]]},{"id":"dd4027b9.1ed478","type":"switch","z":"e1db93a2.150c8","name":"No Bar On Mill","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":500,"y":726,"wires":[[]]},{"id":"c974df86.291d2","type":"mqtt in","z":"e1db93a2.150c8","name":"","topic":"PM/HMD7","qos":"0","datatype":"auto","broker":"5a09757b.0b022c","x":87,"y":812,"wires":[["6aa971fa.44ba6"]]},{"id":"6aa971fa.44ba6","type":"change","z":"e1db93a2.150c8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":303,"y":811,"wires":[["faa8b59.df3f148"]]},{"id":"faa8b59.df3f148","type":"switch","z":"e1db93a2.150c8","name":"No Bar On Mill","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":505,"y":812,"wires":[["48d36a95.2f6f54","99b29803.7bc9d8"]]},{"id":"f90f2d15.fc8ca","type":"ui_group","z":"","name":"Yaya Kontrol Sistemi","tab":"ed9d0c57.79994","disp":true,"width":"13","collapse":false},{"id":"5a09757b.0b022c","type":"mqtt-broker","z":"","name":"","broker":"10.254.9.154","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"ed9d0c57.79994","type":"ui_tab","z":"","name":"Yaya Kontrol Sistemi","icon":"dashboard","disabled":false,"hidden":false}]

I just work with string or number. I want change recieved value from mqtt node string or number to boolean then set up a Boolean equation for up to 16 Boolean inputs that yield the output variable.

Please elaborate some more:

You receive data from mqtt, this can be a string or a number.
In what condition do you want to send true or false ?

I was convter string to number with Change Node this flow, I saw number at the debug node.

If number is ZERO then i send FALSE to Boolean logic. I will use AND operand for condition at the Boolean logic . If any input becomes FALSE, the output will be FALSE.

Given the flow that you posted...
You can do that with a change node

Set msg.payload to boolean false

It's looking working with Boolean Logic. Good solution.

But output dosen't chage at the Change node. Input is 0 Output is False, Input is 1 Output is False.

1 Like

The flow you shared has a switch nodes that only allow values of 0 to go past. So if the input is 1 the flow you shared should not have any output.

I suggest you try to add debug nodes along your flow to see where it diverts from what you want to do. Give each of your debug nodes a name (which makes it easier to determine which is which in the debug panel) and set them all to display "complete message object"

Try this flow, i have change all the logic

[{"id":"a1da1ac1.c759b8","type":"ui_template","z":"4d368b14.7cabb4","group":"9ebd8bde.c1bbe8","name":"hmd1","order":0,"width":"0","height":"0","format":"<svg version=\"1.1\" baseProfile=\"full\"\nxmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\nwidth=\"600px\" height=\"760px\" viewBox=\"0 0 300 300\">\n\t<defs>\n\t\t<g id=\"hmd1\" fill=\"{{msg.payload.hmd1.color}}\">\n\t\t\t<circle cx=\"82\" cy=\"27\" r=\"25\" />\n\t\t\t<path style = \"fill: {{msg.payload.hmd1.color}};\" d=\"M 157,162 C 92,60 98,58 74,57 C 60,57 59,61 35,80 C 6,102 8,102 8,126 C 8,154 6,152 29,163 L 29,115 L 49,97 L 49,165 L 97,164 L 98,110 C 137,171 134,168 157,162 z M 96,171 L 50,171 C 50,182 46,181 21,228 C -5,276 -5,273 10,300 L 74,184 C 136,302 128,299 162,297 L 128,233 C 99,181 97,181 96,171 z \" />\n\t\t</g>\n\t</defs>\n\t<use xlink:href=\"#hmd1\" opacity=\"0.1\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"0.2\" x=\"30\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"0.3\" x=\"60\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"0.5\" x=\"90\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"1\" x=\"120\" />\n</svg>\n\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":575,"y":925,"wires":[[]]},{"id":"610ffac2.30fdd4","type":"mqtt in","z":"4d368b14.7cabb4","name":"","topic":"PM/#","qos":"0","datatype":"auto","broker":"7d99b14b.512e6","x":125,"y":950,"wires":[["e7a89daa.a7f2b"]]},{"id":"e7a89daa.a7f2b","type":"function","z":"4d368b14.7cabb4","name":"","func":"t = msg.topic\ni = msg.payload\n\nhmd = t.split(\"/\")\nhmd = hmd[1].toLowerCase()\n\nif(i===0 || i === \"false\" || !i){\n    node.send({payload:{[hmd]:{color:'#00FF00'}}})\n    setTimeout(function(){ \n        node.send({payload:{[hmd]:{color:''}}})\n    }, 1400);\n}\n\n","outputs":1,"noerr":0,"x":375,"y":950,"wires":[["a1da1ac1.c759b8","fa272e33.ba417"]]},{"id":"4e314013.3de99","type":"inject","z":"4d368b14.7cabb4","name":"","topic":"PM/HMD1","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":1100,"wires":[["e7a89daa.a7f2b"]]},{"id":"b4bb701e.ce7ec8","type":"inject","z":"4d368b14.7cabb4","name":"","topic":"PM/HMD2","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":1150,"wires":[["e7a89daa.a7f2b"]]},{"id":"fa272e33.ba417","type":"ui_template","z":"4d368b14.7cabb4","group":"9ebd8bde.c1bbe8","name":"hmd2","order":0,"width":"0","height":"0","format":"<svg version=\"1.1\" baseProfile=\"full\"\nxmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\nwidth=\"600px\" height=\"760px\" viewBox=\"0 0 300 300\">\n\t<defs>\n\t\t<g id=\"hmd2\" fill=\"{{msg.payload.hmd2.color}}\">\n\t\t\t<circle cx=\"82\" cy=\"27\" r=\"25\" />\n\t\t\t<path style = \"fill: {{msg.payload.hmd2.color}};\" d=\"M 157,162 C 92,60 98,58 74,57 C 60,57 59,61 35,80 C 6,102 8,102 8,126 C 8,154 6,152 29,163 L 29,115 L 49,97 L 49,165 L 97,164 L 98,110 C 137,171 134,168 157,162 z M 96,171 L 50,171 C 50,182 46,181 21,228 C -5,276 -5,273 10,300 L 74,184 C 136,302 128,299 162,297 L 128,233 C 99,181 97,181 96,171 z \" />\n\t\t</g>\n\t</defs>\n\t<use xlink:href=\"#hmd2\" opacity=\"0.1\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"0.2\" x=\"30\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"0.3\" x=\"60\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"0.5\" x=\"90\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"1\" x=\"120\" />\n</svg>\n\n","storeOutMessages":false,"fwdInMessages":false,"templateScope":"local","x":575,"y":975,"wires":[[]]},{"id":"359bba71.1219ae","type":"inject","z":"4d368b14.7cabb4","name":"","topic":"PM/HMD1","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":1050,"wires":[["e7a89daa.a7f2b"]]},{"id":"9ebd8bde.c1bbe8","type":"ui_group","z":"","name":"Yaya Kontrol Sistemi","tab":"eff2cbc6.a40158","disp":true,"width":"13","collapse":false},{"id":"7d99b14b.512e6","type":"mqtt-broker","z":"","name":"","broker":"10.254.9.154","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"eff2cbc6.a40158","type":"ui_tab","z":"","name":"Yaya Kontrol Sistemi","icon":"dashboard","disabled":false,"hidden":false}]

The template nodes now have hardcoded ID's. (<g id="hmd1") etc)
You can use 1 mqtt node with PM/#, which will show them all, the function splits them by topic, only thing left to do is adding template nodes and change their ID's

In the function node you can change the settimeout to your liking.

Thanks for express answer.

I was try this at the simulation mode. it's very good solution.

But at the same time, logic collapsed when another input 1 arrives. I have seven input's.

Voilet is blinking every condiction. AND function is not working.

I think there is a language barrier here.

What is the output of the mqtt node ? Post the debug output.

The idea is to use only 1 mqtt node, the function node will take care of the input.

U r right . I m sad about language.

I share mqtt debug output

debug_output

Try this (because "0" is a string and not a number it fails.)

[{"id":"6ce5edc3.6c5b24","type":"ui_template","z":"8ae4fb79.8841f","group":"d48e07b1.a2ae9","name":"hmd1","order":0,"width":"0","height":"0","format":"<svg version=\"1.1\" baseProfile=\"full\"\nxmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\nwidth=\"600px\" height=\"760px\" viewBox=\"0 0 300 300\">\n\t<defs>\n\t\t<g id=\"hmd1\" fill=\"{{msg.payload.hmd1.color}}\">\n\t\t\t<circle cx=\"82\" cy=\"27\" r=\"25\" />\n\t\t\t<path style = \"fill: {{msg.payload.hmd1.color}};\" d=\"M 157,162 C 92,60 98,58 74,57 C 60,57 59,61 35,80 C 6,102 8,102 8,126 C 8,154 6,152 29,163 L 29,115 L 49,97 L 49,165 L 97,164 L 98,110 C 137,171 134,168 157,162 z M 96,171 L 50,171 C 50,182 46,181 21,228 C -5,276 -5,273 10,300 L 74,184 C 136,302 128,299 162,297 L 128,233 C 99,181 97,181 96,171 z \" />\n\t\t</g>\n\t</defs>\n\t<use xlink:href=\"#hmd1\" opacity=\"0.1\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"0.2\" x=\"30\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"0.3\" x=\"60\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"0.5\" x=\"90\" />\n\t<use xlink:href=\"#hmd1\" opacity=\"1\" x=\"120\" />\n</svg>\n\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":575,"y":250,"wires":[[]]},{"id":"d8e51f21.6cc0b8","type":"mqtt in","z":"8ae4fb79.8841f","name":"","topic":"PM/#","qos":"0","datatype":"auto","broker":"5bad673.bb46b18","x":125,"y":275,"wires":[["a8db219f.b15c38"]]},{"id":"a8db219f.b15c38","type":"function","z":"8ae4fb79.8841f","name":"","func":"t = msg.topic\ni = msg.payload\n\nhmd = t.split(\"/\")\nhmd = hmd[1].toLowerCase()\n\nif(i===0 || i === \"false\" || !i || i ===\"0\"){\n    node.send({payload:{[hmd]:{color:'#00FF00'}}})\n    setTimeout(function(){ \n        node.send({payload:{[hmd]:{color:''}}})\n    }, 1400);\n}\n\n","outputs":1,"noerr":0,"x":375,"y":275,"wires":[["6ce5edc3.6c5b24","8d15104e.0f0108"]]},{"id":"bd65c590.da198","type":"inject","z":"8ae4fb79.8841f","name":"","topic":"PM/HMD1","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":425,"wires":[["a8db219f.b15c38"]]},{"id":"e47e4e23.c69f78","type":"inject","z":"8ae4fb79.8841f","name":"","topic":"PM/HMD2","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":475,"wires":[["a8db219f.b15c38"]]},{"id":"8d15104e.0f0108","type":"ui_template","z":"8ae4fb79.8841f","group":"d48e07b1.a2ae9","name":"hmd2","order":0,"width":"0","height":"0","format":"<svg version=\"1.1\" baseProfile=\"full\"\nxmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\nwidth=\"600px\" height=\"760px\" viewBox=\"0 0 300 300\">\n\t<defs>\n\t\t<g id=\"hmd2\" fill=\"{{msg.payload.hmd2.color}}\">\n\t\t\t<circle cx=\"82\" cy=\"27\" r=\"25\" />\n\t\t\t<path style = \"fill: {{msg.payload.hmd2.color}};\" d=\"M 157,162 C 92,60 98,58 74,57 C 60,57 59,61 35,80 C 6,102 8,102 8,126 C 8,154 6,152 29,163 L 29,115 L 49,97 L 49,165 L 97,164 L 98,110 C 137,171 134,168 157,162 z M 96,171 L 50,171 C 50,182 46,181 21,228 C -5,276 -5,273 10,300 L 74,184 C 136,302 128,299 162,297 L 128,233 C 99,181 97,181 96,171 z \" />\n\t\t</g>\n\t</defs>\n\t<use xlink:href=\"#hmd2\" opacity=\"0.1\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"0.2\" x=\"30\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"0.3\" x=\"60\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"0.5\" x=\"90\" />\n\t<use xlink:href=\"#hmd2\" opacity=\"1\" x=\"120\" />\n</svg>\n\n","storeOutMessages":false,"fwdInMessages":false,"templateScope":"local","x":575,"y":300,"wires":[[]]},{"id":"9840957b.0b142","type":"inject","z":"8ae4fb79.8841f","name":"","topic":"PM/HMD1","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":375,"wires":[["a8db219f.b15c38"]]},{"id":"d48e07b1.a2ae9","type":"ui_group","z":"","name":"Yaya Kontrol Sistemi","tab":"58941131.316c3","disp":true,"width":"13","collapse":false},{"id":"5bad673.bb46b18","type":"mqtt-broker","z":"","name":"","broker":"10.254.9.154","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"58941131.316c3","type":"ui_tab","z":"","name":"Yaya Kontrol Sistemi","icon":"dashboard","disabled":false,"hidden":false}]