After much looking at code and log looking it appears that the
weewx-rtldavis and rtldavis programs have the following problems. The
duplicates are coming in within milliseconds of the reading of the Davis
ISS data. This is obviously incorrect since I have only 1 ISS and no other
ISS around so
So I decided to change MQTTSubscribe from extraTemp1 and 2 (&3) to
extraTemp4 & 5 . This necessitated that I also change the Seasons skins to
go from extraTemp1, 2, 3 to extraTemp4, 5, 6 . To do this I changed
skin.conf as well as
current.inc, hilo.inc, statistics.inc and index.html.tmpl . N
I would think Luc would likely appreciate seeing any suggested improvements
in a pull request so he can consider including them in his official code
so future folks don't have to run into the same issues...
On Saturday, March 18, 2023 at 10:53:02 AM UTC-7 lloyd...@gmail.com wrote:
> After much