We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f846653 commit 7dcf6feCopy full SHA for 7dcf6fe
README.md
@@ -32,6 +32,13 @@ This enables SOLECTRUS to accurately calculate the electricity usage and costs f
32
33
The Docker image supports multiple platforms: `linux/amd64`, `linux/arm64`
34
35
+
36
+To force a data rebuild, you can delete the measurement from the InfluxDB database:
37
38
+```bash
39
+influx delete --bucket ${INFLUX_BUCKET} --start '1970-01-01T00:00:00Z' --stop $(date -u +"%Y-%m-%dT%H:%M:%SZ") --predicate '_measurement="power_splitter"' --org ${INFLUX_ORG} --token ${INFLUX_TOKEN}
40
+```
41
42
## Development
43
44
For development you need a recent Ruby setup. On a Mac, I recommend [rbenv](https://github.com/rbenv/rbenv).
0 commit comments