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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
@DragonQ - thanks for doing this, one comment is that you missed adding influxdb-client to the requirements.txt file and it is needed for v2 connectivity.
I think it would also be good if you added the org= field in the example-octograph.ini field.
I don't know if this is likely to be merged in any time soon but I am using your branch directly at the moment along with the flux based dashboard.
@DragonQ - thanks for doing this, one comment is that you missed adding influxdb-client to the requirements.txt file and it is needed for v2 connectivity.
I think it would also be good if you added the org= field in the example-octograph.ini field.
Done, thanks for the feedback. I have another branch that adds the "tracker" tariff to the mix but it's based off this branch and I haven't tested it off master.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds support for InfluxDB v2 and Flux queries. InfluxDB v1 with InfluxQL queries should still work, although I haven't tested this.
InfluxDB v2 is the default option in the example settings ini file because the included docker-compose example uses that version.