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
I have a graph for O3 data. The data coming in (as verified from the Particle API) has values like 0.554274, 0.563021, 0.528518 ppm (at least that's what I was told the units were)
I am trying to properly graph the information. I tried to specify yAxis_softMin = 0.10000, yAxis_softMax = 1.50000, yAxis_tickInterval = 0.01000.
Describe the bug
A clear and concise description of what the bug is.
The graphs produces some weird values on the Axis, and the O3 reading shows always as 1
I've confirmed that the data in the DB has the correct values.
(I've been playing with the numbers, so the Axis values have been moving around)
You did not provide the observation type name of your O3 reading. So I can describe it in general only. Replace [[[YourObservationType]]] with the name of your O3 reading, and [[YourPlot]] with the name of the plot.
belchertown.py
The line # social share is at line number 1953 in the actual version of the skin. So put the new line in line 1951. Please note py not js.tmpl.
Please don't delete these questions! They are asked almost with every issue - answering them as below saves us time from asking them!
First step
Try to debug the skin yourself. If you can't figure it out, please include the debug information (text, screenshots, etc.). See this guide on debugging the skin. https://github.com/poblabs/weewx-belchertown#how-to-use-debug
I have a graph for O3 data. The data coming in (as verified from the Particle API) has values like 0.554274, 0.563021, 0.528518 ppm (at least that's what I was told the units were)
I am trying to properly graph the information. I tried to specify yAxis_softMin = 0.10000, yAxis_softMax = 1.50000, yAxis_tickInterval = 0.01000.
Describe the bug
A clear and concise description of what the bug is.
The graphs produces some weird values on the Axis, and the O3 reading shows always as 1
I've confirmed that the data in the DB has the correct values.
(I've been playing with the numbers, so the Axis values have been moving around)
Link to your website (IMPORTANT)
https://www.baugh.org/weewx/belchertown/graphs/?graph=airQuality
That page has the O3 graph.
Version of the skin you're using
Using version 1.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
I expect some better scaling :-) and proper values showing up.
Screenshots
If applicable, add screenshots to help explain your problem.
Device Information (please complete the following information):
Additional context
Add any other context about the problem here. Maybe a potential fix?
HELP WANTED
If you have a fix for this, please submit a pull request against the development branch!
The text was updated successfully, but these errors were encountered: