-
Notifications
You must be signed in to change notification settings - Fork 13
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
webread function #10
Comments
Hi @b00m18, thanks for reporting the issue! Seems to be related to encoding the Looks like the same issue also affected the Java client: influxdata/influxdb-java#214 Will try to find some time to fix it this week. |
Thanks for the fast reply! It seems like Matlab doesnt encode |
I've received the following solution from the Mathwork support: Matlab ist using the RFC 3986 specs in this syntax with webread: So it won't replace the But this syntax: replaces |
Closing this issue, fixed in #11. |
Hey @EnricSala ,
first, thanks for sharing!
I have a question about the webread function you are using in your script. I am trying to use the query:
'SELECT mean("Tmp") FROM "weather" WHERE ("sensor_" = ''Temperature_1'') AND time >= 1607868000000ms and time <= 1607925600000ms GROUP BY time(1m) fill(null);SELECT mean("Tmp") FROM "weather" WHERE ("sensor" = ''Temperature_2'') AND time >= 1607868000000ms and time <= 1607925600000ms GROUP BY time(1m) fill(null)'
The query is generated in Grafana. I should get two Signals, but in the struct 'response' is only one of the two signals. Do you know this problem or can matlab only get one?
I am using Matlab 2020b.
Best regards
The text was updated successfully, but these errors were encountered: