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
I would like to write aggregated values (“aggtime”: 60) to an Influx database and at the same time retrieve live data (“aggtime”: -1) via the local HTTP service (httpd).
I thought I could simply specify the same device again in the configuration with a different aggtime, but unfortunately this is not possible. Maybe I'm doing something wrong in the config? Or is there another possibility?
this is a duplicate of an issue that is on the first page of the tracker.... #609 (comment)
there is a suggested workaround there, why don't you try it and report results?
I would like to write aggregated values (
“aggtime”: 60
) to an Influx database and at the same time retrieve live data (“aggtime”: -1
) via the local HTTP service (httpd).I thought I could simply specify the same device again in the configuration with a different
aggtime
, but unfortunately this is not possible. Maybe I'm doing something wrong in the config? Or is there another possibility?My config looks like this:
The text was updated successfully, but these errors were encountered: