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

API Change in PUT RoomClimateControl/state? #116

Open
HeatingFromHell opened this issue Nov 21, 2024 · 1 comment
Open

API Change in PUT RoomClimateControl/state? #116

HeatingFromHell opened this issue Nov 21, 2024 · 1 comment

Comments

@HeatingFromHell
Copy link

Hi,
something must have changed in the API since last year for
/devices/roomClimateControl_hz_xx/services/RoomClimateControl/state

I'm now on API Version 3.14 and it is not possible anymore to set

  • setpointTemperatureForLevelComfort
  • setpointTemperatureForLevelEco
  • schedule
  1. I can't find a changelog for these things, is there any?
  2. Is it possible to change these 3 settings otherwise by API?

e.g.
URL: /devices/roomClimateControl_hz_xx/services/RoomClimateControl/state

WORKING

{"@type":"climateControlState","setpointTemperature":22}

NOT WORKING (HTTP Status Code: 500)

{"@type":"climateControlState","setpointTemperatureForLevelComfort":24}

NOT WORKING (HTTP Status Code: 500)

{
"@type": "climateControlState",
"schedule": {
"profiles": [
{
"day": "MONDAY",
"switchPoints": []
},
{
"day": "TUESDAY",
"switchPoints": []
},
{
"day": "WEDNESDAY",
"switchPoints": []
},
{
"day": "THURSDAY",
"switchPoints": [
{
"startTimeMinutes": 0,
"value": {
"@type": "temperatureLevelSwitchPointValue",
"temperatureLevel": "ECO"
}
},
{
"startTimeMinutes": 360,
"value": {
"@type": "temperatureLevelSwitchPointValue",
"temperatureLevel": "COMFORT"
}
},
{
"startTimeMinutes": 1080,
"value": {
"@type": "temperatureLevelSwitchPointValue",
"temperatureLevel": "ECO"
}
}
]
},
{
"day": "FRIDAY",
"switchPoints": []
},
{
"day": "SATURDAY",
"switchPoints": []
},
{
"day": "SUNDAY",
"switchPoints": []
}
]
}
}

@sebastianharder
Copy link
Contributor

sebastianharder commented Nov 21, 2024

Hi @HeatingFromHell,

I cannot provide you the whole details at the moment, but after the new schedule UI was implemented, there are no "ECO" or "COMFORT" temperatures anymore, because the schedule allows more than two temperatures now.

I hope to find the time, to update the documentation in the near future.

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

No branches or pull requests

2 participants