BrucesHobbies / energyMaster

Energy monitoring for logging, detection of faults, and preventative maintenance monitoring.
GNU General Public License v3.0
17 stars 5 forks source link

influxdb #3

Open butteryak opened 1 year ago

butteryak commented 1 year ago

Not sure why i can't get this to write to influx.

my config: INFLUX_DB_ENABLED = 1 INFLUX_HOST = "192.168.11.98" (also tried localhost) INFLUX_PORT = 8086 # default port INFLUX_USER = "admin" # requires write access INFLUX_PASSWORD = "xxxxxxx" INFLUX_DBNAME = "power"

seems to be correct as far as I can tell. influx is working, have a proper db with user and all permissions set. how often is it supposed to write to the db? and what info is actually sent?

thanks for any hints, looked everything over really well, and must be missing something. ++ :-)