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
{{ message }}
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
(Name of the network may vary, see `docker network ls`)
@@ -50,29 +50,15 @@ Second note: Check the `.env` variable `INSTALLATION_DATE`. This must be set to
50
50
|`INFLUX_TOKEN_WRITE` or `INFLUX_TOKEN`| Token for InfluxDB (requires write permissions) ||
51
51
|`INFLUX_ORG`| Organization for InfluxDB ||
52
52
|`INFLUX_BUCKET`| Bucket for InfluxDB ||
53
+
|`INFLUX_MEASUREMENT`| Measurement for InfluxDB ||
53
54
|`INFLUX_OPEN_TIMEOUT`| Timeout for InfluxDB connection (in seconds) |`30`|
54
55
|`INFLUX_READ_TIMEOUT`| Timeout for InfluxDB read (in seconds) |`30`|
55
56
|`INFLUX_WRITE_TIMEOUT`| Timeout for InfluxDB write (in seconds) |`30`|
56
57
|`IMPORT_FOLDER`| Folder where CSV files are located |`/data`|
57
58
|`IMPORT_PAUSE`| Pause after each imported file (in seconds) |`0`|
58
59
59
-
## Dealing with missing wallbox measurements
60
-
61
-
The CSV data from mein-senec.de is not complete, there are no measurements for the wallbox. To get around this, wallbox charges are **estimated** using the following formula:
Please note that this method appears to be ineffective for processing CSV files that were created from July 2022 onwards. This is because wallbox charges are now being included in the overall house consumption since that time. Therefore, it seems that there is currently no way to import wallbox measurements.
73
-
74
-
The [senec-collector](https://github.com/solectrus/senec-collector) does not have this problem, as it obtains the wallbox measurements directly.
75
-
76
60
## License
77
61
78
-
Copyright (c) 2020-2023 Georg Ledermann, released under the MIT License
62
+
Copyright (c) 2023 Georg Ledermann, released under the MIT License
63
+
64
+
Based on some work by [Rainer Drexler](https://github.com/holiday-sunrise/)
0 commit comments