Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christian1980nrw authored Sep 27, 2023
1 parent 77fa055 commit fb7df73
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,17 @@ For instructions on accessing the Venus OS, please refer to [https://www.victron

The Screenshot is showing the configuration of automated charging during user defined times. Deactivated by default, may be temporarily activated by the script.

- If you're using another OS:
- Instructions to install the Spotmarket-Switcher on a Windows 10 or 11 system for testing:

- launch `cmd.exe` as Administrator
- Enter `wsl --install -d Debian`
- Enter a new username like `admin`
- Enter a new password
- Enter `sudo su` and type your password
- Enter `apt-get update && apt-get install wget curl`
- Continue with the Linux description below

- If you're using a Linux-System like Ubuntu or Debian:
- Copy the shell script (`controller.sh`) to a custom location and adjust the variables according to your needs.
- Create a crontab or another scheduling method to run this script at the start of each hour.
- Sample Crontab:
Expand Down

0 comments on commit fb7df73

Please sign in to comment.