Kleinrotti / py-senertec

Senertec energy system gen2 interface.
MIT License
2 stars 1 forks source link

Add source of API documentation used by the python lib #14

Closed mulles closed 3 months ago

mulles commented 3 months ago

Did you reverse engineer something or is there documentation about the websocket (wss://dachsconnect.senertec.com/ws) used within the lib? Do you use an official API provided by senerectec for https://dachsconnect.senertec.com/) ?

I am currently developing a programm which calculated how much money you will get per month from grid provider, based on energy prices on EPEX energy exchange and production scrapped with help of selenium python lib from dachsportal.senertec.com.

The programm will be publised under open source software soon and maybe I can use a defined API instead of scrapping from a web page?

Kleinrotti commented 3 months ago

Unfortunately there is no official API available from Senertec. I had to "reverse engineer" it.

mulles commented 3 months ago

Good Job :) I will close this issue now :)