New to weewx need some help

222 views
Skip to first unread message

Joe Santas

unread,
May 20, 2019, 1:05:35 PM5/20/19
to weewx-user
Hi all new here after a week of messing around with this to get it communicating i finally have some progress.
Managed to setup the basics here.  http://jsantas.com:83/weewx/
Main issue i have is the rain hourly total and rain rate and rain today.
These just keep incrementing.
Im using the Interceptor driver.  Copy of my config and log attached.
If someone is able to assist to see where its falling over it would be great.

Running all this on a ubuntu OS and the Weather station is an ECOWITT HP2551.

Regards



wweex.conf.txt
wweex.txt

Joe Santas

unread,
May 21, 2019, 1:59:54 AM5/21/19
to weewx-user
Need some help here all.  Put a fair bit of time into this.  Dont want it to go to waste.  Assistance would be appreciated.
Regards

Gábor Szabados

unread,
May 21, 2019, 2:22:39 AM5/21/19
to weewx-user
Hi Joe,

Could you please add some more of the log? I might have an idea, but I haven't seen a specific message in the snippet of your log yet.

Do you have any rain at all now? Is this station a Fine Offset clone too reporting to WU?

Best Regards,

Gábor

Gábor Szabados

unread,
May 21, 2019, 3:12:03 AM5/21/19
to weewx-user
Hi Joe,

Could you try to look for messages in the log, like interceptor: MainThread: rain counter wraparound detected:

I can see a rounding issue (maybe) at the yearly rain is once 2.248 the then 2.25, when no weekly rain change.

May 21 02:53:17 UBUNTUMATE-1000H weewx[7192]: interceptor: MainThread: raw data: PASSKEY=********************&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-20+16:53:05&tempinf=65.8&humidityin=60&baromrelin=30.14&baromabsin=29.54&tempf=55.4&humidity=77&winddir=16&windspeedmph=2.9&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=8.1&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=1.346&yearlyrainin=2.248&solarradiation=0.00&uv=0

May 21 02:53:22 UBUNTUMATE-1000H weewx[7192]: interceptor: ServerThread: GET: ID=*********&PASSWORD=****&indoortempf=65.8&tempf=55.4&dewptf=48.4&windchillf=55.4&indoorhumidity=60&humidity=77&windspeedmph=2.9&windgustmph=3.4&winddir=16&absbaromin=29.54&baromin=30.14&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=1.35&yearlyrainin=2.25&solarradiation=0.00&UV=0&dateutc=2019-05-20%2016:53:21&softwaretype=EasyWeatherV1.3.2&action=updateraw&realtime=1&rtfreq=5

Look for wraparound events and check on your console too what is your yearly value. Try to find places where the yearlyrainin changes and where it calculates rain from the change then I can try to find you the logic what goes wrong. Look for dateutc values too, is it incremental or changes back time to time when wraparound happens, if happens.

Best Regards,

Gabor

Joe Santas

unread,
May 21, 2019, 8:46:36 AM5/21/19
to weewx-user
Hi Gabor thanks for your reply.  Will post a log shortly.  Hopefully it has the right detail.  
Re the Fine Offset clone not sure.  Prior to installing weewx i was pushing up to wunderground without any issues.  I have had to make changes to my router to redirect traffic to my weewx box since then it no longer comunicates with wunderground or weathercloud or any other online services due to traffic redirection.  Not fussed about this at this stage would like to resolve the issue with weewx first before i look at the rest.

Regards

Joe Santas

unread,
May 21, 2019, 9:26:41 AM5/21/19
to weewx-user


On Tuesday, May 21, 2019 at 3:05:35 AM UTC+10, Joe Santas wrote:

Joe Santas

unread,
May 21, 2019, 9:28:02 AM5/21/19
to weewx-user
Log attached
log.txt

Joe Santas

unread,
May 21, 2019, 9:52:46 AM5/21/19
to weewx-user
wraparound detected in this log.
After clearing the database rainfall graph has started to populate once again even though no rain lol.




On Tuesday, May 21, 2019 at 5:12:03 PM UTC+10, Gábor Szabados wrote:
log.txt

Gábor Szabados

unread,
May 21, 2019, 10:13:36 AM5/21/19
to weewx...@googlegroups.com
I can see more issues there, because I faced a similar one before.

One of your issues, maybe the main one, that your weather station is sending reports to multiple servers and all of them ia redirected to your weewx. Interceptor tries to parse all the messages and faces a mixed state with yearlyrainin and dailyrainin and some rounding issues.

