Skip to content

Commit

Permalink
Add more explainations to example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
GJSBRT committed Apr 6, 2024
1 parent 377bfb1 commit 5d28e74
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config.yaml.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
log-level: info
log-level: info # Logging level. Info is fine use debug or trace when something is not behaving like it should.

# A HTTP server is needed for metrics and debugging
http:
ip: 127.0.0.1
port: 8080
ip: 127.0.0.1 # What IP address it should listen on. Use 0.0.0.0 to listen on everything
port: 8080 # What port it should listen on.

modbus:
run: true # Read metrics from inverters every interval
Expand All @@ -27,6 +28,7 @@ modbus:
power-meter: true
luna2000: true

# Power price configuration
power-prices:
sources:
entsoe:
Expand All @@ -35,6 +37,7 @@ power-prices:
# You will need to contact Entsoe support to get access to their API.
security-token: ""

# Victoria metrics is used to pull and push metrics without using the /metrics endpoint
victoria-metrics:
url: http://127.0.0.1:8428
# Basic HTTP authentication
Expand Down

0 comments on commit 5d28e74

Please sign in to comment.