Stephen Jefferson
Stephen Jefferson
Logging module dropped support for exc. These adjustments use the exception method instead. This relates to #58
Unless I have missed something obvious, the webserver includes the standard micropython logging module and then attempts to call log.exc() instead of log.exception() I have manually patched my server code...
@ZodiusInfuser This is your code, so feel free to replace with your own PR, but this is the code tested in issue #114 to make it easier to further test...
As requested in #38 added destination for Weather Underground (WU/wunderground). This is based on and tested on the weather board as this is all I have, however in theory it...
To address #168 adding readings for rain per hour and rain today. rain_per_hour: sum of rain logged in the last 60 minutes rain_today: rain logged since midnight Removed the line...
This addresses #158 Added two new parameters in config.py to adjust reported pressure to calculated sea level pressure and if enabled, what height the weather station is above sea level....
This is to provide the offset approach I mentioned in #134 It is based on the work done on #142 and adds the same adjustment code into the weather.py sensor...
Adding the BME688 so I can get offboard temperature readings to compare with the onboard BME280 on the weather board seemingly affected by heat dissipated from running constantly. Module code...
Add a secondary upload destination in the config file that defaults to None. Modified the \_\_init\_\_.py upload readings function to have a stab at the secondary upload once the full...
This is a continuation of #89 which was closed after reflashing the board seemed to fix. In case anyone else experiences this quite edge case error, this may help resolve...