tschamm / boschshc-hass

Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.
Other
172 stars 27 forks source link

sync HA schedule with Bosch schedule #74

Open cOOnStar opened 1 year ago

cOOnStar commented 1 year ago

is it possible to synchronize the Home assistant timetable with the Bosch smart home timetables of the thermostats?

Greetings Cavin

tschamm commented 1 year ago

Hi @cOOnStar, basically you can read and modify the Bosch smart home timetables via the API. However this is not yet added as a feature here, because I was a bit clueless on how to bring this into HA. AFAIK, HA does not have a timetable entity and using e.g. attributes is maybe not done properly. Are you aware of other devices allowing timetable control?

tschamm commented 1 year ago

Hi @cOOnStar, can you describe what you mean with Home assistant timetable, that would help a lot. Thanks!

cOOnStar commented 1 year ago

Hi @tschamm, i meant whether it is somehow possible with the HA's integrated schedule to synchronize the heating times of the thermostats. That e.g. at selected times the heating temperature is selected and outside of the Times the cooling temperature

e.g.: 2

tschamm commented 1 year ago

I wasn't aware of the schedule / calendar entity. This maybe will take some time, as the backend (3rd party library) has no support of setting the schedule yet...