ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
491 stars 53 forks source link

Home Connect Smart Start #379

Closed stephanlarsson closed 3 weeks ago

stephanlarsson commented 2 months ago

Homeconnect has added an official smart start functionality based on emissions or, crucially, tariff price. It would be amazing by if this could be assed to the home connect alt integration. Allowing it to be toggled on and off as needed by the user (sometimes you just want the machine to run immediately, regardless of price).

thanks in advance.

ekutner commented 2 months ago

People have been using the integration to do exactly that, using automation, for a very long time, so in that regard it's already possible. When you say they added official support for it, what do you mean and where do you see it? I took a quick look at the API documentation and didn't see any new APIs to configure tariffs, so it might be just logic they added to the mobile app which does the same thing the above mentioned automations do.

stephanlarsson commented 2 months ago

IMG_1520 IMG_1521

ekutner commented 2 months ago

I guess it's logic in the app itself. As I mentioned a lot of people are doing it with the integration using HA automations. You can search the issue and forum for some examples. Since you don't have to implement a generic system but just something that works for your specific low tariff it's pretty straight forward to do.

ghuser238490 commented 1 month ago

Hi @stephanlarsson , BSH gets this energy data from Fraunhofer Energy-Charts. They provide a public API which serves local energy data (including forecasts) from many european countries, including Sweden. Using the RESTful Integration in Home Assistant you will be able to create your own automation: https://api.energy-charts.info

ekutner commented 3 weeks ago

Closing because this is not going to be implemented directly by the integration but can be done using automation.