First try to turn off the reporting to the non-wu servers. Or set your router to forward only the wu request to your weewx. Then the interceptor will recieve and parse only one kind of messages.

Gabor

--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/f4434e12-7ed4-4a60-bc6c-42ff8de0d5ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Joe Santas

unread,
May 21, 2019, 10:21:59 AM5/21/19
to weewx-user
You may be onto something.  So i will have to turn off the non wu servers on the device its self.  Im unable to do this as i am at work but i can reconfigure my router remotely to route the correct traffic. I can try this from work.  Which protocol should i leave active?  At the moment i am forwarding all tcp traffic to my weewx server from the weather station.

Regards
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.

Gábor Szabados

unread,
May 21, 2019, 11:35:11 AM5/21/19
to weewx...@googlegroups.com
Read about how you can redirect only the traffic to WU servers to your weewx server then you will be ok.

I've seen some Merlin router firmware descriptions how it can be done. Or DD-WRT descriptions are around the net too.

Gabor

You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/lg4W_4qHTaQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/30272d74-fedd-46a6-9a0f-ba66112df697%40googlegroups.com.

Joe Santas

unread,
May 21, 2019, 11:41:31 AM5/21/19
to weewx-user
From what i have read they specify just the tcp to port 80 which i already have in place.  What i will do is deactivate the upload features in the weatherstation its self and see if it makes a difference and leave the rules i currently have in place and see if this sorts it.
Once this is done i will configure weewx config file to push the data up to wunderground and weathercloud any any other services i use.

Regards
To unsubscribe from this group and all its topics, send an email to weewx...@googlegroups.com.

Gábor Szabados

unread,
May 21, 2019, 12:22:50 PM5/21/19
to weewx...@googlegroups.com
Sounds like a plan. Let me know once you have done it.

Interceptor should receive only the wu messages, then it should not have any issue.

Gabor

To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a5b531bf-8bd0-4ede-8ae4-6d5d84f34a3a%40googlegroups.com.

Joe Santas

unread,
May 22, 2019, 12:13:03 AM5/22/19
to weewx-user
Cleared the settings on the weatherstation.  Same issue again.  Obviously something else is going on.  Also tried shutting down the weather station and deleting the weewx.sdb file so it re creates a new one but no joy so far.
I have attached the latest copy of the log.

Regards

log2.txt
log1.txt

gjr80

unread,
May 22, 2019, 12:46:57 AM5/22/19
to weewx-user
Hi,

Not an interceptor or ECOWITT HP2551 user but looking at your log1.txt log extract it appears that your station is sending both rapidfire as well as normal (non-rapidfire) updates.

Rapid fire:
May 22 07:40:02 UBUNTUMATE-1000H weewx[26366]: interceptor: ServerThread: GET: ID=IVICTORI1768&PASSWORD=XXXX&indoortempf=71.1&tempf=54.3&dewptf=47.7&windchillf=54.3&indoorhumidity=52&humidity=78&windspeedmph=6.9&windgustmph=8.1&winddir=40&absbaromin=29.73&baromin=30.34&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=1.35&yearlyrainin=2.25&solarradiation=16.88&UV=0&dateutc=2019-05-21%2021:40:01&softwaretype=EasyWeatherV1.3.2&action=updateraw&realtime=1&rtfreq=5

normal:
May 22 07:40:18 UBUNTUMATE-1000H weewx[26366]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-21+21:40:17&tempinf=71.4&humidityin=52&baromrelin=30.34&baromabsin=29.73&tempf=54.3&humidity=78&winddir=18&windspeedmph=5.4&windspdmph_avg10m=0.0&windgustmph=6.9&maxdailygust=15.9&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=1.346&yearlyrainin=2.248&solarradiation=16.02&uv=0

This really shouldn't be an issue but if you have a look at the number of decimal places used for each rain related observation in each you will see the RF updates use 2 decimal places and the normal updates 3 decimal places. Consequently, when you have normal after a RF you get a rain counter wraparound detected and your rainfall has the wrapped around figure added. If you have RF after normal you get 0.002 inches added. RF after RF has no effect as both yearly rain fields are identical. I don't think using any of the other rain fields will make a difference because the same decimal places difference exist with both.

Maybe less than ideal but can you turn off RF updates on your station, that would at last show if that cures the issue or not. If so, maybe the solution is to get the interceptor driver to ignore either the RF updates or the normal updates. Not sure whether it can or not, probably one for Matthew the author.

