e3dc easy connect wallbox use key to enable / disable charging #12859
creatronics-de
started this conversation in
Lösungen
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to be able to use the key to switch between pv and off so I did some work:
first there is the file e3dcKeyCheck.sh
replace xxx with the ip of your wallbox and yyy with the ip of your evcc
copy the file e3dcKeyCheck.sh to /home/pi/scripte
e3dckey.service copy to /etc/systemd/system:
e3dckey.timer copy to /etc/systemd/system:
run
sudo systemctl enable e3dckey.timer
to activate it
every thirty seconds, the key is checked and if in position 0, it is turned off.
once turned on, the system will only set the mode to pv once so you can change it afterwards to something different.
have fun!
Beta Was this translation helpful? Give feedback.
All reactions