python-e3dc
python-e3dc copied to clipboard
Python API for querying E3/DC systems through the manufacturer's portal
Hi @fsantini, one of my HomeAssistant Users is receiving `e3dc._e3dc_rscp_local.CommunicationError: UNKNOWN` errors and I've no idea how to further narrow it down. You can find the complete logs and stackdumps...
For my S10X the test suite crashes when trying to read the temperatures. Apparently the "BAT_DCB_NR_SENSOR" tag results in it thinking there are 35 sensors, but the actual array only...
I tried to get the values of my E3DC S10E via e3dc_obj.get_powermeter_data() method, however the values seem to be completely off. **I have to powermeters:** - index 0 = grid...
Sorry for not sending a PR, not working on a computer set up for git etc. 1. _e3dc.py line 462: `if idlePeriodsRaw[0] != RscpTag.EMS_GET_IDLE_PERIODS:` Looks like the first value in...
Hello, I am using the [hacs-e3dc](https://github.com/torbennehmer/hacs-e3dc) When using several E3DC home power stations in farming mode, one device is the master and the connection must be made on port 5034...
For 2 years I used an initial local version of a small command line wrapper for the famous python-e3dc libary within my Node-RED home-automation. Now it was time to make...
Adds support for E3/DC's Dynamic Power Pricing feature, enabling battery charging optimization based on dynamic electricity prices. ### Changes - `get_dpp_data()` - Read current DPP status and configuration (enabled, price...
I used to be able to get E3DC data through the web endpoint until a few weeks ago, before my home server went down. Now, the same code that used...
If your are using this lib with in async and parallel calls some requests fails because they cannot connect correctly ans fails with "Max retries reached"-SendError exception. I implement a...
Hi, I'm running an E3/DC S10E, pye3dc 0.9.2 and e3dc_to_mqtt 0.0.19. Periodically, I get exceptions: ``` 2025-10-05 20:59:16:ERROR: exception in main loop Traceback (most recent call last): File "/usr/local/e3dc/e3dc_to_mqtt/e3dc_to_mqtt_base.py", line...