eNeRGy164 / gw2pvo-docker

GoodWe to PVOutput Docker Container
MIT License
5 stars 3 forks source link

Update readme as GW_ACCOUNT and GW_PASSWORD are required parameters, but not mentioned as so #6

Open ThinkPadNL opened 3 years ago

ThinkPadNL commented 3 years ago

When running the container as instructed on the readme of this repository or by following the instructions on the Docker Hub page, it get the following error:

gw2pvo: error: argument --gw-account: expected one argument
usage: gw2pvo [-h] --gw-station-id ID --gw-account ACCOUNT --gw-password
              PASSWORD --pvo-system-id ID --pvo-api-key KEY
              [--pvo-interval {5,10,15}] [--darksky-api-key DARKSKY_API_KEY]
              [--log {debug,info,warning,critical}] [--date YYYY-MM-DD]
              [--pv-voltage] [--skip-offline] [--city CITY] [--csv CSV]
              [--version]

It was fixed after filling in the variables GW_ACCOUNT and GW_PASSWORD but the readme doesn't mention this. Could you please update the information here & on the Docker Hub page?