Supergiovane / node-red-contrib-knx-ultimate

Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer.
https://youtu.be/egRbR_KwP9I
MIT License
141 stars 34 forks source link

Dimming no longer possible #312

Closed DonKanaille667 closed 6 months ago

DonKanaille667 commented 6 months ago

Hello Supergiovane, Unfortunately, since the update from (2.2.24?) to 2.2.38, dimming using the button is no longer possible. It is displayed correctly when I switch it on via the Hue app.

Thanks

Supergiovane commented 6 months ago

Hi The dimming works with start and stop telegrams. When you keep pressing the button, a “start” telegram is sent. Whenever you release the button, a “stop” telegram is sent. This is the standard KNX behaviour. What happens when you keep pressing the button?

DonKanaille667 commented 6 months ago

Dimmen 1

Press once -> Off --> Works Press once -> On --> Works Hold down -> Dimming --> nothing works

DonKanaille667 commented 6 months ago

Dimmen 2

Supergiovane commented 6 months ago

Hi From the ETS log, i see the DIM telegrams. Is your light actuator setup correctly?

DonKanaille667 commented 6 months ago

So I didn't change anything in the configuration. It was fine before,

DonKanaille667 commented 6 months ago

Dimmen 3 Dimmen 4 Dimmen 5

Dimming is listed again under Tunable White. Does something have to be entered here?

Supergiovane commented 6 months ago

Yes, but you need to check it again, to be sure that the actuator works in the start-stop mode. In the earlier version of knx ultimate, the DIM command was repeatedly issued every 10 seconda, but i’ve sorted out, that most of the KNX actuators, were working with the start-stop telegrams.

Supergiovane commented 6 months ago

Please check the light actuator that handles the GA 6/1/31 with ETS. No, in the tunable white tab, you don’t need to enter anything, unlike you wish also control the tunable white property.

DonKanaille667 commented 6 months ago

The button should be correct. Is on dimming. I don't know that I can set anything else here.

DonKanaille667 commented 6 months ago

How do I get an earlier version of KNX Ultimate?

Supergiovane commented 6 months ago

What make/model of actuator do you have? Use npm install [package-name]@[version-number] to install an older version of a package.

DonKanaille667 commented 6 months ago

THX https://www.mdt.de/en/products/product-detail/glastaster-ii-smart-serie-02.html

Supergiovane commented 6 months ago

Hi Mabe something has to do with the status GA of the mdt tastsensor. Tomorrow we’ll take a deeper look. Good night.

IMG_8002

DonKanaille667 commented 6 months ago

Ok, thx. Good night.

Supergiovane commented 6 months ago

Hi again. I've maybe found the issue. Can you please set this option to 10% and try again?

Dimming_no_longer_possible_·_Issue__312_·_Supergiovane_node-red-contrib-knx-ultimate
DonKanaille667 commented 6 months ago

Good morning That was it! Thank you. Something else I noticed. When the system restarts, the status is not correct. It shows that the lights are on. But they are out.

Supergiovane commented 6 months ago

Hi the node reads the status after a while, not immediately, because it must wait for the KNX connection to the gateway, to be up and running. The on/off status is then sent to the Switching status group address. If the switching status group address is not defined (the field is blank), the node will not update the on/off status. The status will then be read from the HUE Bridge and processed to be sent out to the KNX bus thereafter. I've tested now, and it works (at least, mie it's working). :-)

DonKanaille667 commented 6 months ago

OK. So the status is filled out and works so far. But the fact remains that he does it wrong at the beginning. I then switch everything on and off again using the Hue app. Then it fits.

Supergiovane commented 6 months ago

Hi in normal situations, it should be fine, because you don't restart node-red so soften. The node must anyway wait for the KNX connection to be up and running.

Supergiovane commented 6 months ago

How much must you wait until the light on/off value has been read? You don't need to turn on and off the light, just to update the status.

DonKanaille667 commented 6 months ago

Not long. When I restart the node, it takes about 20 seconds for it to be ready. Yes, then I have to switch all the lamps with the hue app to set the status correctly.

Supergiovane commented 6 months ago

Hi When you write "Yes, then I have to switch all the lamps with the hue app to set the status correctly.", what do you mean with status? the KNX status on/off group address?

DonKanaille667 commented 6 months ago

Exactly, the status on the KNX buttons doesn't match.

So the status is filled out and works so far. But the fact remains that he does it wrong at the beginning. I then switch everything on and off again using the Hue app. Then it fits.

