python-e3dc icon indicating copy to clipboard operation
python-e3dc copied to clipboard

Python API for querying E3/DC systems through the manufacturer's portal

Results 31 python-e3dc issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/fsantini/python-e3dc/issues/102

In the documentation it says: ``` ... "installedBatteryCapacity": , ... ``` Battery capacities are never measured in W, it should be Wh, kWh or Ah. My system reports ``` get_system_info():...

A number of fixes done for my HA integration to work cleanly. fixes #73: - S10E Serial number detection did not work, a missing elif masked the corresponding check -...

bug
enhancement

If you have a second inverter attached to your E3DC you can read the current value vom "production/add" in the current release. But for the day statistics the db_day() method...

Hello, first I want to say a big thank you for this phantastic library! Since I integrated this library for logging purposes during this summer I always wondered why the...

I did a few fixes for my HA integration of E3DC RSCP: - S10E Serial number detection did not work, a missing elif masked the corresponding check - A few...

bug

I tried to write the value for Emergency-Power-Reserve via RSCP to my E3DC Reading the value works fine. But if I try to write, I always get NULL back and...

I saw in recent issues that the websocket adress was changed because the connection was no longer working. I am also timing out on connection attempts using both websockets wss://s10.e3dc.com/ws...

Hi:) There is a popular python library ```briefcase```. You can make all Sort of Apps with python code based on this library. Today I tried to make an Android app:...

I am adding the Wallbox features to [hacs-e3dc](https://github.com/torbennehmer/hacs-e3dc). I'd like to determine the wallbox type / model in order to provide only the relevant sensors / actors (e.g. only the...