https://github.com/energy164/gw2pvo-docker
GoodWe to PVOutput Docker Container
https://github.com/energy164/gw2pvo-docker
docker goodwe pvoutput
Last synced: about 1 year ago
JSON representation
GoodWe to PVOutput Docker Container
- Host: GitHub
- URL: https://github.com/energy164/gw2pvo-docker
- Owner: eNeRGy164
- License: mit
- Created: 2018-09-12T09:02:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T06:33:55.000Z (almost 6 years ago)
- Last Synced: 2025-04-17T05:05:28.723Z (about 1 year ago)
- Topics: docker, goodwe, pvoutput
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gw2pvo-docker
GoodWe to PVOutput Docker Container
This Docker Container runs the [gw2pvo](https://github.com/markruys/gw2pvo) tool by [Mark Ruys ](https://github.com/markruys)
## Usage
```
docker create \
--name gw2pvo \
-e GW_STATION_ID= \
-e PVO_SYSTEM_ID= \
-e PVO_API_KEY= \
energy164/gw2pvo
```
## Parameters
- `-e KEY="value"` These are environment variables which configure the container. See below for a description of their meanings.
The following are the required parameters:
- **GW_STATION_ID** Set the GoodWe Station ID.
- **PVO_SYSTEM_ID** Set the PVOutput System ID.
- **PVO_API_KEY** Set the PVOutput API Key.
These parameters are optional:
- **LOG** Set the log level. Defaults to `info`. Allowed values are `debug`, `info`, `warning`, `critical`.
- **GW_REGION** Set the region to use to query data from GoodWe. Defaults to `global`. Allowed values are `global`, `AU`, `EU`.
- **PVO_INTERVAL** Set the interval to send data to PVOutput. Defaults to `15`. Allowed values are `5`, `10`, `15`.
- **CITY** Skip uploads from dusk till dawn based on this City. Defaults to: `Amsterdam`. The complete list can be found here: [https://astral.readthedocs.io/en/stable/index.html](https://astral.readthedocs.io/en/stable/index.html)
- **TZ** Set the timezone inside the container. Defaults to: `Europe/Amsterdam`. The complete list can be found here: [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)