python-e3dc
python-e3dc copied to clipboard
Python API for querying E3/DC systems through the manufacturer's portal
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...
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.
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...
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 !...
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...
It is possible to expand the dictionary with the additional external power?
Hey folks, do you know of any possibility to get the wallbox history data, that can be seen in the online portal?  Thanks for your help! Max
further improve #48 and #56: - [x] improve docstrings - [x] E741 - [x] F601 - [ ] E722 - [ ] error handling
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...