-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module error #6
Comments
I've tested this plugin with PostgreSQL and ClickHouse data sources. Which data source are you trying? Which version of Grafana? |
I'm using Grafana 7.2.1 with InfluxDB as a data source. When googling about it I already guessed, that the unixEpochFilter is something Post-/MySQL special. |
yes please, can you post the sample output? |
By the way this is an example with the ClickHouse data source:
|
Just added an example to the readme file for ClickHouse, https://github.com/spectraphilic/grafana-windrose#usage Maybe replacing |
I replaced With the following query i get in the query inspector the debugging data below: SELECT
time,
"windspeed" AS speed,
"winddirection" AS direction
FROM
"weather_data"
WHERE ("sensor" = 'esp_weather_measurement') AND $timeFilter
ORDER BY time
|
Can you check |
It makes no difference. The windrose error is with format Time series the following:
|
Did anyone ever find a solution to the InfluxDB issue? I'm getting the same error when trying to use the plugin using data from InfluxDB |
Hi. I've been experimenting around a bit too. A bit difficult were the settings, because at the first call everything was empty. A graphic was only shown when I had set the value for "Step" from "0" to "1" under "Options". The following must be entered in the InfluxDB query: For B: Attached also a screenshot of the settings. My wind rose and installation steps can be seen here. @jdavid Can you please add the parameter query for the Influx DB in the readme? |
PR #19 by @orymate (already merged) adds support for InfluxDB and includes an example, see https://github.com/spectraphilic/grafana-windrose#flux I've not tested it myself (don't use InfluxDB), but does this solve your issues with InfluxDB? |
Sorry for my issue, but i'm no sql pro..
I tried several variants of a query but every query returned in a error message.
Variant 1
Query inspector error message: "error parsing query: missing parameter: __unixEpochFilter"
Variant 2
Query succeeds, but i get a windrose module error "RangeError: invalid array length".
The text was updated successfully, but these errors were encountered: