ioBroker.hmip icon indicating copy to clipboard operation
ioBroker.hmip copied to clipboard

Heizprofil als Klarnamen

Open bambi-arch opened this issue 1 year ago • 3 comments

Hallo! Besteht die Möglichkeit einen zusätzlichen DP zum bestehenden Profil mit dem Klarnamen wie in der App anzuzeigen? Danke im Voraus Bildschirmfoto 2023-03-20 um 09 58 17 Bildschirmfoto 2023-03-20 um 10 02 35

bambi-arch avatar Mar 20 '23 09:03 bambi-arch

Müsste man mal rausfinden wo man das Mapping herbekommt ...

Apollon77 avatar Mar 20 '23 10:03 Apollon77

Würde gerne helfen! Gibt es eine Dokumentation von eq3 , die man nachlesen kann?

bambi-arch avatar Mar 22 '23 18:03 bambi-arch

Hier mal die Struktur einer Heizgruppe mit der REST-API. Die Namen werden durch die Cloud übermittelt (Sommer, Winter): }, "bbb94838-418b-445a-a765-876a023dac28": { "activeProfile": "PROFILE_2", "actualTemperature": 21.1, "boostAllowed": true, "boostDuration": 5, "boostMode": false, "channels": [ { "channelIndex": 1, "deviceId": "3014F***" }, { "channelIndex": 1, "deviceId": "3014F***" }, { "channelIndex": 1, "deviceId": "3014F***" }, { "channelIndex": 1, "deviceId": "3014F***" }, { "channelIndex": 1, "deviceId": "3014F***" } ], "controlMode": "AUTOMATIC", "controllable": true, "cooling": false, "coolingAllowed": false, "coolingIgnored": false, "dutyCycle": false, "ecoAllowed": true, "ecoIgnored": false, "externalClockCoolingTemperature": 23.0, "externalClockEnabled": false, "externalClockHeatingTemperature": 19.0, "floorHeatingMode": "FLOOR_HEATING_STANDARD", "heatingFailureSupported": true, "homeId": "1eb9ee9e-13f5-4e98-a4d2-e44d8dbee5ab", "humidity": 57, "humidityLimitEnabled": true, "humidityLimitPreEnabled": true, "humidityLimitPreValue": 60, "humidityLimitValue": 60, "humidityLimiterAlarm": null, "humidityLimiterPreAlarm": null, "id": "bbb94838-418b-445a-a765-876a023dac28", "label": "Erdgeschoss Diele", "lastSetPointReachedTimestamp": 1663350740589, "lastSetPointUpdatedTimestamp": 1663350740589, "lastStatusUpdate": 1663350740589, "lowBat": false, "maxTemperature": 30.0, "metaGroupId": "e789461a-8485-4475-bfcf-8cbc8cdfac5a", "minTemperature": 5.0, "partyMode": false, "processing": null, "profiles": { "PROFILE_1": { "enabled": true, "groupId": "bbb94838-418b-445a-a765-876a023dac28", "index": "PROFILE_1", "name": "Winter", "profileId": "194f7989-bd2e-4c39-a1cd-420eb994f90a", "visible": true }, "PROFILE_2": { "enabled": true, "groupId": "bbb94838-418b-445a-a765-876a023dac28", "index": "PROFILE_2", "name": "Sommer", "profileId": "72b64472-6dd7-4891-86a7-168e9ecfe587", "visible": true }, "PROFILE_3": { "enabled": true, "groupId": "bbb94838-418b-445a-a765-876a023dac28", "index": "PROFILE_3", "name": "", "profileId": "f4423d3b-60e8-474f-837c-7001ab5ddb73", "visible": false }, "PROFILE_4": { "enabled": true, "groupId": "bbb94838-418b-445a-a765-876a023dac28", "index": "PROFILE_4", "name": "", "profileId": "4161b7da-464e-432c-b030-6864daf54d50", "visible": true }, "PROFILE_5": { "enabled": true, "groupId": "bbb94838-418b-445a-a765-876a023dac28", "index": "PROFILE_5", "name": "", "profileId": "bbebeee2-637b-4efb-81b4-558b7e5f2ae2", "visible": true }, "PROFILE_6": { "enabled": true, "groupId": "bbb94838-418b-445a-a765-876a023dac28", "index": "PROFILE_6", "name": "", "profileId": "ec9f7612-0d10-40e9-8f9b-9144d369cfd6", "visible": false } }, "sabotage": false, "setPointTemperature": 12.0, "supportedOptionalFeatures": { "IOptionalFeatureHumidityLimitPre": false, "IOptionalFeatureSwitchClimateFunction": false }, "switchClimateFunction": "THERMOSTAT", "type": "HEATING", "unreach": false, "valvePosition": 0.0, "valveSilentModeEnabled": true, "valveSilentModeSupported": true, "ventilationState": null, "windowOpenTemperature": 12.0, "windowState": "CLOSED" },

RP70DP avatar Apr 02 '23 18:04 RP70DP