https://github.com/dewski/wattbox_exporter
https://github.com/dewski/wattbox_exporter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dewski/wattbox_exporter
- Owner: dewski
- Created: 2023-04-18T03:34:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T03:39:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T16:53:50.654Z (about 1 year ago)
- Language: Go
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wattbox_exporter
Update `WATTBOX_HOST` with the IP address to your Wattbox. Make sure to set a static IP address for your Wattbox.
```
docker run -p 8181:8181 -e WATTBOX_HOST="1.1.1.1" -e WATTBOX_USER="username" -e WATTBOX_PASSWORD="password" -e POLL_DURATION="30s" dewski/wattbox_exporter:latest
```