Supergiovane commented 6 months ago

Hi Sorry for bothering you will all the questions, but i need to understand the problem, to be able to offer a suitable solution. When you write "But the fact remains that he does it wrong at the beginning", do you refer to these 20 seconds you mentioned here https://github.com/Supergiovane/node-red-contrib-knx-ultimate/issues/312#issuecomment-1876882609 ?

DonKanaille667 commented 6 months ago

No problem. I'm happy if you help me. No, not in 20 seconds. This is the time it takes for the node to be up to date and synchronized with the bridge. The status remains incorrect until it has been switched on and off again.

DonKanaille667 commented 6 months ago

I restarted the note about 30 minutes ago. The status of the button is not correct. The picture shows what is written in the note. Dimmen 6

The lights are actually all off. (Except "Glasschrank")

Supergiovane commented 6 months ago

Hi, got it. node-red-contrib-knx-ultimate@2.2.40 is out. Please update it as soon as you see it in the palette, then tell me if the issue has been fixed. Thanks

DonKanaille667 commented 6 months ago

No, unfortunately not. It still is. Dimmen 7

Supergiovane commented 6 months ago

Hi don't care about the status of these nodes. If you watch the ETS log, you'll see the telegrams of the DPT 1.001 Switching Status group address, correctly set. Even if you put a KNX-Device node on your flow, having the GA equals to, for example, "light Glasschrank", you should see, that the status is correclty set.

I see you have some grouped light nodes. The DPT 1.001 Switching Status of these nodes, should also be correctly set.

DonKanaille667 commented 6 months ago

But it looks like he sets it incorrectly when starting. Dimmen 8

Supergiovane commented 6 months ago

Hi, this appears to be right:

Dimming_no_longer_possible_·_Issue__312_·_Supergiovane_node-red-contrib-knx-ultimate

Are you sure not to have other HUE Light nodes, having the same GA, or maybe the same GA used for DIM status and for other status, for example HUE Status?

Please search for 1/1/44 in the search box of node-red, and let me know.

DonKanaille667 commented 6 months ago

No other Hue node. No duplicate entries. 1/1/44 see picture: Dimmen 9

Supergiovane commented 6 months ago

Can you please export your node (having 1/1/44) and paste the code here? Please paste the code in the <> tags.

Dimming_no_longer_possible_·_Issue__312_·_Supergiovane_node-red-contrib-knx-ultimate
DonKanaille667 commented 6 months ago

