Skip to content

Commit 0394074

Browse files
committed
Remove solar forecast systemd files
1 parent a4d10b1 commit 0394074

4 files changed

+3
-31
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
.idea
33
**/__pycache__
44
.env
5-
systemd/inverter-charge-controller.service
6-
systemd/inverter-charge-controller-just-solar-forecast.service
5+
!systemd/inverter-charge-controller.service
6+
systemd/inverter-charge-controller*
77
logs/

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,10 @@ If you pass in `--solar-forecast` as an argument to `main.py` the programm just
208208

209209
This can also be used to log the solar prediction after the sun has set to see how far off the solar prediction was and get a sense of how good the predication was (→ not as a *forecast* but as a *review*). To correctly display the log message use `--solar-review` in this case.
210210

211-
There is also a systemd configuration with a service and a timer that does the latter: daily at 11:00 PM log the solar *forecast* from the API.
212-
213211
#### Monitor solar forecast prediction and power buy
214212

215-
You can monitor how far the prediction of the solar forecast was off and how much power was bought with the script [solar_forecast_and_power_buy_logger.sh](solar_forecast_and_power_buy_logger.sh).
213+
You can monitor how far the prediction of the solar forecast was off and how much power was bought with the script [solar_forecast_logger.sh](solar_forecast_logger.sh).
216214

217215
It saves the following data:
218216
- `<directory> of logs>/power_buy.log`: `<timestamp of start of charging>\t<timestamp of end of charging>\t<power bought in Wh>`
219217
- `<directory> of logs>/solar_forecast_difference.log`: `<date>\t<prediction at start of day in Wh>\t<prediction at end of day in Wh>`
220-
221-
This can automatically be run after the review of the solar forecast, see [systemd/inverter-charge-controller-just-solar-forecast.service](systemd/inverter-charge-controller-just-solar-forecast.service).

systemd/inverter-charge-controller-just-solar-forecast.service.example

-14
This file was deleted.

systemd/inverter-charge-controller-just-solar-forecast.timer

-10
This file was deleted.

0 commit comments

Comments
 (0)