Skip to content
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

Weather411 - Upgrade InfluxDB Client - v0.2.0 #196

Merged
merged 7 commits into from
Feb 27, 2023
Merged

Weather411 - Upgrade InfluxDB Client - v0.2.0 #196

merged 7 commits into from
Feb 27, 2023

Conversation

jasonacox
Copy link
Owner

The influxdb library used by weather411 is end of life and supports only InfluxDB 1.x. This PR will upgrade weather411 to use the latest influxdb-client library which supports both Influxdb 1.8 and 2.x versions.

To use this with InfluxDB 2.x, the user will need to edit the weather411.conf file and include the API TOKEN and ORG values.

        # Auth - Influx 2.x - Leave blank if not used
        TOKEN =
        ORG =
        URL =

This closes #195

@jasonacox jasonacox merged commit 81dd824 into main Feb 27, 2023
@jasonacox jasonacox deleted the weather411 branch February 27, 2023 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Weather411 - Upgrade InfluxDB Client
1 participant