[ { "id": "b7dd076aa4079bd7", "type": "knxUltimateHueLight", "z": "f6feae5492c2d00e", "server": "fc04a2643a2a6f84", "serverHue": "b6eb42fb2670e9ae", "name": "Light: Glasschrank (Device)", "nameLightSwitch": "Küche Glasschrank Licht schalten", "GALightSwitch": "1/1/40", "dptLightSwitch": "1.001", "nameLightState": "Status Küche Glasschrank Licht Ein/Aus", "GALightState": "1/1/43", "dptLightState": "1.011", "nameLightDIM": "Küche Glasschrank Licht Dimmen relativ", "GALightDIM": "1/1/41", "dptLightDIM": "3.007", "nameLightColor": "", "GALightColor": "", "dptLightColor": "", "nameLightColorState": "", "GALightColorState": "", "dptLightColorState": "", "nameLightHSV": "", "GALightHSV": "", "dptLightHSV": "", "nameLightHSVPercentage": "", "GALightHSVPercentage": "", "dptLightHSVPercentage": "", "nameLightHSVState": "", "GALightHSVState": "", "dptLightHSVState": "", "nameLightBrightness": "Küche Glasschrank Licht Dimmen absolut", "GALightBrightness": "1/1/42", "dptLightBrightness": "5.001", "nameLightBrightnessState": "Status Küche Glasschrank Licht Dimmwert", "GALightBrightnessState": "1/1/44", "dptLightBrightnessState": "5.001", "nameLightBlink": "", "GALightBlink": "", "dptLightBlink": "", "nameLightColorCycle": "", "GALightColorCycle": "", "dptLightColorCycle": "", "nameDaylightSensor": "", "GADaylightSensor": "", "dptDaylightSensor": "", "nameLightKelvin": "", "GALightKelvin": "", "dptLightKelvin": "", "nameLightKelvinState": "", "GALightKelvinState": "", "dptLightKelvinState": "", "specifySwitchOnBrightness": "no", "colorAtSwitchOnDayTime": "#ffffff", "enableDayNightLighting": "no", "colorAtSwitchOnNightTime": "#170400", "invertDayNight": false, "invertDimTunableWhiteDirection": false, "updateKNXBrightnessStatusOnHUEOnOff": "onhueoff", "dimSpeed": 5000, "minDimLevelLight": "5", "maxDimLevelLight": 100, "readStatusAtStartup": "yes", "outputs": 0, "inputs": 0, "hueDevice": "2c4ae844-adb8-4dc4-8292-6359d863c614#light", "x": 180, "y": 140, "wires": [] }, { "id": "fc04a2643a2a6f84", "type": "knxUltimate-config", "host": "192.168.178.104", "port": "3671", "physAddr": "1.0.244", "hostProtocol": "TunnelUDP", "suppressACKRequest": false, "csv": "\"Group name\"\t\"Address\"\t\"Central\"\t\"Unfiltered\"\t\"Description\"\t\"DatapointType\"\t\"Security\"\n\"Zentrahfunktion\"\t\"0/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zeit\"\t\"0/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Uhrzeit\"\t\"0/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-10-1\"\t\"Auto\"\n\"Datum\"\t\"0/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-11-1\"\t\"Auto\"\n\"Datum und Uhrzeit\"\t\"0/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-19-1\"\t\"Auto\"\n\"Umweltdaten\"\t\"0/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Helligkeit Ost\"\t\"0/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Helligkeit Süd\"\t\"0/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Helligkeit West\"\t\"0/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Dämmerung\"\t\"0/1/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Wind\"\t\"0/1/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-5\"\t\"Auto\"\n\"Außentemperatur Dach\"\t\"0/1/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Tag/Nacht Objekt Wetterstation\"\t\"0/1/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Windalarm\"\t\"0/1/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Tag/Nacht Objekt Taste\"\t\"0/1/8\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Zentral\"\t\"0/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Zentral Auf/Ab\"\t\"0/2/0\"\t\"\"\t\"\"\t\"Rollladen Zentral Auf/Ab\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Zentral Stop\"\t\"0/2/1\"\t\"\"\t\"\"\t\"Rollladen Zentral Stop\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Zentral\"\t\"0/2/3\"\t\"\"\t\"\"\t\"Status Rollladen Zentral\"\t\"DPST-5-1\"\t\"Auto\"\n\"TP-Link\"\t\"0/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"TP-Link Stehlampe\"\t\"0/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Keller\"\t\"0/3/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Küche\"\t\"0/3/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Hue\"\t\"0/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung\"\t\"0/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Sommer/Winter\"\t\"0/5/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Maximaler Raumsollwert\"\t\"0/5/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Heizung Betriebsartenumschaltung\"\t\"0/5/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"Status Heizung Betriebsartenumschaltung\"\t\"0/5/13\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizungsventil Zwangsstellung\"\t\"0/5/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht\"\t\"0/6/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht Wohnbereich schalten\"\t\"0/6/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht morgens\"\t\"0/6/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Ambientelicht schalten\"\t\"0/6/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Ambientelicht Dimmen relativ\"\t\"0/6/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Ambientelicht Dimmen absolut\"\t\"0/6/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Ambientelicht\"\t\"0/6/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Ambientelicht\"\t\"0/6/34\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie/Rollladen\"\t\"0/7/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Raffstore Wohnbereich Auf/Ab\"\t\"0/7/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Raffstore Wohnbereich Stop/Lamelle Auf/Zu\"\t\"0/7/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raffstore Wohnbereich absolute Position\"\t\"0/7/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Küche\"\t\"1/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"1/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"1/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Küche schalten\"\t\"1/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Küche Dimmen relativ\"\t\"1/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Küche Dimmen absolut\"\t\"1/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Küche \"\t\"1/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Küche \"\t\"1/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Küche Glasschrank Licht schalten\"\t\"1/1/40\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Küche Glasschrank Licht Dimmen relativ\"\t\"1/1/41\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Küche Glasschrank Licht Dimmen absolut\"\t\"1/1/42\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Status Küche Glasschrank Licht Ein/Aus\"\t\"1/1/43\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Küche Glasschrank Licht Dimmwert\"\t\"1/1/44\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Licht APL schalten\"\t\"1/1/50\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht APL Dimmen relativ\"\t\"1/1/51\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Licht APL Dimmen absolut\"\t\"1/1/52\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Licht APL\"\t\"1/1/53\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Licht APL\"\t\"1/1/54\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"1/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Küche Steckdose über Backofen schalten\"\t\"1/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Küche Steckdose über Backofen \"\t\"1/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Steckdose Küche über Backofen Stromwert\"\t\"1/2/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-12\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"1/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Raffstore Küche Auf/Ab\"\t\"1/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Raffstore Küche Stop/Lamelle Auf/Zu\"\t\"1/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status der Lamelle Küche\"\t\"1/3/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Raffstore Küche\"\t\"1/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"1/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Küche\"\t\"1/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Küche\"\t\"1/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Küche\"\t\"1/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Küche\"\t\"1/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Esszimmer\"\t\"2/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"2/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"2/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Esszimmer schalten\"\t\"2/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Esszimmer Dimmen relativ\"\t\"2/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Esszimmer Dimmen absolut\"\t\"2/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Esszimmer\"\t\"2/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Esszimmer\"\t\"2/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Esstisch schalten\"\t\"2/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Esstisch Dimmen relativ\"\t\"2/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Esstisch Dimmen absolut\"\t\"2/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Esstisch\"\t\"2/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Esstisch\"\t\"2/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Esstisch Zusatzleuchten schalten\"\t\"2/1/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Ein/Aus Esstisch Zusatzleuchten\"\t\"2/1/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Esszimmer Präsenzmelder Taste extern\"\t\"2/1/40\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Esszimmer Präsenzmelder Taste kurz\"\t\"2/1/41\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Esszimmer Präsenzmelder Taste Lang\"\t\"2/1/42\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Strom\"\t\"2/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Esszimmer Steckdose an Terassentür schalten\"\t\"2/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Esszimmer Steckdose an Terassentür\"\t\"2/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Esszimmer Steckdose an Kamin schalten\"\t\"2/2/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Esszimmer Steckdose an Kamin\"\t\"2/2/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"2/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Raffstore Terassentür links Auf/Ab\"\t\"2/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Raffstore Terassentür links Stop/Lamelle Auf/Zu\"\t\"2/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status der Lamelle Terassentür links \"\t\"2/3/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Raffstore Terassentür links \"\t\"2/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Raffstore Terassentür rechts Auf/Ab\"\t\"2/3/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Raffstore Terassentür rechts Stop/Lamelle Auf/Zu\"\t\"2/3/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status der Lamelle Terassentür rechts \"\t\"2/3/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Raffstore Terassentür rechts\"\t\"2/3/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Esszimmer West Auf/Ab\"\t\"2/3/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Esszimmer Stop\"\t\"2/3/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Esszimmer\"\t\"2/3/34\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Raffstore Schiebetür Auf/Ab\"\t\"2/3/41\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Raffstore Schiebetür Stop/Lamelle Auf/Zu\"\t\"2/3/42\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status der Lamelle Schiebetür \"\t\"2/3/43\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Raffstore Schiebetür\"\t\"2/3/44\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"2/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Esszimmer\"\t\"2/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Esszimmer\"\t\"2/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Esszimmer\"\t\"2/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Esszimmer\"\t\"2/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Wohnzimmer\"\t\"3/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"3/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"3/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Wohnzimmer schalten\"\t\"3/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wohnzimmer Dimmen relativ\"\t\"3/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Wohnzimmer Dimmen absolut\"\t\"3/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Wohnzimmer\"\t\"3/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Wohnzimmer\"\t\"3/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"3/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Wohnzimmer Steckdose an TV\"\t\"3/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Wohnzimmer Steckdose an TV\"\t\"3/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wohnzimmer Steckdose an Couch\"\t\"3/2/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Wohnzimmer Steckdose an Couch\"\t\"3/2/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"3/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Wohnzimmer Nord Auf/Ab\"\t\"3/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Wohnzimmer Nord Stop\"\t\"3/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Wohnzimmer Nord\"\t\"3/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"3/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Wohnzimmer\"\t\"3/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Wohnzimmer\"\t\"3/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Wohnzimmer\"\t\"3/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Wohnzimmer\"\t\"3/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Diele\"\t\"4/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"4/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"4/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Diele schalten\"\t\"4/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Diele Dimmen relativ\"\t\"4/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Diele Dimmen absolut\"\t\"4/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Diele\"\t\"4/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Diele\"\t\"4/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Kellertreppe schalten\"\t\"4/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Ein/Aus Kellertreppe\"\t\"4/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Taste kurz\"\t\"4/1/27\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Taste lang\"\t\"4/1/28\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Treppenstufenlicht schalten\"\t\"4/1/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Treppenstufenlicht\"\t\"4/1/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Strom\"\t\"4/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Diele Steckdose Tür/Treppe\"\t\"4/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Diele Steckdose Tür/Treppe\"\t\"4/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung\"\t\"4/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Diele\"\t\"4/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Diele\"\t\"4/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Diele\"\t\"4/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Diele\"\t\"4/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Gästebad\"\t\"5/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"5/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"5/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Gästebad schalten\"\t\"5/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Gästebad Dimmen relativ\"\t\"5/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Gästebad Dimmen absolut\"\t\"5/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Gästebad\"\t\"5/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Gästebad\"\t\"5/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"5/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Gästebad Steckdose Fenster\"\t\"5/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Gästebad Steckdose Fenster\"\t\"5/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Gästebad Handtuchheizkörper\"\t\"5/2/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Gästebad Handtuchheizkörper\"\t\"5/2/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"5/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Gästebad Nord Auf/Ab\"\t\"5/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Gästebad Nord Stop\"\t\"5/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Gästebad Nord\"\t\"5/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"5/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Gästebad\"\t\"5/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Gästebad\"\t\"5/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Gästebad\"\t\"5/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Bodentemeratur Gästebad\"\t\"5/4/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Gästebad\"\t\"5/4/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Gästezimmer\"\t\"6/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"6/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"6/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Gästezimmer schalten\"\t\"6/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Gästezimmer Dimmen relativ\"\t\"6/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Gästezimmer Dimmen absolut\"\t\"6/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Gästezimmer\"\t\"6/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Gästezimmer\"\t\"6/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Stehlampe Gästezimmer schalten\"\t\"6/1/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Stehlampe Gästezimmer Dimmen relativ\"\t\"6/1/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Stehlampe Gästezimmer Dimmen absolut\"\t\"6/1/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Stehlampe Gästezimmer\"\t\"6/1/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Stehlampe Gästezimmer\"\t\"6/1/34\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Schreibtisch Gästezimmer schalten\"\t\"6/1/40\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Schreibtisch Gästezimmer Dimmen relativ\"\t\"6/1/41\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Schreibtisch Gästezimmer Dimmen absolut\"\t\"6/1/42\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Stehlampe Schreibtisch\"\t\"6/1/43\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Stehlampe Schreibtisch\"\t\"6/1/44\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"6/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"6/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Gästezimmer Ost links Auf/Ab\"\t\"6/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Gästezimmer Ost links Stop\"\t\"6/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Gästezimmer Ost links\"\t\"6/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Gästezimmer Ost rechts Auf/Ab\"\t\"6/3/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Gästezimmer Ost rechts Stop\"\t\"6/3/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Gästezimmer Ost rechts \"\t\"6/3/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Raffstore Gästezimmer Tür Auf/Ab\"\t\"6/3/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Raffstore Gästezimmer Tür Stop/Lamelle Auf/Zu\"\t\"6/3/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status der Lamelle Gästezimmer Tür\"\t\"6/3/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Raffstore Gästezimmer Tür\"\t\"6/3/34\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Gästezimmer Ost Auf/Ab\"\t\"6/3/41\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Gästezimmer Ost Stop\"\t\"6/3/42\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Gästezimmer Ost\"\t\"6/3/43\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"6/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Gästezimmer\"\t\"6/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Gästezimmer\"\t\"6/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Gästezimmer\"\t\"6/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Gästezimmer\"\t\"6/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Schlafzimmer\"\t\"7/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"7/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Flur DG Licht schalten\"\t\"7/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Flur DG Licht dimmen\"\t\"7/0/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Flur DG Licht status\"\t\"7/0/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Flur DG dimmwert\"\t\"7/0/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Licht\"\t\"7/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Wandleuchten schalten\"\t\"7/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchten Dimmen relativ\"\t\"7/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Wandleuchte Dimmen absolut\"\t\"7/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Wandleuchte\"\t\"7/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Wandleuchte\"\t\"7/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Stehlampe Schlafzimmer schalten\"\t\"7/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Stehlampe Schlafzimmer Dimmen relativ\"\t\"7/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Stehlampe Schlafzimmer Dimmen absolut\"\t\"7/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Stehlampe Schlafzimmer\"\t\"7/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Stehlampe Schlafzimmer\"\t\"7/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"7/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Steckdose Bett Süd \"\t\"7/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose Bett Süd\"\t\"7/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Steckdose Bett Nord schalten\"\t\"7/2/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose Bett Nord\"\t\"7/2/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Steckdose West schalten\"\t\"7/2/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose West\"\t\"7/2/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"7/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Schlafzimmer Nord Auf/Ab\"\t\"7/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Schlafzimmer Nord Stop\"\t\"7/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Schlafzimmer Nord\"\t\"7/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Schlafzimmer Ost Auf/Ab\"\t\"7/3/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Schlafzimmer Ost Stop\"\t\"7/3/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Staus Rollladen Schlafzimmer Ost\"\t\"7/3/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"7/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Schlafzimmer\"\t\"7/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Schlafzimmer\"\t\"7/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Schlafzimmer\"\t\"7/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Schlafzimmer\"\t\"7/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Ankleide\"\t\"8/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"8/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"8/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Deckenleuchte schalten\"\t\"8/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Deckenleuchte Dimmen relativ\"\t\"8/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Deckenleuchte Dimmen absolut\"\t\"8/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Deckenleuchte \"\t\"8/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Deckenleuchte \"\t\"8/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"8/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung\"\t\"8/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Ankleide\"\t\"8/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Ankleide\"\t\"8/4/2\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Raumsollwert Ankleide\"\t\"8/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Ankleide\"\t\"8/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Badezimmer\"\t\"9/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"9/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Präsenz\"\t\"9/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht\"\t\"9/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Deckenleuchten schalten\"\t\"9/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Deckenleuchten Dimmen relativ\"\t\"9/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Deckenleuchten Dimmen absolut\"\t\"9/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Deckenleuchten\"\t\"9/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Deckenleuchten\"\t\"9/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Deckenleuchten schalten PM\"\t\"9/1/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchten schalten\"\t\"9/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchten Dimmen relativ\"\t\"9/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Wandleuchte Dimmen absolut\"\t\"9/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Wandleuchte\"\t\"9/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Wandleuchte\"\t\"9/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Wandleuchte schalten PM\"\t\"9/1/25\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"PM Melder Kanal 1 kurz\"\t\"9/1/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"PM Melder Kanal 1 lang\"\t\"9/1/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"PM Melder Kanal 1 sperren\"\t\"9/1/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"PM Melder Kanal 2 kurz\"\t\"9/1/35\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"PM Melder Kanal 2 sperren\"\t\"9/1/36\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-3\"\t\"Auto\"\n\"PM Melder Kanal 2 lang\"\t\"9/1/37\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Strom\"\t\"9/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Steckdose Heizkörper schalten\"\t\"9/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose Heizkörper \"\t\"9/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"9/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Badezimmer Süd Auf/Ab\"\t\"9/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Badezimmer Süd Stop\"\t\"9/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Badezimmer Süd\"\t\"9/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Badezimmer Ost Auf/Ab\"\t\"9/3/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Badezimmer Ost Stop\"\t\"9/3/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Badezimmer Ost\"\t\"9/3/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"9/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Bad DG\"\t\"9/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Bad DG\"\t\"9/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Bad DG\"\t\"9/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Bad DG\"\t\"9/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Stellwert HK2 Bad DG\"\t\"9/4/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Bodentemperatur Bad DG\"\t\"9/4/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Büro\"\t\"10/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"10/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"10/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Deckenleuchte Büro DG schalten\"\t\"10/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Deckenleuchte Büro DG\"\t\"10/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchte Büro DG schalten\"\t\"10/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Wandleuchte Büro DG\"\t\"10/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Strom\"\t\"10/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"10/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Büro Süd Auf/Ab\"\t\"10/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Büro Süd Stop\"\t\"10/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Büro Süd\"\t\"10/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Dachfesnter Zu/Auf\"\t\"10/3/20\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Dachfesnter Status\"\t\"10/3/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Dachfenster Prozent\"\t\"10/3/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"10/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Büro DG\"\t\"10/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Büro DG\"\t\"10/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Büro DG\"\t\"10/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Büro DG\"\t\"10/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Dachfenster\"\t\"10/6/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Dachfenster Zu/Auf\"\t\"10/6/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Dachfenster Status\"\t\"10/6/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Dachfenster Prozent\"\t\"10/6/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Kinderzimmer 1\"\t\"11/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"11/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"11/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Deckenleuchte Kinderzimmer 1 schalten\"\t\"11/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Deckenleuchte Kinderzimmer 1\"\t\"11/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchten schalten\"\t\"11/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchten Dimmen relativ\"\t\"11/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Wandleuchte Dimmen absolut\"\t\"11/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Wandleuchte\"\t\"11/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Wandleuchte\"\t\"11/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Stehlampe Felix schalten\"\t\"11/1/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Stehlampe Felix Dimmen relativ\"\t\"11/1/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Stehlampe Felix Dimmen absolut\"\t\"11/1/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Stehlampe Felix\"\t\"11/1/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Stehlampe Felix\"\t\"11/1/34\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"11/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Steckdose Süd Kind 1 schalten\"\t\"11/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose Süd Kind 1 \"\t\"11/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Steckdose Nord Kind 1 schalten\"\t\"11/2/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose Nord Kind 1\"\t\"11/2/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"11/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Kinderzimmer 1 Süd Auf/Ab\"\t\"11/3/11\"\t\"\"\t\"\"\t\"Rollladen Süd\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Kinderzimmer 1 Süd Stop\"\t\"11/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Kinderzimmer 1 Süd\"\t\"11/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Kinderzimmer 1 West Auf/Ab\"\t\"11/3/21\"\t\"\"\t\"\"\t\"Rollladen West\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Kinderzimmer 1 West Stop\"\t\"11/3/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Kinderzimmer 1 West\"\t\"11/3/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"11/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Kind 1\"\t\"11/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Kind 1\"\t\"11/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Kind 1\"\t\"11/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Kind 1\"\t\"11/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Kinderzimmer 2\"\t\"12/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"12/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"12/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Deckenleuchte Kinderzimmer 2 schalten\"\t\"12/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Deckenleuchte Kinderzimmer 2\"\t\"12/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchten schalten\"\t\"12/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wandleuchten Dimmen relativ\"\t\"12/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Wandleuchte Dimmen absolut\"\t\"12/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Wandleuchte\"\t\"12/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Wandleuchte\"\t\"12/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Stehlampe Leon schalten\"\t\"12/1/30\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Stehlampe Leon Dimmen relativ\"\t\"12/1/31\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Stehlampe Leon Dimmen absolut\"\t\"12/1/32\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Stehlampe Leon\"\t\"12/1/33\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Stehlampe Leon\"\t\"12/1/34\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"12/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Steckdose Süd Kind 2 schalten\"\t\"12/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose Süd Kind 2\"\t\"12/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Steckdose Nord Kind 2 schalten\"\t\"12/2/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Steckdose Nord Kind 2\"\t\"12/2/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rollladen/Raffstore\"\t\"12/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Rollladen Kinderzimmer 2 West Auf/Ab\"\t\"12/3/11\"\t\"\"\t\"\"\t\"Rollladen Süd\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Kinderzimmer 2 West Stop\"\t\"12/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Kinderzimmer 2 West\"\t\"12/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Rollladen Kinderzimmer 2 Nord Auf/Ab\"\t\"12/3/21\"\t\"\"\t\"\"\t\"Rollladen West\"\t\"DPST-1-8\"\t\"Auto\"\n\"Rollladen Kinderzimmer 2 Nord Stop\"\t\"12/3/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Status Rollladen Kinderzimmer 2 Nord\"\t\"12/3/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"12/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temperatur Messwert Kind 2\"\t\"12/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Sollwertverschiebung Kind 2\"\t\"12/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Raumsollwert Kind 2\"\t\"12/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Status Stellwert Kind 2\"\t\"12/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Flur DG\"\t\"13/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"13/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"13/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Master Slave\"\t\"13/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Flur DG Licht schalten\"\t\"13/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Flur DG Dimmen relativ\"\t\"13/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Flur DG Dimmen absolut\"\t\"13/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Flur DG\"\t\"13/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Status Dimmwert Flur DG\"\t\"13/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Flur DG Uhrzeitabhängiges Dimmen Sc\"\t\"13/1/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Flur DG Uhrzeitabhängiges Dimmen St\"\t\"13/1/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Treppenleuchte Decke schalten\"\t\"13/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Treppenleuchte Decke Dimmen relativ\"\t\"13/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Treppenleuchte Decke Dimmen absolut\"\t\"13/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Status Ein/Aus Treppenleuchte Decke\"\t\"13/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Dimmwert Treppenleuchte Decke\"\t\"13/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Strom\"\t\"13/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Keller\"\t\"14/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"14/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"14/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Kellerlicht schalten\"\t\"14/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPT-1\"\t\"Auto\"\n\"Status Kellerlicht Ein/Aus\"\t\"14/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Strom\"\t\"14/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung\"\t\"14/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Maxiamler Raumsollwert\"\t\"14/4/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Warmwasser\"\t\"14/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Brauchwassertemperatur Istwert\"\t\"14/5/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Brauchwasser sofort starten\"\t\"14/5/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Solar\"\t\"14/6/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Kollektortemperatur\"\t\"14/6/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Außenbereich\"\t\"16/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentralfunktion\"\t\"16/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht\"\t\"16/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht Haustür schalten\"\t\"16/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Ein/Aus Licht Haustür \"\t\"16/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Außen Süd/West schalten\"\t\"16/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Ein/Aus Licht Außen Süd/West\"\t\"16/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Strom\"\t\"16/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Außensteckdose Süd Gästezimmer schalten\"\t\"16/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Außensteckdose Süd Gästezimmer \"\t\"16/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Außensteckdose Süd Küche schalten\"\t\"16/2/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Status Außensteckdose Süd Küche\"\t\"16/2/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"", "KNXEthInterface": "Auto", "KNXEthInterfaceManuallyInput": "", "stopETSImportIfNoDatapoint": "fake", "loglevel": "error", "name": "KNX Gateway", "localEchoInTunneling": true, "delaybetweentelegrams": "50", "delaybetweentelegramsfurtherdelayREAD": "1", "ignoreTelegramsWithRepeatedFlag": false, "autoReconnect": "yes" }, { "id": "b6eb42fb2670e9ae", "type": "hue-config", "host": "192.168.178.75", "name": "Hue Bridge", "bridgeid": "001788FFFE7F98EE" } ]

DonKanaille667 commented 6 months ago

I hope it's right.

Supergiovane commented 6 months ago

Hi Don yes it's right and i see nothings wrong with it. I'm a little bit confused, because my nodes are working flawlessy. No doubled 5.001 values. What happen if you disable the "Light: Glasschrank (Device)" node, by doing this and restart node-red?

Node-RED___Hue

this?

DonKanaille667 commented 6 months ago

disabled Dimmen 10

activated Dimmen 11

Supergiovane commented 6 months ago

Hi Got it! Thank you for the screenshots. An update will be out shortly...

Supergiovane commented 6 months ago

Hi could you try please the version 2.3.0 and give me the confirmation that is now all fixed? Thanks.

DonKanaille667 commented 6 months ago

Status and dimming now works perfectly. But now some lamps have different options gone. Here as an example Dim/Brightness. For other Tunable White,...

Dimmen 12

Supergiovane commented 6 months ago

Ok i’ll take a look

Supergiovane commented 6 months ago

Hi Can you please delete your browser’s cookies or use “incognito” mode to access node red and see if it solve the issue? If unsuccesful, try to type in the light’s name again. This will call the backend service to enable/disable the tabs.

DonKanaille667 commented 6 months ago

Did not help. Cookies deleted, incognito mode, re-enter name.

DonKanaille667 commented 6 months ago

But we can still walk beforehand. So dim also works.

Supergiovane commented 6 months ago

Tomorrow i’ll check. My nodes are working fine, there should be some hiccups i need to investigate into.

Supergiovane commented 6 months ago

Good morning. What type of lamp is the "Light: Gästezimmer Stehlampe Color (Device)" ?

DonKanaille667 commented 6 months ago

Good Morning. Hue Color.

Supergiovane commented 6 months ago

Hi part of the GUI is disabled by the code, based on the HUE light capabilities (for example, when the lamp cannot be dimmed, the "DIM/Brightness" section of the GUI is disabled). Your HUE Color light should be dimmable and i cannot understand why, your "DIM/Brightness" tab is disabled. This is driving me crazy. Another user had a similar issue and it has been solved by simply wipe the cookies.

Supergiovane commented 6 months ago

Halo, bitte die Version 2.3.2 prüfen. Danke.

DonKanaille667 commented 6 months ago

Unfortunately no improvement.