Gary

Joe Santas

unread,
May 22, 2019, 2:10:09 AM5/22/19
to weewx-user
Just tried disabling rapid fire but no change.  Its still incrementing as previously... That 2.2.x figure still pops up..  Not sure where its pulling this from
using rain_total 2.248


May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: ignored parameter action=updateraw
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.00
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: raw packet: {'wind_speed': 2.7, 'humidity_in': 54.0, 'temperature_in': 72.7, 'barometer': 30.3, 'windchill': 70.9, 'dewpoint': 45.5, 'humidity_out': 40.0, 'uv': 0.0, 'radiation': 50.65, 'rain': 0.0, 'dateTime': 1558505079, 'temperature_out': 70.9, 'wind_dir': 17.0, 'rain_total': 2.25, 'usUnits': 1, 'wind_gust': 3.4}
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: mapped packet: {'barometer': 30.3, 'windchill': 70.9, 'dewpoint': 45.5, 'outHumidity': 40.0, 'UV': 0.0, 'radiation': 50.65, 'rain': 0.0, 'dateTime': 1558505079, 'windDir': 17.0, 'outTemp': 70.9, 'windSpeed': 2.7, 'inHumidity': 54.0, 'inTemp': 72.7, 'windGust': 3.4, 'usUnits': 1}
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+06:04:39&tempinf=72.7&humidityin=54&baromrelin=30.30&baromabsin=29.69&tempf=70.9&humidity=40&winddir=17&windspeedmph=2.7&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=6.9&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=1.346&yearlyrainin=2.248&solarradiation=50.65&uv=0
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: raw data: PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+06:04:39&tempinf=72.7&humidityin=54&baromrelin=30.30&baromabsin=29.69&tempf=70.9&humidity=40&winddir=17&windspeedmph=2.7&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=6.9&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=1.346&yearlyrainin=2.248&solarradiation=50.65&uv=0
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: using rain_total 2.248 from yearlyrainin
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter baromrelin=30.30
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter maxdailygust=6.9
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter monthlyrainin=1.346
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter PASSKEY=
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter humidityin=54
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter baromabsin=29.69
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter tempinf=72.7
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter uv=0
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000

gjr80

unread,
May 22, 2019, 2:34:56 AM5/22/19
to weewx-user
Hard to make say too much from such a short log extract. Did you restart WeeWX? Would be worthwhile seeing the log from a restart onwards covering a least a couple of archive periods.

Gary

Gábor Szabados

unread,
May 22, 2019, 2:38:31 AM5/22/19
to weewx...@googlegroups.com
There is another issue too, where a messages is sent without yearly rain as this one, where the daily rainin is used by intercetor. It should not mix the yearly and daily measurements it should use only one of them which exists in all messages. But when it uses the daily it zeros the total rail so it will add next 2.25 or 2.48 as rain for the day. I think the statition still send messages what it shouldn't be.

May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: ServerThread: GET: siteid=xxxx&siteAuthenticationKey=xxxx&dateutc=2019-05-21%2021:40:33&tempf=54.3&dewptf=47.7&humidity=78&baromin=30.34&winddir=34&windspeedmph=5.4&windgustmph=6.9&rainin=0.00&dailyrainin=0.00&softwaretype=EasyWeatherV1.3.2
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: raw data: siteid=xxxx&siteAuthenticationKey=xxxx&dateutc=2019-05-21%2021:40:33&tempf=54.3&dewptf=47.7&humidity=78&baromin=30.34&winddir=34&windspeedmph=5.4&windgustmph=6.9&rainin=0.00&dailyrainin=0.00&softwaretype=EasyWeatherV1.3.2
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: using rain_total 0.0 from dailyrainin
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: firmware EasyWeatherV1.3.2: baromin is barometer
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: unrecognized parameter rainin=0.00
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: ignored parameter softwaretype=EasyWeatherV1.3.2
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: unrecognized parameter siteid=xxxx
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: unrecognized parameter siteAuthenticationKey=xxxx
May 22 07:40:34 UBUNTUMATE-1000H weewx[26366]: interceptor: MainThread: rain counter wraparound detected: new=0.0 last=2.25

Gábor


To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e44bf030-458a-45c4-8a98-0a52af19cb5d%40googlegroups.com.

Joe Santas

