You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ++ :-)
The text was updated successfully, but these errors were encountered:
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. ++ :-)
The text was updated successfully, but these errors were encountered: