Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heizprofil als Klarnamen #437

Open
bambi-arch opened this issue Mar 20, 2023 · 3 comments
Open

Heizprofil als Klarnamen #437

bambi-arch opened this issue Mar 20, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@bambi-arch
Copy link

bambi-arch commented Mar 20, 2023

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 bambi-arch changed the title Heizprofil als Klarnnahmen Heizprofil als Klarnnamen Mar 20, 2023
@bambi-arch bambi-arch changed the title Heizprofil als Klarnnamen Heizprofil als Klarnamen Mar 20, 2023
@Apollon77 Apollon77 added the enhancement New feature or request label Mar 20, 2023
@Apollon77
Copy link
Member

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

@bambi-arch
Copy link
Author

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

@RP70DP
Copy link

RP70DP commented Apr 2, 2023

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" },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants