OH3: Charting data from influxdb

I’m experimenting with different ways of getting hourly electricity prices into OH3 and would like to find a way to create charts using data pulled directly from influxdb (i.e. not created by any items/things but put there by a script). Is it possible to create a data source directly from the persistence layer and if so, how? Ideally I’d like to simply point the chart at a bucket (autogen) and _measurement (SE3_spot_price) upon which a chart is made for a given time range.

OH is only able to natively chart Items. You’ll have to use an external charting service like Grafana and embed those charts on your pages/sitemaps. Or figure out how to git this data into an Item/Items and let OH persist it so it can chart it.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.