mirror of
https://github.com/bicnz/tristar-to-telegraf.git
synced 2025-05-28 13:10:11 -07:00
Update README.md
This commit is contained in:
parent
47c6af418f
commit
8734814e70
@ -14,9 +14,9 @@ Output:
|
||||
```
|
||||
[[inputs.exec]]
|
||||
commands = [
|
||||
"python /home/jigsaw/read_tsmppt.py 192.168.1.100 Solar1",
|
||||
"python /home/jigsaw/read_tsmppt.py 192.168.1.101 Solar2",
|
||||
"python /home/jigsaw/read_tsmppt.py 192.168.1.102 Solar3"
|
||||
"python /home/user/read_tsmppt.py 192.168.1.100 Solar1",
|
||||
"python /home/user/read_tsmppt.py 192.168.1.101 Solar2",
|
||||
"python /home/user/read_tsmppt.py 192.168.1.102 Solar3"
|
||||
]
|
||||
interval = "60s"
|
||||
timeout = "5s"
|
||||
@ -31,3 +31,5 @@ Output:
|
||||
**Current** `SELECT mean("SOLAR1_battamps") FROM "exec_SOLAR" WHERE "SOLAR1_battamps" < 100 AND $timeFilter GROUP BY time($__interval) fill(linear)`
|
||||
|
||||
**Batt Temp** `SELECT mean("SOLAR1_batttemp") FROM "exec_SOLAR" WHERE "SOLAR1_batttemp" < 100 AND $timeFilter GROUP BY time($__interval) fill(linear)`
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user