You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,22 @@
7
7
8
8
Collect upcoming Tibber energy prices and push them to InfluxDB.
9
9
10
-
## Usage
10
+
This is a companion service to the [SENEC Charger](https://github.com/solectrus/senec-charger), which allows you to charge your SENEC.Home battery when energy is cheap.
11
11
12
-
1. Make sure your InfluxDB database is ready (not subject of this README)
12
+
## Usage
13
13
14
-
2. Prepare an `.env` file (see `.env.example`) with your InfluxDB credentials and the Tibber API token.
14
+
1. Prepare an `.env` file (see `.env.example`)
15
15
16
-
3. Run the Docker container on your Linux box:
16
+
2. Run the Docker containers on your Linux box:
17
17
18
18
```bash
19
-
docker run -it --rm \
20
-
--env-file .env \
21
-
ghcr.io/solectrus/tibber-collector
19
+
docker compose up
22
20
```
23
21
24
-
It's recommended to integrate the `tibber-collector` into your [SOLECTRUS hosting](https://github.com/solectrus/hosting).
22
+
In the `senec-charger` repository you can find an [example](https://github.com/solectrus/senec-charger/blob/develop/compose.yml) of how to use `tibber-collector` with the SENEC charger.
23
+
24
+
It's recommended to add `tibber-collector` and `senec-charger` to your [SOLECTRUS hosting](https://github.com/solectrus/hosting).
25
25
26
-
To charge your SENEC.Home battery when energy is cheap, you can use the [SENEC Charger](https://github.com/solectrus/senec-charger).
0 commit comments