unread,
May 22, 2019, 3:13:56 AM5/22/19
to weewx-user
I think its fixed.  Looks like by clearing the entries re the internet services wunderground and the others some how it retained them even though they were blanked out this is even after a restart of the unit.
The only way around it was to do a factory reset and seems to have done the trick.
Only thing that is not getting reported now is the barometer reading where it was previously.  Finally some progress... :)

May 22 17:12:17 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: unrecognized parameter baromabsin=29.71
May 22 17:12:17 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: unrecognized parameter tempinf=70.3
May 22 17:12:17 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:12:17 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:12:17 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:12:17 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: raw packet: {'wind_speed': 3.8, 'wind_gust': 4.5, 'humidity_out': 53.0, 'radiation': 3.79, 'rain': 0.0, 'dateTime': 1558509137, 'temperature_out': 64.2, 'wind_dir': 11.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:12:17 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: mapped packet: {'outHumidity': 53.0, 'radiation': 3.79, 'rain': 0.0, 'dateTime': 1558509137, 'windDir': 11.0, 'outTemp': 64.2, 'windSpeed': 3.8, 'windGust': 4.5, 'usUnits': 1}
May 22 17:12:27 UBUNTUMATE-1000H weewx[2847]: interceptor: MainThread: empty queue





gjr80

unread,
May 22, 2019, 3:14:46 AM5/22/19
to weewx-user
Those lines smell very much of WOW. Might want to disable WOW uploads as well as WeatherCloud.

Gary

Joe Santas

unread,
May 22, 2019, 4:01:29 AM5/22/19
to weewx-user
May 22 17:45:40 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:45:40 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:45:40 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:45:40 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 4.0, 'wind_gust': 4.5, 'humidity_out': 54.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511140, 'temperature_out': 62.1, 'wind_dir': 25.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:45:40 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 54.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511140, 'windDir': 25.0, 'outTemp': 62.1, 'windSpeed': 4.0, 'windGust': 4.5, 'usUnits': 1}
May 22 17:45:40 UBUNTUMATE-1000H weewx[3154]: manager: Added record 2019-05-22 17:45:00 AEST (1558511100) to database 'weewx.sdb'
May 22 17:45:40 UBUNTUMATE-1000H weewx[3154]: manager: Added record 2019-05-22 17:45:00 AEST (1558511100) to daily summary in 'weewx.sdb'
May 22 17:45:41 UBUNTUMATE-1000H weewx[3154]: restx: WeatherCloud: wait interval (300 < 600) has not passed for record 2019-05-22 17:45:00 AEST (1558511100)
May 22 17:45:41 UBUNTUMATE-1000H weewx[3154]: reportengine: Running reports for latest time in the database.
May 22 17:45:41 UBUNTUMATE-1000H weewx[3154]: reportengine: Running report 'SeasonsReport'
May 22 17:45:41 UBUNTUMATE-1000H weewx[3154]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
May 22 17:45:41 UBUNTUMATE-1000H weewx[3154]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
May 22 17:45:41 UBUNTUMATE-1000H weewx[3154]: manager: Daily summary version is 2.0
May 22 17:45:41 UBUNTUMATE-1000H weewx[3154]: restx: Wunderground-PWS: Published record 2019-05-22 17:45:00 AEST (1558511100)
May 22 17:45:42 UBUNTUMATE-1000H weewx[3154]: restx: AWEKAS: Published record 2019-05-22 17:45:00 AEST (1558511100)
May 22 17:45:42 UBUNTUMATE-1000H weewx[3154]: restx: PWSWeather: Published record 2019-05-22 17:45:00 AEST (1558511100)
May 22 17:45:43 UBUNTUMATE-1000H weewx[3154]: cheetahgenerator: Generated 8 files for report SeasonsReport in 1.81 seconds
May 22 17:45:43 UBUNTUMATE-1000H weewx[3154]: manager: Daily summary version is 2.0
May 22 17:45:44 UBUNTUMATE-1000H weewx[3154]: imagegenerator: Generated 14 images for SeasonsReport in 1.21 seconds
May 22 17:45:44 UBUNTUMATE-1000H weewx[3154]: copygenerator: copied 0 files to /var/www/html/weewx
May 22 17:45:44 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
May 22 17:45:44 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'MobileReport' not enabled. Skipping.
May 22 17:45:44 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'StandardReport' not enabled. Skipping.
May 22 17:45:44 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'FTP' not enabled. Skipping.
May 22 17:45:44 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'RSYNC' not enabled. Skipping.
May 22 17:45:51 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:46:41 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:46:44&tempinf=74.7&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=62.1&humidity=54&winddir=25&windspeedmph=2.5&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=xxx&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:46:44&tempinf=74.7&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=62.1&humidity=54&winddir=25&windspeedmph=2.5&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.72
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxx
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=47
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.72
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=74.7
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 2.5, 'wind_gust': 3.4, 'humidity_out': 54.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511204, 'temperature_out': 62.1, 'wind_dir': 25.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:46:44 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 54.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511204, 'windDir': 25.0, 'outTemp': 62.1, 'windSpeed': 2.5, 'windGust': 3.4, 'usUnits': 1}
May 22 17:46:54 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:47:44 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:47:48&tempinf=74.7&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=62.1&humidity=55&winddir=21&windspeedmph=2.5&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:47:48&tempinf=74.7&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=62.1&humidity=55&winddir=21&windspeedmph=2.5&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.72
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxx
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=47
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.72
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=74.7
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 2.5, 'wind_gust': 3.4, 'humidity_out': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511268, 'temperature_out': 62.1, 'wind_dir': 21.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:47:48 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511268, 'windDir': 21.0, 'outTemp': 62.1, 'windSpeed': 2.5, 'windGust': 3.4, 'usUnits': 1}
May 22 17:47:58 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:48:48 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:48:51&tempinf=74.7&humidityin=46&baromrelin=29.72&baromabsin=29.72&tempf=61.9&humidity=55&winddir=27&windspeedmph=2.9&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:48:51&tempinf=74.7&humidityin=46&baromrelin=29.72&baromabsin=29.72&tempf=61.9&humidity=55&winddir=27&windspeedmph=2.9&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.72
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxx
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.72
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=74.7
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 2.9, 'wind_gust': 3.4, 'humidity_out': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511331, 'temperature_out': 61.9, 'wind_dir': 27.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:48:52 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511331, 'windDir': 27.0, 'outTemp': 61.9, 'windSpeed': 2.9, 'windGust': 3.4, 'usUnits': 1}
May 22 17:49:02 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:49:52 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:49:55&tempinf=74.7&humidityin=47&baromrelin=29.71&baromabsin=29.71&tempf=61.7&humidity=55&winddir=40&windspeedmph=3.6&windspdmph_avg10m=0.0&windgustmph=4.5&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:49:55&tempinf=74.7&humidityin=47&baromrelin=29.71&baromabsin=29.71&tempf=61.7&humidity=55&winddir=40&windspeedmph=3.6&windspdmph_avg10m=0.0&windgustmph=4.5&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.71
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxx
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=47
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.71
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=74.7
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 3.6, 'wind_gust': 4.5, 'humidity_out': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511395, 'temperature_out': 61.7, 'wind_dir': 40.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:49:56 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511395, 'windDir': 40.0, 'outTemp': 61.7, 'windSpeed': 3.6, 'windGust': 4.5, 'usUnits': 1}
May 22 17:50:06 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:50:56 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:50:59&tempinf=74.7&humidityin=47&baromrelin=29.71&baromabsin=29.71&tempf=61.5&humidity=55&winddir=15&windspeedmph=3.4&windspdmph_avg10m=0.0&windgustmph=4.5&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:50:59&tempinf=74.7&humidityin=47&baromrelin=29.71&baromabsin=29.71&tempf=61.5&humidity=55&winddir=15&windspeedmph=3.4&windspdmph_avg10m=0.0&windgustmph=4.5&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.71
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxx
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=47
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.71
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=74.7
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 3.4, 'wind_gust': 4.5, 'humidity_out': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511459, 'temperature_out': 61.5, 'wind_dir': 15.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511459, 'windDir': 15.0, 'outTemp': 61.5, 'windSpeed': 3.4, 'windGust': 4.5, 'usUnits': 1}
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: manager: Added record 2019-05-22 17:50:00 AEST (1558511400) to database 'weewx.sdb'
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: manager: Added record 2019-05-22 17:50:00 AEST (1558511400) to daily summary in 'weewx.sdb'
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: reportengine: Running reports for latest time in the database.
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: reportengine: Running report 'SeasonsReport'
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
May 22 17:51:00 UBUNTUMATE-1000H weewx[3154]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
May 22 17:51:01 UBUNTUMATE-1000H weewx[3154]: manager: Daily summary version is 2.0
May 22 17:51:01 UBUNTUMATE-1000H weewx[3154]: restx: Wunderground-PWS: Published record 2019-05-22 17:50:00 AEST (1558511400)
May 22 17:51:01 UBUNTUMATE-1000H weewx[3154]: restx: AWEKAS: Published record 2019-05-22 17:50:00 AEST (1558511400)
May 22 17:51:01 UBUNTUMATE-1000H weewx[3154]: restx: PWSWeather: Published record 2019-05-22 17:50:00 AEST (1558511400)
May 22 17:51:02 UBUNTUMATE-1000H weewx[3154]: restx: WeatherCloud: Published record 2019-05-22 17:50:00 AEST (1558511400)
May 22 17:51:02 UBUNTUMATE-1000H weewx[3154]: cheetahgenerator: Generated 8 files for report SeasonsReport in 1.85 seconds
May 22 17:51:02 UBUNTUMATE-1000H weewx[3154]: manager: Daily summary version is 2.0
May 22 17:51:04 UBUNTUMATE-1000H weewx[3154]: imagegenerator: Generated 14 images for SeasonsReport in 1.19 seconds
May 22 17:51:04 UBUNTUMATE-1000H weewx[3154]: copygenerator: copied 0 files to /var/www/html/weewx
May 22 17:51:04 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
May 22 17:51:04 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'MobileReport' not enabled. Skipping.
May 22 17:51:04 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'StandardReport' not enabled. Skipping.
May 22 17:51:04 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'FTP' not enabled. Skipping.
May 22 17:51:04 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'RSYNC' not enabled. Skipping.
May 22 17:51:10 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:52:00 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:52:03&tempinf=75.0&humidityin=46&baromrelin=29.72&baromabsin=29.72&tempf=61.3&humidity=55&winddir=26&windspeedmph=3.4&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=xxxx&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:52:03&tempinf=75.0&humidityin=46&baromrelin=29.72&baromabsin=29.72&tempf=61.3&humidity=55&winddir=26&windspeedmph=3.4&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.72
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxxx
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=46
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.72
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=75.0
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 3.4, 'wind_gust': 3.4, 'humidity_out': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511523, 'temperature_out': 61.3, 'wind_dir': 26.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:52:04 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 55.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511523, 'windDir': 26.0, 'outTemp': 61.3, 'windSpeed': 3.4, 'windGust': 3.4, 'usUnits': 1}
May 22 17:52:14 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:53:04 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:53:07&tempinf=75.2&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=61.3&humidity=56&winddir=356&windspeedmph=3.6&windspdmph_avg10m=0.0&windgustmph=4.5&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:53:07&tempinf=75.2&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=61.3&humidity=56&winddir=356&windspeedmph=3.6&windspdmph_avg10m=0.0&windgustmph=4.5&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.72
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=47
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.72
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=75.2
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 3.6, 'wind_gust': 4.5, 'humidity_out': 56.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511587, 'temperature_out': 61.3, 'wind_dir': 356.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:53:08 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 56.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511587, 'windDir': 356.0, 'outTemp': 61.3, 'windSpeed': 3.6, 'windGust': 4.5, 'usUnits': 1}
May 22 17:53:18 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:54:08 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:54:11&tempinf=75.2&humidityin=47&baromrelin=29.73&baromabsin=29.73&tempf=61.0&humidity=56&winddir=39&windspeedmph=1.8&windspdmph_avg10m=0.0&windgustmph=2.2&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=B49D741DD8D21E1D5B657ADE7C3A9D91&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:54:11&tempinf=75.2&humidityin=47&baromrelin=29.73&baromabsin=29.73&tempf=61.0&humidity=56&winddir=39&windspeedmph=1.8&windspdmph_avg10m=0.0&windgustmph=2.2&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.73
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxxx
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=47
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.73
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=75.2
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 1.8, 'wind_gust': 2.2, 'humidity_out': 56.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511651, 'temperature_out': 61.0, 'wind_dir': 39.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:54:12 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 56.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511651, 'windDir': 39.0, 'outTemp': 61.0, 'windSpeed': 1.8, 'windGust': 2.2, 'usUnits': 1}
May 22 17:54:22 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:54:32 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:54:34 UBUNTUMATE-1000H dbus-daemon[3241]: [session uid=0 pid=3239] AppArmor D-Bus mediation is enabled
May 22 17:54:35 UBUNTUMATE-1000H dbus-daemon[3241]: [session uid=0 pid=3239] Activating service name='ca.desrt.dconf' requested by ':1.0' (uid=0 pid=3233 comm="nautilus " label="unconfined")
May 22 17:54:35 UBUNTUMATE-1000H dbus-daemon[3241]: [session uid=0 pid=3239] Successfully activated service 'ca.desrt.dconf'
May 22 17:54:36 UBUNTUMATE-1000H dbus-daemon[664]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.80' (uid=0 pid=3233 comm="nautilus " label="unconfined")
May 22 17:54:36 UBUNTUMATE-1000H systemd[1]: Starting Hostname Service...
May 22 17:54:36 UBUNTUMATE-1000H dbus-daemon[664]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 22 17:54:36 UBUNTUMATE-1000H systemd[1]: Started Hostname Service.
May 22 17:54:42 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:55:12 UBUNTUMATE-1000H weewx[3154]: message repeated 3 times: [ interceptor: MainThread: empty queue]
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:55:15&tempinf=75.2&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=60.8&humidity=56&winddir=38&windspeedmph=1.8&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=xxxx&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:55:15&tempinf=75.2&humidityin=47&baromrelin=29.72&baromabsin=29.72&tempf=60.8&humidity=56&winddir=38&windspeedmph=1.8&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.72
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxx
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=47
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.72
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=75.2
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 1.8, 'wind_gust': 3.4, 'humidity_out': 56.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511715, 'temperature_out': 60.8, 'wind_dir': 38.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 56.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511715, 'windDir': 38.0, 'outTemp': 60.8, 'windSpeed': 1.8, 'windGust': 3.4, 'usUnits': 1}
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: manager: Added record 2019-05-22 17:55:00 AEST (1558511700) to database 'weewx.sdb'
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: manager: Added record 2019-05-22 17:55:00 AEST (1558511700) to daily summary in 'weewx.sdb'
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: restx: WeatherCloud: wait interval (300 < 600) has not passed for record 2019-05-22 17:55:00 AEST (1558511700)
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: reportengine: Running reports for latest time in the database.
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: reportengine: Running report 'SeasonsReport'
May 22 17:55:16 UBUNTUMATE-1000H weewx[3154]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
May 22 17:55:17 UBUNTUMATE-1000H weewx[3154]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
May 22 17:55:17 UBUNTUMATE-1000H weewx[3154]: manager: Daily summary version is 2.0
May 22 17:55:17 UBUNTUMATE-1000H weewx[3154]: restx: Wunderground-PWS: Published record 2019-05-22 17:55:00 AEST (1558511700)
May 22 17:55:17 UBUNTUMATE-1000H weewx[3154]: restx: PWSWeather: Published record 2019-05-22 17:55:00 AEST (1558511700)
May 22 17:55:17 UBUNTUMATE-1000H weewx[3154]: restx: AWEKAS: Failed to publish record 2019-05-22 17:55:00 AEST (1558511700): server returned 'too many requests - try again later '
May 22 17:55:20 UBUNTUMATE-1000H weewx[3154]: cheetahgenerator: Generated 8 files for report SeasonsReport in 3.51 seconds
May 22 17:55:20 UBUNTUMATE-1000H weewx[3154]: manager: Daily summary version is 2.0
May 22 17:55:22 UBUNTUMATE-1000H weewx[3154]: imagegenerator: Generated 14 images for SeasonsReport in 1.85 seconds
May 22 17:55:22 UBUNTUMATE-1000H weewx[3154]: copygenerator: copied 0 files to /var/www/html/weewx
May 22 17:55:22 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
May 22 17:55:22 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'MobileReport' not enabled. Skipping.
May 22 17:55:22 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'StandardReport' not enabled. Skipping.
May 22 17:55:22 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'FTP' not enabled. Skipping.
May 22 17:55:22 UBUNTUMATE-1000H weewx[3154]: reportengine: Report 'RSYNC' not enabled. Skipping.
May 22 17:55:26 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:56:16 UBUNTUMATE-1000H weewx[3154]: message repeated 5 times: [ interceptor: MainThread: empty queue]
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:56:19&tempinf=75.2&humidityin=46&baromrelin=29.72&baromabsin=29.72&tempf=60.8&humidity=57&winddir=36&windspeedmph=2.2&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw data: PASSKEY=xxxx&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+07:56:19&tempinf=75.2&humidityin=46&baromrelin=29.72&baromabsin=29.72&tempf=60.8&humidity=57&winddir=36&windspeedmph=2.2&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=5.8&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.000&yearlyrainin=0.000&solarradiation=0.00&uv=0
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: using rain_total 0.0 from yearlyrainin
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter eventrainin=0.000
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromrelin=29.72
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter maxdailygust=5.8
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter monthlyrainin=0.000
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter PASSKEY=xxxxx
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter humidityin=46
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter rainratein=0.000
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter windspdmph_avg10m=0.0
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.000
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter baromabsin=29.72
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter tempinf=75.2
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter uv=0
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter stationtype=EasyWeatherV1.3.2
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.000
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: raw packet: {'wind_speed': 2.2, 'wind_gust': 3.4, 'humidity_out': 57.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511779, 'temperature_out': 60.8, 'wind_dir': 36.0, 'rain_total': 0.0, 'usUnits': 1}
May 22 17:56:20 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: mapped packet: {'outHumidity': 57.0, 'radiation': 0.0, 'rain': 0.0, 'dateTime': 1558511779, 'windDir': 36.0, 'outTemp': 60.8, 'windSpeed': 2.2, 'windGust': 3.4, 'usUnits': 1}
May 22 17:56:30 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue
May 22 17:56:40 UBUNTUMATE-1000H weewx[3154]: interceptor: MainThread: empty queue


