-
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
Vantage agent changes #531
Comments
* Address Issue #531 * Correct UVI overflow calculation * Write fahrenheit to celsius conversion function to use when collecting temperature data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Mostly solved by #539. If we're fine with estimating wind-chill / wind-chill-temp in Grafana this can be closed. |
* Address Issue #531 * Correct UVI overflow calculation * Write fahrenheit to celsius conversion function to use when collecting temperature data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Wind chill was added in #550. I had to revert the UVI factor of 10 fix in #636, due to the fact that since an integer was already published, InfluxDB rejects the new float values. I think it would be fine to continue to publish integers and just divide by 10 for display in Grafana. Let me know if that's still a problem. |
* Address Issue #531 * Correct UVI overflow calculation * Write fahrenheit to celsius conversion function to use when collecting temperature data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
A few changes and additions we'd like in the vantage agent based on current usage:
The text was updated successfully, but these errors were encountered: