How to use the InfluxDB integration? #979
Unanswered
dkossman
asked this question in
App and O/S Config Questions
Replies: 2 comments 4 replies
-
Your pool needs to be on to log values. And you can set your logging level to silly or debug and influx related messages should appear. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks. Assuming i set the log level to debug, will it log to influx during the scheduled on times? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've read through the documentation and perhaps have missed this, but I'm not clear on how the InfluxDB integration works.
I have influx set up and running on the standard port, created a database, created an account with access to that database, enabled the interface, added the credentials and database name to the njspc config.json. I don't see any influx-related errors when i start up njspc (as i did when i mis-entered the credentials the first time :-)).
What are the steps to have njspc record data (temperatures, pump rpm, valve status, etc?) to influx?
influx config:
my existing pool server code was logging temperature measurements to influx in this database, but I don't see anything coming from njspc:
see attached for how i am currently set up...
Beta Was this translation helpful? Give feedback.
All reactions