-
Notifications
You must be signed in to change notification settings - Fork 7
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
Calendar Functionality #90
Comments
Would be great if this could somehow be integrated. "Add calendar event" action or something similiar? The thermia online calendar doesn't support schedules (At least for me it doesn't, even if the heat pump itself does), so having an action which I could call and set EVU mode for certain high-cost hours would be fantastic for implementing spot price controlled heating to these "dumb units". |
To add some context how the (classic) api works for these: Supported calendar actions: Response:
Setting new schedule:
Response:
List current schedules:
|
As of now i have done this:
Then an automation with the binary sensor as trigger. When the binary sensor turns On (expensive hour is On) I call the action to turn the switch for hot water Off. When the binary sensor turns Off (expensive hour is Off) I call the action to turn the switch for hot water On. |
Noticed that there is a calendar functionality available in the Thermia Online app. Here you can set different tasks, ex block production of hot water during specific times.
Wold it be possible to add this to the integration @klejejs ?
The text was updated successfully, but these errors were encountered: