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
A stat tile on page Today targetting an observation for a custom data binding does not appear if there is no data for the same observation on the main data binding.
You are welcome. I'm glad I can make a contribution to this amazing project!
Yes, I've been testing this on my "production" weewx instance for the last 2 days.
I have a Vantage Pro 2 station. I recently bought an Ecowitt GW2000 to be used as a secondary station in order to add a bunch of extra temperature/humidity sensors. That's how I noticed this bug on the "Today" page.
I can confirm that with this patch:
The original bug does not occur anymore ( the extraTempX and extraHumidX of my secondary station do show up on every page where they should).
So far, everything else seems to keep working as expected.
Describe the bug
A stat tile on page Today targetting an observation for a custom data binding does not appear if there is no data for the same observation on the main data binding.
To Reproduce
weewx.conf
:wx_binding
has data forinTemp
but no data forextraTemp1
wx2_binding
has data for bothinTemp
andextraTemp1
skin.conf
:Page "Today" has a stat tile for
inTemp
andwx2_inTemp
, but the stat tile forwx2_extraTemp1
does not appear.On other pages the three stat tiles appear as expected.
Expected behavior
The stat tile for
wx2_extraTemp1
should appear on page "Today".The text was updated successfully, but these errors were encountered: