mstv / e3dc_control

Control E3DC wallbox and battery charging via RSCP (using pye3dc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E3DC Control

Control the charging of an E3DC system (wallbox and battery) via RSCP (using pye3dc)

Configuration

  • Move and rename the folder control/_config/e3dc_config.sample/ to ../e3dc_config/ so that e3dc_config is at the same level as the checked repo
  • Enter the IP address, the user password and the RSCP secret of your E3DC in e3dc_config/e3dc_config.py
  • Adapt the settings in control/_config/config.py

Get info from the E3DC

  • Run python -u 'control/main.py' --verbose --num-loops=1 --info

Control the E3DC

  • Run python -u 'control/main.py' --dry-run
  • Control the charging strategy during runtime by editing e3dc_config/e3dc_directives.yaml

Kudos

Many thanks go to

who enabled the development of this control script.

About

Control E3DC wallbox and battery charging via RSCP (using pye3dc)

License:MIT License


Languages

Language:Python 99.1%Language:Batchfile 0.9%