Optimize your electricity cost by timed charging. Needs Fronius Gen24 + Tibber.
10K+
Preconditions
Preparations
get your Tibber API Key (not required if you use aWattar) https://developer.tibber.com/settings/access-token
check the credentials for your Fronius inverter
mkdir config cd config
prepare your batcontrol_config.yaml file and save in the config folder:
general: timezone: Europe/Berlin battery_control: min_price_difference: 0.05 always_allow_discharge_limit: 0.90 max_charging_from_grid_limit: 0.90 inverter: type: fronius_gen24 address: 192.168.0.12 user: customer password: YOUR-PASSWORD utility: type: tibber #awattar_at (Austria) or awattar_de (Germany) apikey: Zz-YOUR-API-KEY #only required for Tibber vat: 0.20 # only required for awattar fees: 0.015 # only required for awattar markup: 0.03 # only required for awattar
pvinstallations:
OPTIONAL: prepare your my_load_profile.csv and save in the config folder
month,weekday,hour,energy 1,0,0,145.54510576781507 1,0,1,183.67301513195918 1,0,2,152.02028529509425 1,0,3,169.20770270795185 ... 12,6,20,392.5735622959363 12,6,21,309.084342178644 12,6,22,242.8646060568024 12,6,23,265.1902063901746
Total 2016 line items: 12 months * 7 weekdays * 24 hours
docker pull muexx/batcontrol docker run -d -v /PATH/TO/config:/batcontrol/config muexx/batcontrol
Content type
Image
Digest
sha256:3f6266f42…
Size
70 MB
Last updated
4 months ago
docker pull muexx/batcontrol