BoschSmartHome / bosch-shc-api-docs

Bosch Smart Home Controller Local REST API
Other
208 stars 44 forks source link

Use BSH API to supply PV Generation measurements and Battery Usage from currently not supported inverters for Energiemanager #78

Closed Vippis2000 closed 3 months ago

Vippis2000 commented 1 year ago

Hi, I have a Bosch Compress 7000iAW heat pump, a Senec Home V3 Hybrid Duo Solar Inverter/Battery System and want to use the Bosch Energiemanager to control the heat pump according to PV Generation. The only thing that stops me is the investment in measurement devices, because my Senec System is currently not supported by BSH controller (only Fronius as far as I know).

Because Senec has a built-in webserver you can easily read the mearesuments from its own solar inverter and battery inverter.

Refer to this project by Georg Ladermann: https://solectrus.de/

So my idea is to get the measurent from Senec using their API, and use this BSHC API to deliver the measurements to the SH Controller, so he can do the control. I think the software can run on a RasperryPi or similar.

Do you think this is possible? Can you give me some hints where to start?

Best regards Alex