Skip to content

SampleAlerter

Massimo edited this page Nov 1, 2023 · 11 revisions

ALERTER NODE SAMPLE

With the Alerter node you can signal to a display or to the node-red-contrib-tts-ultimate node (audio feedback) if the selected devices are alerted, i.e. they have payload true. The node issues messages at specified intervals (one message at a time) containing the details of each alerted device. For example, the node can tell you how many and which windows are open.
The node receives the values of the devices directly from the KNX BUS. Furthermore, you can send personalized messages to the node, not linked to KNX devices.
The example explains how to use the node.

READ EACH DEVICE VALUE

You can issue a KNX Read for each device, by sending this MSG to the node:

msg.readstatus = true



In this example, an alerting system displays to a touchscreen, the open windows and doors.

Copy this code and paste it into your flow

View code

Adjust the nodes according to your setup

[{"id":"2e8a12cc.8c06be","type":"knxUltimateAlerter","z":"5d781580.f89214","server":"93656680.b2763","name":"","property":"payload","propertyType":{},"rules":[{"topic":"0/1/2","devicename":"Applique taverna","longdevicename":"Applique Taverna sinistra"},{"topic":"0/0/11","devicename":"Applique sogg.","longdevicename":"Applique sinistra soggiorno"},{"topic":"0/0/9","devicename":"Luce studio","longdevicename":"Luce soffitto studio"},{"topic":"door","devicename":"Main Door","longdevicename":"Porta principale"}],"whentostart":"ifnewalert","timerinterval":"1","x":310,"y":280,"wires":[["12478b8c.5cd6ec","9373bed5.3aa2c"],["83512cbd.994c1"],["fc7b923e.fe8f28"]]},{"id":"176bc7c.7e246b8","type":"knxUltimate","z":"5d781580.f89214","server":"93656680.b2763","topic":"0/1/2","outputtopic":"","dpt":"1.001","initialread":0,"notifyreadrequest":false,"notifyresponse":false,"notifywrite":true,"notifyreadrequestalsorespondtobus":false,"notifyreadrequestalsorespondtobusdefaultvalueifnotinitialized":"0","listenallga":false,"name":"Applique taverna","outputtype":"write","outputRBE":false,"inputRBE":false,"formatmultiplyvalue":1,"formatnegativevalue":"leave","formatdecimalsvalue":999,"passthrough":"no","x":310,"y":120,"wires":[[]]},{"id":"6e701fdc.3e7d28","type":"knxUltimate","z":"5d781580.f89214","server":"93656680.b2763","topic":"0/0/11","outputtopic":"","dpt":"1.001","initialread":0,"notifyreadrequest":false,"notifyresponse":false,"notifywrite":true,"notifyreadrequestalsorespondtobus":false,"notifyreadrequestalsorespondtobusdefaultvalueifnotinitialized":"0","listenallga":false,"name":"Applique soggiorno [switch]","outputtype":"write","outputRBE":false,"inputRBE":false,"formatmultiplyvalue":1,"formatnegativevalue":"leave","formatdecimalsvalue":999,"passthrough":"no","x":740,"y":120,"wires":[[]]},{"id":"cf5876e3.e2e1e8","type":"knxUltimate","z":"5d781580.f89214","server":"93656680.b2763","topic":"0/0/9","outputtopic":"","dpt":"1.001","initialread":0,"notifyreadrequest":false,"notifyresponse":false,"notifywrite":true,"notifyreadrequestalsorespondtobus":false,"notifyreadrequestalsorespondtobusdefaultvalueifnotinitialized":"0","listenallga":false,"name":"Luce studio","outputtype":"write","outputRBE":false,"inputRBE":false,"formatmultiplyvalue":1,"formatnegativevalue":"leave","formatdecimalsvalue":999,"passthrough":"no","x":1130,"y":120,"wires":[[]]},{"id":"6f98a395.120ef4","type":"ui_text","z":"5d781580.f89214","group":"8d2563be.bcefb8","order":0,"width":0,"height":0,"name":"","label":"Alert!","format":"{{msg.devicename}}","layout":"row-spread","x":710,"y":280,"wires":[]},{"id":"12478b8c.5cd6ec","type":"function","z":"5d781580.f89214","name":"Output","func":"if (msg.count >0 ) msg.devicename = msg.count + \" - \" + msg.devicename;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":590,"y":280,"wires":[["6f98a395.120ef4"]]},{"id":"8aae8294.11059","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"door","payload":"true","payloadType":"bool","x":140,"y":260,"wires":[["2e8a12cc.8c06be"]]},{"id":"2f4a3f41.1effe","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"door","payload":"false","payloadType":"bool","x":140,"y":300,"wires":[["2e8a12cc.8c06be"]]},{"id":"d7a393ce.f5413","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":"5","topic":"","payload":"true","payloadType":"bool","x":130,"y":100,"wires":[["176bc7c.7e246b8"]]},{"id":"493d3674.ed5818","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":130,"y":140,"wires":[["176bc7c.7e246b8"]]},{"id":"5bddb54d.51d144","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":"5","topic":"","payload":"true","payloadType":"bool","x":530,"y":100,"wires":[["6e701fdc.3e7d28"]]},{"id":"40145600.5e7cfc","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":530,"y":140,"wires":[["6e701fdc.3e7d28"]]},{"id":"6ba51245.996b1c","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":"1","topic":"","payload":"true","payloadType":"bool","x":970,"y":100,"wires":[["cf5876e3.e2e1e8"]]},{"id":"15edb031.9130d","type":"inject","z":"5d781580.f89214","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":970,"y":140,"wires":[["cf5876e3.e2e1e8"]]},{"id":"cc5b2926.258","type":"comment","z":"5d781580.f89214","name":"ALERTER Sample. Click TRUE or FALSE to alert or reset each device","info":"","x":310,"y":60,"wires":[]},{"id":"fe8fc5fb.a629a","type":"comment","z":"5d781580.f89214","name":"Point to your localip/ui to view the UI","info":"","x":600,"y":220,"wires":[]},{"id":"c5d7d3a3.2e3fc8","type":"comment","z":"5d781580.f89214","name":"Alerter with additional custom \"door\" device trigger","info":"","x":250,"y":220,"wires":[]},{"id":"9373bed5.3aa2c","type":"debug","z":"5d781580.f89214","name":"MAX 14 CHARS for DPT16","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"devicename","targetType":"msg","statusVal":"devicename","statusType":"auto","x":620,"y":340,"wires":[]},{"id":"adf1aaa1.a47be","type":"inject","z":"5d781580.f89214","name":"ClickMe","props":[{"p":"start","v":"true","vt":"bool"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":140,"y":560,"wires":[["29f5a6a.e639c5a"]]},{"id":"29f5a6a.e639c5a","type":"knxUltimateAlerter","z":"5d781580.f89214","server":"93656680.b2763","name":"Manual Alert","property":"payload","propertyType":{},"rules":[{"topic":"0/1/2","devicename":"Applique taverna","longdevicename":"Applique taverna destra"},{"topic":"0/0/11","devicename":"Applique sogg.","longdevicename":"Applique sinistra soggiorno"},{"topic":"0/0/9","devicename":"Luce studio","longdevicename":"Luce principale studio"},{"topic":"door","devicename":"Main Door","longdevicename":"Porta principale"}],"whentostart":"manualstart","timerinterval":"1","x":310,"y":560,"wires":[["324ed5e1.336ed2","9ac54aee.66d"],["47cca353.2201c4"],["e87e1fb6.9213a8"]]},{"id":"cfb58db1.306b38","type":"comment","z":"5d781580.f89214","name":"Sample with manual alert cycle start","info":"","x":200,"y":520,"wires":[]},{"id":"324ed5e1.336ed2","type":"debug","z":"5d781580.f89214","name":"MAX 14 CHARS for DPT16","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"devicename","targetType":"msg","statusVal":"devicename","statusType":"auto","x":620,"y":560,"wires":[]},{"id":"9ac54aee.66d","type":"debug","z":"5d781580.f89214","name":"Long device name","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"longdevicename","targetType":"msg","statusVal":"devicename","statusType":"auto","x":630,"y":620,"wires":[]},{"id":"83512cbd.994c1","type":"debug","z":"5d781580.f89214","name":"Long device name list","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"longdevicename","targetType":"msg","statusVal":"devicename","statusType":"auto","x":640,"y":400,"wires":[]},{"id":"6e6f261a.81152","type":"ui_text","z":"5d781580.f89214","group":"8d2563be.bcefb8","order":0,"width":0,"height":0,"name":"","label":"List devices","format":"{{msg.longdevicename}}","layout":"row-spread","x":730,"y":680,"wires":[]},{"id":"47cca353.2201c4","type":"function","z":"5d781580.f89214","name":"Output","func":"if (msg.count >0 ) msg.longdevicename = msg.count + \" - \" + msg.longdevicename;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":590,"y":680,"wires":[["6e6f261a.81152"]]},{"id":"e87e1fb6.9213a8","type":"debug","z":"5d781580.f89214","name":"Last alerted device","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"longdevicename","targetType":"msg","statusVal":"devicename","statusType":"auto","x":630,"y":740,"wires":[]},{"id":"fc7b923e.fe8f28","type":"debug","z":"5d781580.f89214","name":"Last alerted device","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"longdevicename","targetType":"msg","statusVal":"devicename","statusType":"auto","x":650,"y":460,"wires":[]},{"id":"93656680.b2763","type":"knxUltimate-config","host":"emulate","port":"3671","physAddr":"15.15.22","suppressACKRequest":true,"csv":"\"Group name\"\t\"Address\"\t\"Central\"\t\"Unfiltered\"\t\"Description\"\t\"DatapointType\"\t\"Security\"\n\"Attuatori luci\"\t\"0/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Luci primo piano\"\t\"0/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Luce camera da letto\"\t\"0/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Luce loggia camera da letto\"\t\"0/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce camera armadi\"\t\"0/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce bagno grande\"\t\"0/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce loggia bagno grande\"\t\"0/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce specchio bagno grande (switch)\"\t\"0/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce lavanderia\"\t\"0/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce specchio lavanderia (switch)\"\t\"0/0/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce studio\"\t\"0/0/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Plafoniera soggiorno (switch)\"\t\"0/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Applique soggiorno (switch)\"\t\"0/0/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce loggia soggiorno cucina\"\t\"0/0/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce cucina\"\t\"0/0/13\"\t\"\"\t\"\"\t\"\"\t\"DPT-1\"\t\"Auto\"\n\"Pensili cucina\"\t\"0/0/14\"\t\"\"\t\"\"\t\"\"\t\"DPT-1\"\t\"Auto\"\n\"Luce corridoio\"\t\"0/0/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"LED scala\"\t\"0/0/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Applique soggiorno brighness value\"\t\"0/0/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Luce specchio bagno grande(dim)\"\t\"0/0/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Plafoniera soggiorno brighness value\"\t\"0/0/19\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Luce specchio lavanderia (dim)\"\t\"0/0/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"LED cambiacolori RGB scala\"\t\"0/0/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce specchio bagno grande brightness value\"\t\"0/0/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Plafoniera soggiorno (dim)\"\t\"0/0/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Applique soggiorno (dim)\"\t\"0/0/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Luce specchio lavanderia brightness value\"\t\"0/0/25\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Plafoniera soggiorno Stato\"\t\"0/0/26\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Applique soggiorno Stato\"\t\"0/0/27\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Luce camera armadi Stato\"\t\"0/0/28\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce bagno grande Stato\"\t\"0/0/29\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce specchio bagno grande Stato\"\t\"0/0/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Luce specchio lavanderia Stato\"\t\"0/0/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Luce lavanderia Stato\"\t\"0/0/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luci piano terra\"\t\"0/1/-\"\t\"\"\t\"\"\t\"Luci piano terra\"\t\"\"\t\"Auto\"\n\"Luce corridoio e scala\"\t\"0/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce tavolo taverna\"\t\"0/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Applique taverna\"\t\"0/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce cantina\"\t\"0/1/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce bagno piano terra\"\t\"0/1/4\"\t\"\"\t\"\"\t\"Bagno piano terra Luce\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce timer garage (ON)\"\t\"0/1/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luci marciapiedi giardino\"\t\"0/1/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fari allarme giardino\"\t\"0/1/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Constrosoffitto taverna (switch)\"\t\"0/1/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Controsoffitto taverna (dim)\"\t\"0/1/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Controsoffitto scena cambio colori taverna (ON/OFF)\"\t\"0/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"IR Luci taverna (ON/OFF)\"\t\"0/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Taverna color set 1\"\t\"0/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Taverna color set 2\"\t\"0/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Taverna color set 3\"\t\"0/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Taverna color set 4\"\t\"0/1/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Taverna color state 1\"\t\"0/1/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Taverna color state 2\"\t\"0/1/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Taverna color state 3\"\t\"0/1/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Taverna color state 4\"\t\"0/1/19\"\t\"\"\t\"\"\t\"\"\t\"DPST-232-600\"\t\"Auto\"\n\"Luce tavolo taverna (dim)\"\t\"0/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Luce permanente garage (ON/OFF)\"\t\"0/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Controsoffitto taverna brightness value\"\t\"0/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Controsoffitto taverna (switch) Stato\"\t\"0/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Controsoffitto taverna brightness value Stato\"\t\"0/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Luce tavolo taverna Stato\"\t\"0/1/25\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce sala tecnica\"\t\"0/1/26\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luce sala tecnica Stato\"\t\"0/1/27\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heating\"\t\"1/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Termostato lavanderia\"\t\"1/0/-\"\t\"\"\t\"\"\t\"Termostato lavanderia\"\t\"\"\t\"Auto\"\n\"Grandezza regolatrice costante lavanderia\"\t\"1/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Temperatura lavanderia\"\t\"1/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Modo operativo lavanderia\"\t\"1/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-105\"\t\"Auto\"\n\"Umidità lavanderia\"\t\"1/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"Temperatura di rugiada lavanderia\"\t\"1/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Indicazione attivazione caldaia lavanderia\"\t\"1/0/5\"\t\"\"\t\"\"\t\"Indicazione attivazione caldaia\"\t\"DPST-1-1\"\t\"Auto\"\n\"Setpoint lavanderia Stato\"\t\"1/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Backlight lavanderia\"\t\"1/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"RTC Status lavanderia\"\t\"1/0/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"TestoDiagnosticoMDTLavanderia\"\t\"1/0/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-16-0\"\t\"Auto\"\n\"Setpoint lavanderia\"\t\"1/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Termostato studio\"\t\"1/1/-\"\t\"\"\t\"\"\t\"Termostato studio\"\t\"\"\t\"Auto\"\n\"Grandezza regolatrice costante studio\"\t\"1/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Temperatura studio\"\t\"1/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Modo operativo studio\"\t\"1/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"Umidità studio\"\t\"1/1/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"Temperatura di rugiada studio\"\t\"1/1/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Indicazione attivazione caldaia studio\"\t\"1/1/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Setpoint studio Stato\"\t\"1/1/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Backlight studio\"\t\"1/1/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"RTC Status studio\"\t\"1/1/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"TestoDiagnosticoMDTStudio\"\t\"1/1/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-16-0\"\t\"Auto\"\n\"Setpoint studio\"\t\"1/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Termostato camera da letto\"\t\"1/2/-\"\t\"\"\t\"\"\t\"Termostato camera da letto\"\t\"\"\t\"Auto\"\n\"Grandezza regolatrice costante camera da letto\"\t\"1/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Temperatura camera da letto\"\t\"1/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Modo operativo camera da letto\"\t\"1/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"Temperatura di rugiada camera da letto\"\t\"1/2/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Umidità camera da letto\"\t\"1/2/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"Indicazione attivazione caldaia camera da letto\"\t\"1/2/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Setpoint camera da letto Stato\"\t\"1/2/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Backlight camera da letto\"\t\"1/2/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"RTC Status camera da letto\"\t\"1/2/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"TestoDiagnosticoMDTCameraDaLetto\"\t\"1/2/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-16-0\"\t\"Auto\"\n\"Setpoint camera da letto\"\t\"1/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"TestoDiagnosticoMDTTaverna\"\t\"1/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-16-0\"\t\"Auto\"\n\"Termostato camera armadi\"\t\"1/3/-\"\t\"\"\t\"\"\t\"Termostato camera armadi\"\t\"\"\t\"Auto\"\n\"Grandezza regolatrice costante camera armadi\"\t\"1/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Temperatura camera armadi\"\t\"1/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Modo operativo camera armadi\"\t\"1/3/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"Temperatura di rugiada camera armadi\"\t\"1/3/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Umidità camera armadi\"\t\"1/3/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"Indicazione attivazione caldaia camera armadi\"\t\"1/3/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Setpoint camera armadi Stato\"\t\"1/3/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Backlight camera armadi\"\t\"1/3/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"RTC Status camera armadi\"\t\"1/3/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"TestoDiagnosticoMDTCameraArmadi\"\t\"1/3/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-16-0\"\t\"Auto\"\n\"Setpoint camera armadi\"\t\"1/3/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Termostato bagno grande\"\t\"1/4/-\"\t\"\"\t\"\"\t\"Termostato bagno grande\"\t\"\"\t\"Auto\"\n\"Grandezza regolatrice costante bagno grande\"\t\"1/4/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Temperatura bagno grande\"\t\"1/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Modo operativo bagno grande\"\t\"1/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"Temperatura di rugiada bagno grande\"\t\"1/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Umidità bagno grande\"\t\"1/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"Indicazione attivazione caldaia bagno grande\"\t\"1/4/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Setpoint bagno grande Stato\"\t\"1/4/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"","KNXEthInterface":"Auto","KNXEthInterfaceManuallyInput":"","statusDisplayLastUpdate":true,"statusDisplayDeviceNameWhenALL":true,"statusDisplayDataPoint":false,"stopETSImportIfNoDatapoint":"stop","loglevel":"error","name":"Multicast Emulate","localEchoInTunneling":true,"delaybetweentelegrams":"40","delaybetweentelegramsfurtherdelayREAD":"1"},{"id":"8d2563be.bcefb8","type":"ui_group","name":"Default","tab":"e0f42233.22428","order":2,"disp":true,"width":"6","collapse":false},{"id":"e0f42233.22428","type":"ui_tab","name":"ALARM","icon":"dashboard","order":13,"disabled":false,"hidden":false}]
Clone this wiki locally