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:
[StdArchive]
data_binding = wx_binding
# ...
[DataBindings]
[[wx_binding]]
# ...
[[wx2_binding]]
# ...
wx_binding has data for inTemp but no data for extraTemp1
wx2_binding has data for both inTemp and extraTemp1
skin.conf:
[ObservationBindings]
[[wx2_inTemp]]
data_binding = wx2_binding
observation = inTemp
[[wx2_extraTemp1]]
data_binding = wx2_binding
observation = extraTemp1
[DisplayOptions]
stat_tile_observations = inTemp, wx2_inTemp, wx2_extraTemp1
Page "Today" has a stat tile for inTemp and wx2_inTemp, but the stat tile for wx2_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".
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_bindinghas data forinTempbut no data forextraTemp1wx2_bindinghas data for bothinTempandextraTemp1skin.conf:Page "Today" has a stat tile for
inTempandwx2_inTemp, but the stat tile forwx2_extraTemp1does not appear.On other pages the three stat tiles appear as expected.
Expected behavior
The stat tile for
wx2_extraTemp1should appear on page "Today".