On Wednesday, May 22, 2019 at 4:34:56 PM UTC+10, gjr80 wrote:
Hard to make say too much from such a short log extract. Did you restart WeeWX? Would be worthwhile seeing the log from a restart onwards covering a least a couple of archive periods.

Gary

On Wednesday, 22 May 2019 16:10:09 UTC+10, Joe Santas wrote:
Just tried disabling rapid fire but no change.  Its still incrementing as previously... That 2.2.x figure still pops up..  Not sure where its pulling this from
using rain_total 2.248


May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: ignored parameter action=updateraw
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: unrecognized parameter weeklyrainin=0.00
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: raw packet: {'wind_speed': 2.7, 'humidity_in': 54.0, 'temperature_in': 72.7, 'barometer': 30.3, 'windchill': 70.9, 'dewpoint': 45.5, 'humidity_out': 40.0, 'uv': 0.0, 'radiation': 50.65, 'rain': 0.0, 'dateTime': 1558505079, 'temperature_out': 70.9, 'wind_dir': 17.0, 'rain_total': 2.25, 'usUnits': 1, 'wind_gust': 3.4}
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: mapped packet: {'barometer': 30.3, 'windchill': 70.9, 'dewpoint': 45.5, 'outHumidity': 40.0, 'UV': 0.0, 'radiation': 50.65, 'rain': 0.0, 'dateTime': 1558505079, 'windDir': 17.0, 'outTemp': 70.9, 'windSpeed': 2.7, 'inHumidity': 54.0, 'inTemp': 72.7, 'windGust': 3.4, 'usUnits': 1}
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: ServerThread: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+06:04:39&tempinf=72.7&humidityin=54&baromrelin=30.30&baromabsin=29.69&tempf=70.9&humidity=40&winddir=17&windspeedmph=2.7&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=6.9&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=1.346&yearlyrainin=2.248&solarradiation=50.65&uv=0
May 22 16:04:39 UBUNTUMATE-1000H weewx[2069]: interceptor: MainThread: raw data: PASSKEY=xxxxx&stationtype=EasyWeatherV1.3.2&dateutc=2019-05-22+06:04:39&tempinf=72.7&humidityin=54&baromrelin=30.30&baromabsin=29.69&tempf=70.9&humidity=40&winddir=17&windspeedmph=2.7&windspdmph_avg10m=0.0&windgustmph=3.4&maxdailygust=6.9&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=1.346&yearlyrainin=2.248&solarradiation=50.65&uv=0

Joe Santas

unread,
May 23, 2019, 12:10:09 PM5/23/19
to weewx-user
Finally sorted this.  
Thanking you both Gábor and Gary for your assistance with this and spending time trying to resolve this.
Believe it or not it was something simple in my config.  
After some more reading re the interceptor driver i figured out what was going on.
I had my config set to wu-client.  When i changed it to observer everything just fell into place.
Looks like my data is getting to the sites i have signed up too and my weewx server as well.  
Hopefully it rains tomorrow lol and that will be pretty much it.  Thats the only update i am waiting on now to see if it works.
Happy days lol.

Regards



On Tuesday, May 21, 2019 at 3:05:35 AM UTC+10, Joe Santas wrote:
Reply all
Reply to author
Forward
0 new messages