hw: gw-1000 (ecowitt) weewx: 4.5.1 (user.interceptor + ecowitt-client) neowx: 1.11 os: freeBSD 12.2p10
I'm not getting the expected values set by skin.conf; values_order = outTemp, outHumidity, barometer, windSpeed, rain, snowDepth, dewpoint, windchill, heatindex, inTemp, inHumidity, UV, ET, radiation, appTemp, cloudbase, extraTemp1, extraHumid1, extraTemp2, extraHumid2, extraTemp3, extraHumid3, extraTemp4, extraHumid4, extraTemp5, extraHumid5, extraTemp6, extraHumid6, extraTemp7, extraHumid7, extraTemp8, extraHumid8 I only get; barometer, rain, dewpoint, windchill, heatindex, radiation, cloudbase Had a similar issue with the Seasons skin where inTemp and inHumidity was not displayed, I worked around the problem by commenting out the if:s with "#if $day.in[Temp,Humidity].has_data" from index.html.tmpl then it was working for Seasons. I have not found any similar line for neowx and it should not even be a problem. I know the data exists since I can see it both in the database and from the Seasons report. There are some errors in the log but it seems unrelated: weewx[80653] DEBUG weewx.reportengine: Running reports for latest time in the database. weewx[80653] DEBUG weewx.reportengine: Running report 'neowx-material' weewx[80653] DEBUG weewx.reportengine: Found configuration file /home/weewx/skins/neowx-material/skin.conf for report 'neowx-material' weewx[80653] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.JSONHelpers'] weewx[80653] INFO weewx.restx: MQTT: Published record 2021-12-27 15:50:00 CET (1640616600) weewx[80653] DEBUG weewx.manager: Daily summary version is 4.0 weewx[80653] ERROR weewx.cheetahgenerator: Generate failed with exception '<class 'NameMapper.NotFound'>' weewx[80653] ERROR weewx.cheetahgenerator: **** Ignoring template /home/weewx/skins/neowx-material/archive/NOAA-%Y-%m.txt.tmpl weewx[80653] ERROR weewx.cheetahgenerator: **** Reason: cannot find 'format' while searching for 'format' weewx[80653] ERROR weewx.cheetahgenerator: **** Traceback (most recent call last): weewx[80653] ERROR weewx.cheetahgenerator: **** File "/usr/home/weewx/bin/weewx/cheetahgenerator.py", line 326, in generate weewx[80653] ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond() weewx[80653] ERROR weewx.cheetahgenerator: **** File "_home_weewx_skins_neowx_material_archive_NOAA__Y__m_txt_tmpl.py", line 188, in respond weewx[80653] ERROR weewx.cheetahgenerator: **** NameMapper.NotFound: cannot find 'format' while searching for 'format' weewx[80653] ERROR weewx.cheetahgenerator: Generate failed with exception '<class 'NameMapper.NotFound'>' weewx[80653] ERROR weewx.cheetahgenerator: **** Ignoring template /home/weewx/skins/neowx-material/archive/NOAA-%Y.txt.tmpl weewx[80653] ERROR weewx.cheetahgenerator: **** Reason: cannot find 'nolabel' while searching for 'nolabel' weewx[80653] ERROR weewx.cheetahgenerator: **** Traceback (most recent call last): weewx[80653] ERROR weewx.cheetahgenerator: **** File "/usr/home/weewx/bin/weewx/cheetahgenerator.py", line 326, in generate weewx[80653] ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond() weewx[80653] ERROR weewx.cheetahgenerator: **** File "_home_weewx_skins_neowx_material_archive_NOAA__Y_txt_tmpl.py", line 250, in respond weewx[80653] ERROR weewx.cheetahgenerator: **** NameMapper.NotFound: cannot find 'nolabel' while searching for 'nolabel' weewx[80653] INFO weewx.cheetahgenerator: Generated 10 files for report neowx-material in 9.49 seconds weewx[80653] INFO weewx.reportengine: Copied 0 files to /home/weewx/public_html/neowx Any ideas how to debug this further? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/6e94e4cc-e459-4535-af8d-9a665aa1b6afn%40googlegroups.com.
