Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dacarson authored Apr 22, 2023
1 parent 18f8944 commit a7d1962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Export Pentair pool status to Influx DB so that it can be graphed with Grafana.

Uses [screenlogicpy](https://github.com/dieselrabbit/screenlogicpy) python script to access the Pentair pool data.

As `screenlogicpy` creates deeply nested Json objects and Influx DB only handles single depth Json objects, the objects that I am interested in are flattened in the function `publish_pentair_data`.

## Usage
```
usage: pentair-async.py [-h] [-r] [--influxdb] [--influxdb_host INFLUXDB_HOST] [--influxdb_port INFLUXDB_PORT]
Expand Down

0 comments on commit a7d1962

Please sign in to comment.