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 26 python-e3dc issues
Sort by recently updated
recently updated
newest added

This PR will enable the library to interact with the wallbox as known from the wallbox page on the web portal. - [X ] Decide on the start/stop/toggle behavior **This...

enhancement

I have 2 power meter installed. How do I read the status of each of them? I do not find the correct tags in _rscptags.

help wanted

Tries to solve issue #17. Before this PR, when a user passes a wrong RSCP key, an exception is thrown that is hard to understand and does not lead to...

enhancement

Hi, Trying to get this running against a S10 Pro. Not sure if this is a problem with my system, or the module. Any tip would be greatly appreciated !...

enhancement

Hi, do you think, it's possible to implement a simple SET function for the E3DC Wallbox smart connect for starting and stopping the charging-process? In the S10 Webportal can i...

enhancement

It is possible to expand the dictionary with the additional external power?

enhancement

Hey folks, do you know of any possibility to get the wallbox history data, that can be seen in the online portal? ![image](https://user-images.githubusercontent.com/30362954/149301425-502c4033-f2ec-4256-a4a8-1b8773324087.png) Thanks for your help! Max

enhancement

further improve #48 and #56: - [x] improve docstrings - [x] E741 - [x] F601 - [ ] E722 - [ ] error handling

enhancement

I have been using python-e3dc with the web connection to get some data out of e3dc reliable for ca 1.5 year. suddently, in the last few months, the webconnection functionalities...

By polling the battery data, the voltage of each cell is requested: https://github.com/fsantini/python-e3dc/blob/75d3d41f80c4284cfd78d99836850dda73074cd6/e3dc/_e3dc.py#L1275-L1284 When processing the request, for some reason, `BAT_DCB_NR_SERIES_CELL` is 0, skipping the loop and returning an empty...