thnigspeak - API

72 views
Skip to first unread message

Sathish Durai

unread,
Jun 17, 2018, 1:08:50 AM6/17/18
to weewx-user
Hi
I tried to get my weewx data into thingspeak through the extension... 

Am not sure if had done the right things to get going here is the below....steps...

  • Installed the extension....pi@raspberrypi:~ $ /home/weewx/bin/wee_extension --list

    Extension Name    Version   Description

    thingspeak        0.6       Upload weather data to ThingSpeak.


  • Updated the RESTful with my Thingspeak API....(write API key)##############################################################################


    #   This section is for uploading data to Internet sites


    [StdRESTful]


        [[StationRegistry]]

            # To register this weather station with weewx, set this to true

            register_this_station = True


            log_success = True

            log_failure = True    
        [[ThingSpeak]]

        api_key = OD9N3MUAUTK78III

        [[[fields]]]

            [[[[field1]]]]

                obs = outTemp

                units = degree_F

            [[[[field2]]]]

                obs = humidity

                units = %

            [[[[field3]]]]

                obs = windspeed

                units = km/h

            [[[[field4]]]]

                obs = windDir

                units = degree

            [[[[field5]]]]

                obs = windGust

                units = Km/h

            [[[[field6]]]]

                obs = pressure

                units = hPa

            [[[[field7]]]]

                obs = rain

                units = mm

any correction in my above lines would be most welcome...


regards
Sathish

Andrew Milner

unread,
Jun 17, 2018, 2:11:08 AM6/17/18
to weewx-user
what does the log show when weewx tries to update thingspeak??  Are there any errors??  Attach the log from startup of weewx until two archive periods have passed and we may be able to help more.  Without the log we would just be guessing.

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 2:14:19 AM6/17/18
to weewx...@googlegroups.com
Sure... 
I have done one more restart of the Weewx & then Rpi ... I'll post in a few hours.


regards
Sathish

--
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/WtSK89jNvig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish

Andrew Milner

unread,
Jun 17, 2018, 2:15:13 AM6/17/18
to weewx-user
It may just be as simple as the indentation is not correct for thingspeak.  I see the number of brackets looks correct - do not know if the indentation is significant or not



On Sunday, 17 June 2018 08:08:50 UTC+3, Sathish Durai wrote:

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 3:36:56 AM6/17/18
to weewx...@googlegroups.com
This is the Log file....

pi@raspberrypi:~ $ sudo tail -f /var/log/syslog

Jun 17 11:41:44 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:41:44 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:41:44 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:41:45 raspberrypi weewx[1122]: fousb: get 693 records since 2018-06-17 06:07:30

Jun 17 11:41:45 raspberrypi weewx[1122]: fousb: synchronising to the weather station (quality=1)

Jun 17 11:41:46 raspberrypi weewx[1122]: fousb: status {'unknown': 0, 'lost_connection': 0, 'rain_overflow': 0} (0)

Jun 17 11:41:46 raspberrypi weewx[1122]: fousb: new data

Jun 17 11:41:46 raspberrypi weewx[1122]: fousb: setting sensor clock 34.8676

Jun 17 11:41:46 raspberrypi weewx[1122]: fousb: live synchronised

Jun 17 11:41:46 raspberrypi weewx[1122]: fousb: packet timestamp is 06:11:46

Jun 17 11:42:31 raspberrypi weewx[1122]: fousb: avoid 5.9036231041

Jun 17 11:42:38 raspberrypi weewx[1122]: fousb: unstable read: blocks differ for ptr 0x002c40

Jun 17 11:42:38 raspberrypi weewx[1122]: fousb: new data

Jun 17 11:42:38 raspberrypi weewx[1122]: fousb: packet timestamp is 06:12:34

Jun 17 11:43:20 raspberrypi weewx[1122]: fousb: avoid 5.84862303734

Jun 17 11:43:25 raspberrypi weewx[1122]: fousb: new data

Jun 17 11:43:25 raspberrypi weewx[1122]: fousb: packet timestamp is 06:13:22

Jun 17 11:43:51 raspberrypi weewx[1122]: fousb: new ptr: 002c60 (002c50)

Jun 17 11:43:51 raspberrypi weewx[1122]: fousb: setting station clock 51.1031

Jun 17 11:43:51 raspberrypi weewx[1122]: fousb: log synchronised

Jun 17 11:43:51 raspberrypi weewx[1122]: fousb: packet timestamp is 06:13:51

Jun 17 11:43:51 raspberrypi weewx[1122]: fousb: synchronised to 2018-06-17 06:13:51 for ptr 0x2c50

Jun 17 11:43:51 raspberrypi weewx[1122]: fousb: found 2 archive records

Jun 17 11:43:51 raspberrypi weewx[1122]: fousb: returning archive record 1529215731

Jun 17 11:43:51 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:38:51 IST (1529215731) to database 'weewx.sdb'

Jun 17 11:43:51 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:38:51 IST (1529215731) to daily summary in 'weewx.sdb'

Jun 17 11:43:52 raspberrypi weewx[1122]: fousb: returning archive record 1529216031

Jun 17 11:43:52 raspberrypi weewx[1122]: units: Unable to convert from degree_compass to degree

Jun 17 11:43:52 raspberrypi weewx[1122]: restx: ThingSpeak: Unexpected exception of type <type 'exceptions.KeyError'>

Jun 17 11:43:52 raspberrypi weewx[1122]: *** Traceback (most recent call last):

Jun 17 11:43:52 raspberrypi weewx[1122]: ***   File "/home/weewx/bin/weewx/restx.py", line 343, in run_loop

Jun 17 11:43:52 raspberrypi weewx[1122]: ***     self.process_record(_record, dbmanager)

Jun 17 11:43:52 raspberrypi weewx[1122]: ***   File "/home/weewx/bin/user/thingspeak.py", line 203, in process_record

Jun 17 11:43:52 raspberrypi weewx[1122]: ***     url = self.get_url(record)

Jun 17 11:43:52 raspberrypi weewx[1122]: ***   File "/home/weewx/bin/user/thingspeak.py", line 231, in get_url

Jun 17 11:43:52 raspberrypi weewx[1122]: ***     v = weewx.units.convert(from_t, to_units)[0]

Jun 17 11:43:52 raspberrypi weewx[1122]: ***   File "/home/weewx/bin/weewx/units.py", line 1081, in convert

Jun 17 11:43:52 raspberrypi weewx[1122]: ***     conversion_func = conversionDict[val_t[1]][target_unit_type]

Jun 17 11:43:52 raspberrypi weewx[1122]: *** KeyError: 'degree_compass'

Jun 17 11:43:52 raspberrypi weewx[1122]: restx: ThingSpeak: Thread exiting. Reason: 'degree_compass'

Jun 17 11:43:52 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:43:51 IST (1529216031) to database 'weewx.sdb'

Jun 17 11:43:52 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:43:51 IST (1529216031) to daily summary in 'weewx.sdb'

Jun 17 11:43:52 raspberrypi weewx[1122]: engine: Starting main packet loop.

Jun 17 11:43:52 raspberrypi weewx[1122]: fousb: avoid 1.49560594559

Jun 17 11:43:52 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 11:43:53 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 11:38:51 IST (1529215731)

Jun 17 11:43:53 raspberrypi weewx[1122]: restx: StationRegistry: Published record 2018-06-17 11:38:51 IST (1529215731)

Jun 17 11:43:53 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (300 < 604800) has not passed for record 2018-06-17 11:43:51 IST (1529216031)

Jun 17 11:43:53 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 11:38:51 IST (1529215731)

Jun 17 11:43:53 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 11:43:51 IST (1529216031)

Jun 17 11:43:53 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 11:43:51 IST (1529216031)

Jun 17 11:43:54 raspberrypi weewx[1122]: fousb: station status {'unknown': 0, 'lost_connection': 0, 'rain_overflow': 0} (0)

Jun 17 11:45:55 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:45:00 IST (1529216100) to database 'weewx.sdb'

Jun 17 11:45:55 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:45:00 IST (1529216100) to daily summary in 'weewx.sdb'

Jun 17 11:45:55 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (369 < 604800) has not passed for record 2018-06-17 11:45:00 IST (1529216100)

Jun 17 11:45:55 raspberrypi weewx[1122]: restx: CWOP: wait interval (369 < 600) has not passed for record 2018-06-17 11:45:00 IST (1529216100)

Jun 17 11:45:55 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 11:45:55 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 11:45:55 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 11:45:56 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 11:45:57 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:46:02 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 11:45:00 IST (1529216100)

Jun 17 11:46:22 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 26.10 seconds

Jun 17 11:46:23 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:46:28 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 5.05 seconds

Jun 17 11:46:28 raspberrypi weewx[1122]: copygenerator: copied 14 files to /home/weewx/public_html

Jun 17 11:46:28 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 11:46:28 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 11:46:28 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 11:46:28 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 11:46:28 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 11:46:28 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 11:48:56 raspberrypi weewx[1122]: fousb: avoid 5.54489803314

Jun 17 11:51:02 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:50:00 IST (1529216400) to database 'weewx.sdb'

Jun 17 11:51:02 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:50:00 IST (1529216400) to daily summary in 'weewx.sdb'

Jun 17 11:51:03 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (669 < 604800) has not passed for record 2018-06-17 11:50:00 IST (1529216400)

Jun 17 11:51:03 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 11:51:03 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 11:51:03 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 11:51:03 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 11:51:03 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:51:03 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 11:51:04 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 11:50:00 IST (1529216400)

Jun 17 11:51:04 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 11:50:00 IST (1529216400)

Jun 17 11:51:11 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.01 seconds

Jun 17 11:51:11 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:51:16 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.84 seconds

Jun 17 11:51:16 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 11:51:16 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 11:51:16 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 11:51:16 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 11:51:16 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 11:51:16 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 11:51:16 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 11:56:05 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:55:00 IST (1529216700) to database 'weewx.sdb'

Jun 17 11:56:05 raspberrypi weewx[1122]: manager: Added record 2018-06-17 11:55:00 IST (1529216700) to daily summary in 'weewx.sdb'

Jun 17 11:56:05 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (969 < 604800) has not passed for record 2018-06-17 11:55:00 IST (1529216700)

Jun 17 11:56:05 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 11:55:00 IST (1529216700)

Jun 17 11:56:05 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 11:56:05 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 11:56:05 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 11:56:05 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 11:56:05 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:56:08 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 11:55:00 IST (1529216700)

Jun 17 11:56:13 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.02 seconds

Jun 17 11:56:13 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 11:56:18 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.90 seconds

Jun 17 11:56:18 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 11:56:18 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 11:56:18 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 11:56:18 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 11:56:18 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 11:56:18 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 11:56:18 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:01:07 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:00:00 IST (1529217000) to database 'weewx.sdb'

Jun 17 12:01:07 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:00:00 IST (1529217000) to daily summary in 'weewx.sdb'

Jun 17 12:01:07 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (1269 < 604800) has not passed for record 2018-06-17 12:00:00 IST (1529217000)

Jun 17 12:01:07 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:01:07 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:01:07 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:01:07 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:01:08 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:01:08 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 12:01:09 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 12:00:00 IST (1529217000)

Jun 17 12:01:13 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:00:00 IST (1529217000)

Jun 17 12:01:15 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.05 seconds

Jun 17 12:01:15 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:01:40 raspberrypi weewx[1122]: imagegenerator: Generated 36 images for StandardReport in 24.78 seconds

Jun 17 12:01:40 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:01:40 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:01:40 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:01:40 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:01:40 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:01:40 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:01:40 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:04:08 raspberrypi weewx[1122]: fousb: avoid 5.70774412155

Jun 17 12:06:14 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:05:00 IST (1529217300) to database 'weewx.sdb'

Jun 17 12:06:14 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:05:00 IST (1529217300) to daily summary in 'weewx.sdb'

Jun 17 12:06:15 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (1569 < 604800) has not passed for record 2018-06-17 12:05:00 IST (1529217300)

Jun 17 12:06:15 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 12:05:00 IST (1529217300)

Jun 17 12:06:15 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:06:15 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:06:15 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:06:15 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:06:15 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:06:16 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:05:00 IST (1529217300)

Jun 17 12:06:23 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 7.99 seconds

Jun 17 12:06:23 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:06:28 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.78 seconds

Jun 17 12:06:28 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:06:28 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:06:28 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:06:28 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:06:28 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:06:28 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:06:28 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:10:16 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:10:00 IST (1529217600) to database 'weewx.sdb'

Jun 17 12:10:16 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:10:00 IST (1529217600) to daily summary in 'weewx.sdb'

Jun 17 12:10:17 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (1869 < 604800) has not passed for record 2018-06-17 12:10:00 IST (1529217600)

Jun 17 12:10:17 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:10:17 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:10:17 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:10:17 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:10:17 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:10:17 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 12:10:18 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:10:00 IST (1529217600)

Jun 17 12:10:18 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 12:10:00 IST (1529217600)

Jun 17 12:10:25 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.00 seconds

Jun 17 12:10:25 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:10:30 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.81 seconds

Jun 17 12:10:30 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:10:30 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:10:30 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:10:30 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:10:30 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:10:30 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:10:30 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:15:18 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:15:00 IST (1529217900) to database 'weewx.sdb'

Jun 17 12:15:18 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:15:00 IST (1529217900) to daily summary in 'weewx.sdb'

Jun 17 12:15:19 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (2169 < 604800) has not passed for record 2018-06-17 12:15:00 IST (1529217900)

Jun 17 12:15:19 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 12:15:00 IST (1529217900)

Jun 17 12:15:19 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:15:19 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:15:19 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:15:19 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:15:19 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:15:27 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 7.96 seconds

Jun 17 12:15:27 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:15:32 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.78 seconds

Jun 17 12:15:32 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:15:32 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:15:32 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:15:32 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:15:32 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:15:32 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:15:32 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:15:34 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:15:00 IST (1529217900)

Jun 17 12:17:01 raspberrypi CRON[1206]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

Jun 17 12:19:20 raspberrypi weewx[1122]: fousb: avoid 5.56772899628

Jun 17 12:20:26 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:20:00 IST (1529218200) to database 'weewx.sdb'

Jun 17 12:20:26 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:20:00 IST (1529218200) to daily summary in 'weewx.sdb'

Jun 17 12:20:26 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (2469 < 604800) has not passed for record 2018-06-17 12:20:00 IST (1529218200)

Jun 17 12:20:26 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:20:26 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:20:27 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:20:27 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:20:27 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:20:27 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 12:20:28 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:20:00 IST (1529218200)

Jun 17 12:20:28 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 12:20:00 IST (1529218200)

Jun 17 12:20:35 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.02 seconds

Jun 17 12:20:35 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:20:40 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.80 seconds

Jun 17 12:20:40 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:20:40 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:20:40 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:20:40 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:20:40 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:20:40 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:20:40 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:25:28 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:25:00 IST (1529218500) to database 'weewx.sdb'

Jun 17 12:25:28 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:25:00 IST (1529218500) to daily summary in 'weewx.sdb'

Jun 17 12:25:29 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (2769 < 604800) has not passed for record 2018-06-17 12:25:00 IST (1529218500)

Jun 17 12:25:29 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 12:25:00 IST (1529218500)

Jun 17 12:25:29 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:25:29 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:25:29 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:25:29 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:25:29 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:25:34 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:25:00 IST (1529218500)

Jun 17 12:25:37 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 7.95 seconds

Jun 17 12:25:37 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:25:42 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.80 seconds

Jun 17 12:25:42 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:25:42 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:25:42 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:25:42 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:25:42 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:25:42 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:25:42 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:30:30 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:30:00 IST (1529218800) to database 'weewx.sdb'

Jun 17 12:30:30 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:30:00 IST (1529218800) to daily summary in 'weewx.sdb'

Jun 17 12:30:31 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (3069 < 604800) has not passed for record 2018-06-17 12:30:00 IST (1529218800)

Jun 17 12:30:31 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:30:31 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:30:31 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:30:31 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:30:31 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:30:31 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 12:30:32 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 12:30:00 IST (1529218800)

Jun 17 12:30:36 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:30:00 IST (1529218800)

Jun 17 12:30:39 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.12 seconds

Jun 17 12:30:39 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:30:44 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.80 seconds

Jun 17 12:30:44 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:30:44 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:30:44 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:30:44 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:30:44 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:30:44 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:30:44 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:34:32 raspberrypi weewx[1122]: fousb: avoid 5.70773506165

Jun 17 12:35:38 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:35:00 IST (1529219100) to database 'weewx.sdb'

Jun 17 12:35:38 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:35:00 IST (1529219100) to daily summary in 'weewx.sdb'

Jun 17 12:35:38 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (3369 < 604800) has not passed for record 2018-06-17 12:35:00 IST (1529219100)

Jun 17 12:35:38 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 12:35:00 IST (1529219100)

Jun 17 12:35:38 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:35:38 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:35:39 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:35:39 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:35:39 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:35:44 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:35:00 IST (1529219100)

Jun 17 12:35:47 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 7.95 seconds

Jun 17 12:35:47 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:35:52 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.81 seconds

Jun 17 12:35:52 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:35:52 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:35:52 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:35:52 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:35:52 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:35:52 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:35:52 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:40:40 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:40:00 IST (1529219400) to database 'weewx.sdb'

Jun 17 12:40:40 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:40:00 IST (1529219400) to daily summary in 'weewx.sdb'

Jun 17 12:40:40 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (3669 < 604800) has not passed for record 2018-06-17 12:40:00 IST (1529219400)

Jun 17 12:40:40 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:40:41 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:40:41 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:40:41 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:40:41 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:40:41 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 12:40:42 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:40:00 IST (1529219400)

Jun 17 12:40:42 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 12:40:00 IST (1529219400)

Jun 17 12:40:49 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.03 seconds

Jun 17 12:40:49 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:40:54 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.80 seconds

Jun 17 12:40:54 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:40:54 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:40:54 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:40:54 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:40:54 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:40:54 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:40:54 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:45:42 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:45:00 IST (1529219700) to database 'weewx.sdb'

Jun 17 12:45:42 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:45:00 IST (1529219700) to daily summary in 'weewx.sdb'

Jun 17 12:45:43 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (3969 < 604800) has not passed for record 2018-06-17 12:45:00 IST (1529219700)

Jun 17 12:45:43 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 12:45:00 IST (1529219700)

Jun 17 12:45:43 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:45:43 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:45:43 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:45:43 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:45:44 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:45:44 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:45:00 IST (1529219700)

Jun 17 12:45:51 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.28 seconds

Jun 17 12:45:51 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:45:56 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.79 seconds

Jun 17 12:45:56 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:45:56 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:45:56 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:45:56 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:45:56 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:45:56 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:45:56 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:49:44 raspberrypi weewx[1122]: fousb: avoid 5.71771001816

Jun 17 12:49:49 raspberrypi weewx[1122]: fousb: avoid 4.22916388512

Jun 17 12:50:54 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:50:00 IST (1529220000) to database 'weewx.sdb'

Jun 17 12:50:54 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:50:00 IST (1529220000) to daily summary in 'weewx.sdb'

Jun 17 12:50:55 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (4269 < 604800) has not passed for record 2018-06-17 12:50:00 IST (1529220000)

Jun 17 12:50:55 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:50:55 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:50:55 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:50:55 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:50:55 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:50:56 raspberrypi weewx[1122]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 12:50:56 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:50:00 IST (1529220000)

Jun 17 12:50:56 raspberrypi weewx[1122]: restx: CWOP: Published record 2018-06-17 12:50:00 IST (1529220000)

Jun 17 12:51:03 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 8.01 seconds

Jun 17 12:51:03 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:51:08 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.80 seconds

Jun 17 12:51:08 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:51:08 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:51:08 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:51:08 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:51:08 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:51:08 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:51:08 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:55:56 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:55:00 IST (1529220300) to database 'weewx.sdb'

Jun 17 12:55:56 raspberrypi weewx[1122]: manager: Added record 2018-06-17 12:55:00 IST (1529220300) to daily summary in 'weewx.sdb'

Jun 17 12:55:57 raspberrypi weewx[1122]: restx: StationRegistry: wait interval (4569 < 604800) has not passed for record 2018-06-17 12:55:00 IST (1529220300)

Jun 17 12:55:57 raspberrypi weewx[1122]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 12:55:00 IST (1529220300)

Jun 17 12:55:57 raspberrypi weewx[1122]: reportengine: Running reports for latest time in the database.

Jun 17 12:55:57 raspberrypi weewx[1122]: reportengine: Running report StandardReport

Jun 17 12:55:57 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 12:55:57 raspberrypi weewx[1122]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 12:55:57 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:55:58 raspberrypi weewx[1122]: restx: Wunderground-PWS: Published record 2018-06-17 12:55:00 IST (1529220300)

Jun 17 12:56:05 raspberrypi weewx[1122]: cheetahgenerator: Generated 14 files for report StandardReport in 7.99 seconds

Jun 17 12:56:05 raspberrypi weewx[1122]: manager: Daily summary version is 2.0

Jun 17 12:56:10 raspberrypi weewx[1122]: imagegenerator: Generated 12 images for StandardReport in 4.75 seconds

Jun 17 12:56:10 raspberrypi weewx[1122]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 12:56:10 raspberrypi weewx[1122]: reportengine: Running report FTP

Jun 17 12:56:10 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 12:56:10 raspberrypi weewx[1122]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 12:56:10 raspberrypi weewx[1122]: reportengine: Running report RSYNC

Jun 17 12:56:10 raspberrypi weewx[1122]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 12:56:10 raspberrypi weewx[1122]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 12:56:57 raspberrypi weewx[1122]: fousb: avoid 4.35226511955


The above is the log run with debug=1                                                                                                                                                                                                                                   


--
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/WtSK89jNvig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish

Andrew Milner

unread,
Jun 17, 2018, 3:44:30 AM6/17/18
to weewx-user
looks to me as though wind direction units should be 'degree_compass' (or omitted completely) rather than 'degree' which you have specified.
...

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 3:48:30 AM6/17/18
to weewx...@googlegroups.com
Ok...
Have corrected it..... before restarting the weewx I have taken one more log... here below...

pi@raspberrypi:~ $ sudo tail -f /var/log/syslog

Jun 17 13:10:52 raspberrypi weewx[1408]: manager: Daily summary version is 2.0

Jun 17 13:10:52 raspberrypi weewx[1408]: manager: Daily summary version is 2.0

Jun 17 13:10:52 raspberrypi weewx[1408]: manager: Daily summary version is 2.0

Jun 17 13:10:52 raspberrypi weewx[1408]: fousb: get 711 records since 2018-06-17 07:37:30

Jun 17 13:10:52 raspberrypi weewx[1408]: fousb: synchronising to the weather station (quality=1)

Jun 17 13:10:53 raspberrypi weewx[1408]: fousb: status {'unknown': 0, 'lost_connection': 0, 'rain_overflow': 0} (0)

Jun 17 13:11:22 raspberrypi weewx[1408]: fousb: new data

Jun 17 13:11:22 raspberrypi weewx[1408]: fousb: setting sensor clock 34.5227

Jun 17 13:11:22 raspberrypi weewx[1408]: fousb: live synchronised

Jun 17 13:11:22 raspberrypi weewx[1408]: fousb: packet timestamp is 07:41:22

Jun 17 13:12:07 raspberrypi weewx[1408]: fousb: avoid 5.90598416328

Jun 17 13:12:13 raspberrypi weewx[1408]: fousb: unstable read: blocks differ for ptr 0x002d60

Jun 17 13:12:13 raspberrypi weewx[1408]: fousb: new data

Jun 17 13:12:13 raspberrypi weewx[1408]: fousb: packet timestamp is 07:42:10

Jun 17 13:12:55 raspberrypi weewx[1408]: fousb: avoid 5.85343599319

Jun 17 13:13:01 raspberrypi weewx[1408]: fousb: new data

Jun 17 13:13:01 raspberrypi weewx[1408]: fousb: packet timestamp is 07:42:58

Jun 17 13:13:43 raspberrypi weewx[1408]: fousb: avoid 5.58033108711

Jun 17 13:13:49 raspberrypi weewx[1408]: fousb: new data

Jun 17 13:13:49 raspberrypi weewx[1408]: fousb: packet timestamp is 07:43:46

Jun 17 13:13:51 raspberrypi weewx[1408]: fousb: new ptr: 002d80 (002d70)

Jun 17 13:13:51 raspberrypi weewx[1408]: fousb: setting station clock 51.1782

Jun 17 13:13:51 raspberrypi weewx[1408]: fousb: log synchronised

Jun 17 13:13:51 raspberrypi weewx[1408]: fousb: packet timestamp is 07:43:51

Jun 17 13:13:51 raspberrypi weewx[1408]: fousb: synchronised to 2018-06-17 07:43:51 for ptr 0x2d70

Jun 17 13:13:51 raspberrypi weewx[1408]: fousb: found 2 archive records

Jun 17 13:13:51 raspberrypi weewx[1408]: fousb: returning archive record 1529221131

Jun 17 13:13:51 raspberrypi weewx[1408]: manager: Added record 2018-06-17 13:08:51 IST (1529221131) to database 'weewx.sdb'

Jun 17 13:13:51 raspberrypi weewx[1408]: manager: Added record 2018-06-17 13:08:51 IST (1529221131) to daily summary in 'weewx.sdb'

Jun 17 13:13:52 raspberrypi weewx[1408]: fousb: returning archive record 1529221431

Jun 17 13:13:52 raspberrypi weewx[1408]: units: Unable to convert from degree_compass to degree

Jun 17 13:13:52 raspberrypi weewx[1408]: restx: ThingSpeak: Unexpected exception of type <type 'exceptions.KeyError'>

Jun 17 13:13:52 raspberrypi weewx[1408]: *** Traceback (most recent call last):

Jun 17 13:13:52 raspberrypi weewx[1408]: ***   File "/home/weewx/bin/weewx/restx.py", line 343, in run_loop

Jun 17 13:13:52 raspberrypi weewx[1408]: ***     self.process_record(_record, dbmanager)

Jun 17 13:13:52 raspberrypi weewx[1408]: ***   File "/home/weewx/bin/user/thingspeak.py", line 203, in process_record

Jun 17 13:13:52 raspberrypi weewx[1408]: ***     url = self.get_url(record)

Jun 17 13:13:52 raspberrypi weewx[1408]: ***   File "/home/weewx/bin/user/thingspeak.py", line 231, in get_url

Jun 17 13:13:52 raspberrypi weewx[1408]: ***     v = weewx.units.convert(from_t, to_units)[0]

Jun 17 13:13:52 raspberrypi weewx[1408]: ***   File "/home/weewx/bin/weewx/units.py", line 1081, in convert

Jun 17 13:13:52 raspberrypi weewx[1408]: ***     conversion_func = conversionDict[val_t[1]][target_unit_type]

Jun 17 13:13:52 raspberrypi weewx[1408]: *** KeyError: 'degree_compass'

Jun 17 13:13:52 raspberrypi weewx[1408]: restx: ThingSpeak: Thread exiting. Reason: 'degree_compass'

Jun 17 13:13:52 raspberrypi weewx[1408]: manager: Added record 2018-06-17 13:13:51 IST (1529221431) to database 'weewx.sdb'

Jun 17 13:13:52 raspberrypi weewx[1408]: manager: Added record 2018-06-17 13:13:51 IST (1529221431) to daily summary in 'weewx.sdb'

Jun 17 13:13:52 raspberrypi weewx[1408]: engine: Starting main packet loop.

Jun 17 13:13:52 raspberrypi weewx[1408]: fousb: avoid 1.50237393379

Jun 17 13:13:52 raspberrypi weewx[1408]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 13:13:53 raspberrypi weewx[1408]: restx: StationRegistry: Published record 2018-06-17 13:08:51 IST (1529221131)

Jun 17 13:13:53 raspberrypi weewx[1408]: restx: StationRegistry: wait interval (300 < 604800) has not passed for record 2018-06-17 13:13:51 IST (1529221431)

Jun 17 13:13:53 raspberrypi weewx[1408]: restx: Wunderground-PWS: Published record 2018-06-17 13:08:51 IST (1529221131)

Jun 17 13:13:53 raspberrypi weewx[1408]: restx: CWOP: Published record 2018-06-17 13:08:51 IST (1529221131)

Jun 17 13:13:53 raspberrypi weewx[1408]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 13:13:51 IST (1529221431)

Jun 17 13:13:54 raspberrypi weewx[1408]: fousb: station status {'unknown': 0, 'lost_connection': 0, 'rain_overflow': 0} (0)

Jun 17 13:13:59 raspberrypi weewx[1408]: restx: Wunderground-PWS: Published record 2018-06-17 13:13:51 IST (1529221431)

^C



--
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/WtSK89jNvig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish

Andrew Milner

unread,
Jun 17, 2018, 4:22:02 AM6/17/18
to weewx-user
so what happened after you restarted weewx??

if you have problems still then attach the log.

the log you posted last time after correcting, but before restarting, seemed to show the same problem still.  Hopefully the restart will have either ceared the problem, or given us a new error!!
...

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 4:33:09 AM6/17/18
to weewx...@googlegroups.com
nothing.... improved... still not getting input into thingspeak.... !!!
below is the log post restart...

pi@raspberrypi:/home/weewx $ sudo /etc/init.d/weewx stop

[ ok ] Stopping weewx (via systemctl): weewx.service.

pi@raspberrypi:/home/weewx $ sudo /etc/init.d/weewx start

[ ok ] Starting weewx (via systemctl): weewx.service.

pi@raspberrypi:/home/weewx $ sudo tail -f /var/log/syslog

Jun 17 14:00:37 raspberrypi weewx[1581]: cheetahgenerator: Generated 14 files for report StandardReport in 8.05 seconds

Jun 17 14:00:37 raspberrypi weewx[1581]: manager: Daily summary version is 2.0

Jun 17 14:00:54 raspberrypi weewx[1581]: imagegenerator: Generated 24 images for StandardReport in 16.70 seconds

Jun 17 14:00:54 raspberrypi weewx[1581]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 14:00:54 raspberrypi weewx[1581]: reportengine: Running report FTP

Jun 17 14:00:54 raspberrypi weewx[1581]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 14:00:54 raspberrypi weewx[1581]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 14:00:54 raspberrypi weewx[1581]: reportengine: Running report RSYNC

Jun 17 14:00:54 raspberrypi weewx[1581]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 14:00:54 raspberrypi weewx[1581]: rsyncgenerator: rsync upload not requested. Skipped.


--
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/WtSK89jNvig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish

Andrew Milner

unread,
Jun 17, 2018, 4:35:33 AM6/17/18
to weewx-user
that bit of log is not sufficient.

need log ideally from start until two archive intervals or as a minimum for a full archive period - which is when restx is processing thingspeak
...

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 4:41:10 AM6/17/18
to weewx...@googlegroups.com

below it is .... done again.... looks like km/h

pi@raspberrypi:/home/weewx $ sudo /etc/init.d/weewx stop

[ ok ] Stopping weewx (via systemctl): weewx.service.

pi@raspberrypi:/home/weewx $ sudo /etc/init.d/weewx start

[ ok ] Starting weewx (via systemctl): weewx.service.

pi@raspberrypi:/home/weewx $ sudo tail -f /var/log/syslog

Jun 17 14:05:15 raspberrypi weewx[1851]: engine: Loading service weewx.engine.StdReport

Jun 17 14:05:15 raspberrypi weewx[1851]: engine: Finished loading service weewx.engine.StdReport

Jun 17 14:05:15 raspberrypi weewx[1851]: engine: Starting up weewx version 3.8.0

Jun 17 14:05:15 raspberrypi weewx[1851]: engine: Station does not support reading the time

Jun 17 14:05:15 raspberrypi weewx[1851]: manager: Daily summary version is 2.0

Jun 17 14:05:15 raspberrypi weewx[1851]: manager: Daily summary version is 2.0

Jun 17 14:05:15 raspberrypi weewx[1851]: manager: Daily summary version is 2.0

Jun 17 14:05:16 raspberrypi weewx[1851]: fousb: get 722 records since 2018-06-17 08:32:30

Jun 17 14:05:16 raspberrypi weewx[1851]: fousb: synchronising to the weather station (quality=1)

Jun 17 14:05:16 raspberrypi weewx[1851]: fousb: status {'unknown': 0, 'lost_connection': 0, 'rain_overflow': 0} (0)

Jun 17 14:05:46 raspberrypi weewx[1851]: fousb: unstable read: blocks differ for ptr 0x002e20

Jun 17 14:05:46 raspberrypi weewx[1851]: fousb: new data

Jun 17 14:05:46 raspberrypi weewx[1851]: fousb: setting sensor clock 34.4104

Jun 17 14:05:46 raspberrypi weewx[1851]: fousb: live synchronised

Jun 17 14:05:46 raspberrypi weewx[1851]: fousb: packet timestamp is 08:35:46

Jun 17 14:06:31 raspberrypi weewx[1851]: fousb: avoid 5.90554308891

Jun 17 14:06:37 raspberrypi weewx[1851]: fousb: unstable read: blocks differ for ptr 0x002e20

Jun 17 14:06:37 raspberrypi weewx[1851]: fousb: new data

Jun 17 14:06:37 raspberrypi weewx[1851]: fousb: packet timestamp is 08:36:34

Jun 17 14:07:19 raspberrypi weewx[1851]: fousb: avoid 5.85897898674

Jun 17 14:07:25 raspberrypi weewx[1851]: fousb: new data

Jun 17 14:07:25 raspberrypi weewx[1851]: fousb: packet timestamp is 08:37:22

Jun 17 14:08:07 raspberrypi weewx[1851]: fousb: avoid 5.47642803192

Jun 17 14:08:13 raspberrypi weewx[1851]: fousb: new data

Jun 17 14:08:13 raspberrypi weewx[1851]: fousb: packet timestamp is 08:38:10

Jun 17 14:08:51 raspberrypi weewx[1851]: fousb: new ptr: 002e30 (002e20)

Jun 17 14:08:51 raspberrypi weewx[1851]: fousb: setting station clock 51.2971

Jun 17 14:08:51 raspberrypi weewx[1851]: fousb: log synchronised

Jun 17 14:08:51 raspberrypi weewx[1851]: fousb: packet timestamp is 08:38:51

Jun 17 14:08:51 raspberrypi weewx[1851]: fousb: synchronised to 2018-06-17 08:38:51 for ptr 0x2e20

Jun 17 14:08:51 raspberrypi weewx[1851]: fousb: avoid 2.87818813324

Jun 17 14:08:54 raspberrypi weewx[1851]: fousb: found 2 archive records

Jun 17 14:08:54 raspberrypi weewx[1851]: fousb: returning archive record 1529224431

Jun 17 14:08:54 raspberrypi weewx[1851]: manager: Added record 2018-06-17 14:03:51 IST (1529224431) to database 'weewx.sdb'

Jun 17 14:08:54 raspberrypi weewx[1851]: manager: Added record 2018-06-17 14:03:51 IST (1529224431) to daily summary in 'weewx.sdb'

Jun 17 14:08:55 raspberrypi weewx[1851]: fousb: returning archive record 1529224731

Jun 17 14:08:55 raspberrypi weewx[1851]: units: Unable to convert from mile_per_hour to Km/h

Jun 17 14:08:55 raspberrypi weewx[1851]: restx: ThingSpeak: Unexpected exception of type <type 'exceptions.KeyError'>

Jun 17 14:08:55 raspberrypi weewx[1851]: *** Traceback (most recent call last):

Jun 17 14:08:55 raspberrypi weewx[1851]: ***   File "/home/weewx/bin/weewx/restx.py", line 343, in run_loop

Jun 17 14:08:55 raspberrypi weewx[1851]: ***     self.process_record(_record, dbmanager)

Jun 17 14:08:55 raspberrypi weewx[1851]: ***   File "/home/weewx/bin/user/thingspeak.py", line 203, in process_record

Jun 17 14:08:55 raspberrypi weewx[1851]: ***     url = self.get_url(record)

Jun 17 14:08:55 raspberrypi weewx[1851]: ***   File "/home/weewx/bin/user/thingspeak.py", line 231, in get_url

Jun 17 14:08:55 raspberrypi weewx[1851]: ***     v = weewx.units.convert(from_t, to_units)[0]

Jun 17 14:08:55 raspberrypi weewx[1851]: ***   File "/home/weewx/bin/weewx/units.py", line 1081, in convert

Jun 17 14:08:55 raspberrypi weewx[1851]: ***     conversion_func = conversionDict[val_t[1]][target_unit_type]

Jun 17 14:08:55 raspberrypi weewx[1851]: *** KeyError: 'Km/h'

Jun 17 14:08:55 raspberrypi weewx[1851]: restx: ThingSpeak: Thread exiting. Reason: 'Km/h'

Jun 17 14:08:55 raspberrypi weewx[1851]: manager: Added record 2018-06-17 14:08:51 IST (1529224731) to database 'weewx.sdb'

Jun 17 14:08:55 raspberrypi weewx[1851]: manager: Added record 2018-06-17 14:08:51 IST (1529224731) to daily summary in 'weewx.sdb'

Jun 17 14:08:55 raspberrypi weewx[1851]: engine: Starting main packet loop.

Jun 17 14:08:55 raspberrypi weewx[1851]: fousb: avoid 5.59766602516

Jun 17 14:08:56 raspberrypi weewx[1851]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 14:08:56 raspberrypi weewx[1851]: restx: Wunderground-PWS: Published record 2018-06-17 14:03:51 IST (1529224431)

Jun 17 14:08:56 raspberrypi weewx[1851]: restx: StationRegistry: Published record 2018-06-17 14:03:51 IST (1529224431)

Jun 17 14:08:56 raspberrypi weewx[1851]: restx: StationRegistry: wait interval (300 < 604800) has not passed for record 2018-06-17 14:08:51 IST (1529224731)

Jun 17 14:08:56 raspberrypi weewx[1851]: restx: CWOP: Published record 2018-06-17 14:03:51 IST (1529224431)

Jun 17 14:08:56 raspberrypi weewx[1851]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 14:08:51 IST (1529224731)

Jun 17 14:09:01 raspberrypi weewx[1851]: fousb: station status {'unknown': 0, 'lost_connection': 0, 'rain_overflow': 0} (0)

Jun 17 14:09:02 raspberrypi weewx[1851]: restx: Wunderground-PWS: Published record 2018-06-17 14:08:51 IST (1529224731)


--
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/WtSK89jNvig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish

Andrew Milner

unread,
Jun 17, 2018, 4:45:39 AM6/17/18
to weewx-user
so change it then
...

Andrew Milner

unread,
Jun 17, 2018, 4:48:20 AM6/17/18
to weewx-user

Jun 17 13:13:52 raspberrypi weewx[1408]: restx: CWOP: Connected to server <a onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fcwop.aprs.net%3A14580\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGaITbD0p3BT5k-v56dE9

Andrew Milner

unread,
Jun 17, 2018, 4:53:04 AM6/17/18
to weewx-user
You will need to use the correct units for
%
km/h
Km/h
degree - you have already changed to degree_compass

Jun 17 13:13:52 raspberrypi weewx[1408]: restx: CWOP: Connected to server <a onmousedown="this.href='<a onmousedown="this.href=&#3

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 5:21:42 AM6/17/18
to weewx...@googlegroups.com
Done with degree_compass, 
let me correct the rest as per the Units on docs.... and restart....

regards
Sathish

--
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/WtSK89jNvig/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 10:44:18 AM6/17/18
to weewx...@googlegroups.com
To give an update for all the users.....

Mistakes that I had done when did stdRESTful;   I did not mention the UNITS as per the weewx Units customisation...section of weewx manual. 
(http://www.weewx.com/docs/customizing.htm#Units) thanks to Andrew Milner for guiding me for these corrections.👍🏼

After correction..... the stdRESTful is as below  

    

       [[ThingSpeak]]


        api_key = CD5V3MSAURF7YIII

        # GET https://api.thingspeak.com/update?api_key=CD5V3MSAURF7YIII

        [[[fields]]]

            [[[[field1]]]]

                obs = outTemp

                units = degree_C

            [[[[field2]]]]

                obs = outHumidity

                units = percent

            [[[[field3]]]]

                obs = windSpeed

                units = km_per_hour

            [[[[field4]]]]

                obs = windDir

                units = degree_compass

            [[[[field5]]]]

                obs = windGust

                units = km_per_hour

            [[[[field6]]]]

                obs = pressure

                units = hPa

            [[[[field7]]]]

                obs = rain

                units = mm

            [[[[field8]]]]

                obs = dewpoint

                units = degree_C



before correction ( mistakes I did in the weewx.conf part of the thingspeak extension....)

    

        [[ThingSpeak]]


        api_key = CD5V3MSAURF7YIII

        # GET https://api.thingspeak.com/update?api_key=CD5V3MSAURF7YIII

        [[[fields]]]

            [[[[field1]]]]

                obs = OutTemp

                units = degree_C

            [[[[field2]]]]

                obs = outHumidity

                units = %

            [[[[field3]]]]

                obs = WindSpeed

                units = km/h

            [[[[field4]]]]

                obs = windDir

                units = degree

            [[[[field5]]]]

                obs = windGust

                units = km/h

            [[[[field6]]]]

                obs = Pressure

                units = hPa

            [[[[field7]]]]

                obs = Rain

                units = mm

            [[[[field8]]]]

                obs = Dew_point

                units = degree_C





regards
Sathish
--
Regards
    Sathish

Andrew Milner

unread,
Jun 17, 2018, 11:03:03 AM6/17/18
to weewx-user
As a follow-on
1. always refer to the log for clues before posting
2. always attach the log to a posting
3. remember with weewx that capital letters and lower case letters are not the same
4. remember that with many parts of weewx the indentation level (number of spaces at start of line) is very often meaningful
5. always check the documentation rather than make guesses

Anyway - am I to assume that following all your corrections Thingspeak is now working for you??
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish



--
Regards
    Sathish

Sathish Kumar Duraisamy

unread,
Jun 17, 2018, 12:31:41 PM6/17/18
to weewx...@googlegroups.com
Oh yes very well working.... oh! missed an attachment...




pi@raspberrypi:/home/weewx $ sudo nano weewx.conf

pi@raspberrypi:/home/weewx $ sudo /etc/init.d/weewx stop

[ ok ] Stopping weewx (via systemctl): weewx.service.

pi@raspberrypi:/home/weewx $ sudo /etc/init.d/weewx start

[ ok ] Starting weewx (via systemctl): weewx.service.

pi@raspberrypi:/home/weewx $ sudo tail -f /var/log/syslog

Jun 17 15:13:52 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:13:51 IST (1529228631) to daily summary in 'weewx.sdb'

Jun 17 15:13:52 raspberrypi weewx[2699]: engine: Starting main packet loop.

Jun 17 15:13:52 raspberrypi weewx[2699]: fousb: avoid 2.11037421227

Jun 17 15:13:52 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field5=5.80001441585&field1=35.6&field6=989.4&field4=315.0&datetime=2018-06-17T09%3A43%3A51Z

Jun 17 15:13:53 raspberrypi weewx[2699]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 15:13:53 raspberrypi weewx[2699]: restx: StationRegistry: Published record 2018-06-17 15:13:51 IST (1529228631)

Jun 17 15:13:53 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:13:51 IST (1529228631)

Jun 17 15:13:53 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:13:51 IST (1529228631)

Jun 17 15:13:53 raspberrypi weewx[2699]: restx: CWOP: Published record 2018-06-17 15:13:51 IST (1529228631)

Jun 17 15:13:54 raspberrypi weewx[2699]: fousb: station status {'unknown': 0, 'lost_connection': 0, 'rain_overflow': 0} (0)

Jun 17 15:15:55 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:15:00 IST (1529228700) to database 'weewx.sdb'

Jun 17 15:15:55 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:15:00 IST (1529228700) to daily summary in 'weewx.sdb'

Jun 17 15:15:55 raspberrypi weewx[2699]: restx: StationRegistry: wait interval (69 < 604800) has not passed for record 2018-06-17 15:15:00 IST (1529228700)

Jun 17 15:15:55 raspberrypi weewx[2699]: restx: CWOP: wait interval (69 < 600) has not passed for record 2018-06-17 15:15:00 IST (1529228700)

Jun 17 15:15:55 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field1=35.6&field6=989.4&field7=0.0&field4=315.0&field5=6.50001615569&datetime=2018-06-17T09%3A45%3A00Z

Jun 17 15:15:55 raspberrypi weewx[2699]: reportengine: Running reports for latest time in the database.

Jun 17 15:15:55 raspberrypi weewx[2699]: reportengine: Running report StandardReport

Jun 17 15:15:56 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 15:15:56 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:15:00 IST (1529228700)

Jun 17 15:15:56 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:15:00 IST (1529228700)

Jun 17 15:15:57 raspberrypi weewx[2699]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 15:15:57 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:16:22 raspberrypi weewx[2699]: cheetahgenerator: Generated 14 files for report StandardReport in 25.01 seconds

Jun 17 15:16:22 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:16:27 raspberrypi weewx[2699]: imagegenerator: Generated 12 images for StandardReport in 4.94 seconds

Jun 17 15:16:27 raspberrypi weewx[2699]: copygenerator: copied 14 files to /home/weewx/public_html

Jun 17 15:16:27 raspberrypi weewx[2699]: reportengine: Running report FTP

Jun 17 15:16:27 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 15:16:27 raspberrypi weewx[2699]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 15:16:27 raspberrypi weewx[2699]: reportengine: Running report RSYNC

Jun 17 15:16:27 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 15:16:27 raspberrypi weewx[2699]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 15:16:56 raspberrypi weewx[2699]: fousb: avoid 5.87485289574

Jun 17 15:17:01 raspberrypi CRON[2736]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

Jun 17 15:21:03 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:20:00 IST (1529229000) to database 'weewx.sdb'

Jun 17 15:21:03 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:20:00 IST (1529229000) to daily summary in 'weewx.sdb'

Jun 17 15:21:03 raspberrypi weewx[2699]: restx: StationRegistry: wait interval (369 < 604800) has not passed for record 2018-06-17 15:20:00 IST (1529229000)

Jun 17 15:21:03 raspberrypi weewx[2699]: restx: CWOP: wait interval (369 < 600) has not passed for record 2018-06-17 15:20:00 IST (1529229000)

Jun 17 15:21:03 raspberrypi weewx[2699]: reportengine: Running reports for latest time in the database.

Jun 17 15:21:03 raspberrypi weewx[2699]: reportengine: Running report StandardReport

Jun 17 15:21:03 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field1=35.6&field6=989.4&field7=0.0&field4=225.0&field5=6.50001615569&datetime=2018-06-17T09%3A50%3A00Z

Jun 17 15:21:04 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 15:21:04 raspberrypi weewx[2699]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 15:21:04 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:21:04 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:20:00 IST (1529229000)

Jun 17 15:21:07 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:20:00 IST (1529229000)

Jun 17 15:21:12 raspberrypi weewx[2699]: cheetahgenerator: Generated 14 files for report StandardReport in 7.95 seconds

Jun 17 15:21:12 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:21:16 raspberrypi weewx[2699]: imagegenerator: Generated 12 images for StandardReport in 4.73 seconds

Jun 17 15:21:16 raspberrypi weewx[2699]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 15:21:16 raspberrypi weewx[2699]: reportengine: Running report FTP

Jun 17 15:21:16 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 15:21:16 raspberrypi weewx[2699]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 15:21:16 raspberrypi weewx[2699]: reportengine: Running report RSYNC

Jun 17 15:21:16 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 15:21:16 raspberrypi weewx[2699]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 15:26:05 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:25:00 IST (1529229300) to database 'weewx.sdb'

Jun 17 15:26:05 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:25:00 IST (1529229300) to daily summary in 'weewx.sdb'

Jun 17 15:26:05 raspberrypi weewx[2699]: restx: StationRegistry: wait interval (669 < 604800) has not passed for record 2018-06-17 15:25:00 IST (1529229300)

Jun 17 15:26:05 raspberrypi weewx[2699]: reportengine: Running reports for latest time in the database.

Jun 17 15:26:05 raspberrypi weewx[2699]: reportengine: Running report StandardReport

Jun 17 15:26:05 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field1=35.5666666667&field6=989.316666667&field7=0.0&field4=274.982748084&field5=6.10001516149&datetime=2018-06-17T09%3A55%3A00Z

Jun 17 15:26:06 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 15:26:06 raspberrypi weewx[2699]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 15:26:06 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:26:06 raspberrypi weewx[2699]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 15:26:07 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:25:00 IST (1529229300)

Jun 17 15:26:07 raspberrypi weewx[2699]: restx: CWOP: Published record 2018-06-17 15:25:00 IST (1529229300)

Jun 17 15:26:07 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:25:00 IST (1529229300)

Jun 17 15:26:14 raspberrypi weewx[2699]: cheetahgenerator: Generated 14 files for report StandardReport in 7.99 seconds

Jun 17 15:26:14 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:26:19 raspberrypi weewx[2699]: imagegenerator: Generated 12 images for StandardReport in 4.75 seconds

Jun 17 15:26:19 raspberrypi weewx[2699]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 15:26:19 raspberrypi weewx[2699]: reportengine: Running report FTP

Jun 17 15:26:19 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 15:26:19 raspberrypi weewx[2699]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 15:26:19 raspberrypi weewx[2699]: reportengine: Running report RSYNC

Jun 17 15:26:19 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 15:26:19 raspberrypi weewx[2699]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 15:31:07 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:30:00 IST (1529229600) to database 'weewx.sdb'

Jun 17 15:31:07 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:30:00 IST (1529229600) to daily summary in 'weewx.sdb'

Jun 17 15:31:07 raspberrypi weewx[2699]: restx: StationRegistry: wait interval (969 < 604800) has not passed for record 2018-06-17 15:30:00 IST (1529229600)

Jun 17 15:31:07 raspberrypi weewx[2699]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 15:30:00 IST (1529229600)

Jun 17 15:31:07 raspberrypi weewx[2699]: reportengine: Running reports for latest time in the database.

Jun 17 15:31:07 raspberrypi weewx[2699]: reportengine: Running report StandardReport

Jun 17 15:31:08 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field1=35.3666666667&field6=989.283333333&field7=0.0&field4=290.728973712&field5=8.20002038103&datetime=2018-06-17T10%3A00%3A00Z

Jun 17 15:31:08 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 15:31:08 raspberrypi weewx[2699]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 15:31:08 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:31:09 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:30:00 IST (1529229600)

Jun 17 15:31:09 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:30:00 IST (1529229600)

Jun 17 15:31:16 raspberrypi weewx[2699]: cheetahgenerator: Generated 14 files for report StandardReport in 7.99 seconds

Jun 17 15:31:16 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:31:21 raspberrypi weewx[2699]: imagegenerator: Generated 12 images for StandardReport in 4.77 seconds

Jun 17 15:31:21 raspberrypi weewx[2699]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 15:31:21 raspberrypi weewx[2699]: reportengine: Running report FTP

Jun 17 15:31:21 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 15:31:21 raspberrypi weewx[2699]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 15:31:21 raspberrypi weewx[2699]: reportengine: Running report RSYNC

Jun 17 15:31:21 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 15:31:21 raspberrypi weewx[2699]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 15:32:08 raspberrypi weewx[2699]: fousb: avoid 5.64262795448

Jun 17 15:35:15 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:35:00 IST (1529229900) to database 'weewx.sdb'

Jun 17 15:35:15 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:35:00 IST (1529229900) to daily summary in 'weewx.sdb'

Jun 17 15:35:15 raspberrypi weewx[2699]: restx: StationRegistry: wait interval (1269 < 604800) has not passed for record 2018-06-17 15:35:00 IST (1529229900)

Jun 17 15:35:15 raspberrypi weewx[2699]: reportengine: Running reports for latest time in the database.

Jun 17 15:35:15 raspberrypi weewx[2699]: reportengine: Running report StandardReport

Jun 17 15:35:15 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field1=35.3&field6=989.266666667&field7=0.0&field4=273.754103605&field5=7.50001864118&datetime=2018-06-17T10%3A05%3A00Z

Jun 17 15:35:16 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 15:35:16 raspberrypi weewx[2699]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 15:35:16 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:35:16 raspberrypi weewx[2699]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 15:35:16 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:35:00 IST (1529229900)

Jun 17 15:35:17 raspberrypi weewx[2699]: restx: CWOP: Published record 2018-06-17 15:35:00 IST (1529229900)

Jun 17 15:35:21 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:35:00 IST (1529229900)

Jun 17 15:35:24 raspberrypi weewx[2699]: cheetahgenerator: Generated 14 files for report StandardReport in 8.01 seconds

Jun 17 15:35:24 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:35:29 raspberrypi weewx[2699]: imagegenerator: Generated 12 images for StandardReport in 4.87 seconds

Jun 17 15:35:29 raspberrypi weewx[2699]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 15:35:29 raspberrypi weewx[2699]: reportengine: Running report FTP

Jun 17 15:35:29 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 15:35:29 raspberrypi weewx[2699]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 15:35:29 raspberrypi weewx[2699]: reportengine: Running report RSYNC

Jun 17 15:35:29 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 15:35:29 raspberrypi weewx[2699]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 15:40:17 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:40:00 IST (1529230200) to database 'weewx.sdb'

Jun 17 15:40:17 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:40:00 IST (1529230200) to daily summary in 'weewx.sdb'

Jun 17 15:40:17 raspberrypi weewx[2699]: restx: StationRegistry: wait interval (1569 < 604800) has not passed for record 2018-06-17 15:40:00 IST (1529230200)

Jun 17 15:40:17 raspberrypi weewx[2699]: restx: CWOP: wait interval (300 < 600) has not passed for record 2018-06-17 15:40:00 IST (1529230200)

Jun 17 15:40:17 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field1=35.1833333333&field6=989.25&field7=0.0&field4=219.264729595&field5=7.10001764699&datetime=2018-06-17T10%3A10%3A00Z

Jun 17 15:40:18 raspberrypi weewx[2699]: reportengine: Running reports for latest time in the database.

Jun 17 15:40:18 raspberrypi weewx[2699]: reportengine: Running report StandardReport

Jun 17 15:40:18 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 15:40:18 raspberrypi weewx[2699]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 15:40:18 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:40:19 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:40:00 IST (1529230200)

Jun 17 15:40:19 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:40:00 IST (1529230200)

Jun 17 15:40:26 raspberrypi weewx[2699]: cheetahgenerator: Generated 14 files for report StandardReport in 7.95 seconds

Jun 17 15:40:26 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:40:31 raspberrypi weewx[2699]: imagegenerator: Generated 12 images for StandardReport in 4.74 seconds

Jun 17 15:40:31 raspberrypi weewx[2699]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 15:40:31 raspberrypi weewx[2699]: reportengine: Running report FTP

Jun 17 15:40:31 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 15:40:31 raspberrypi weewx[2699]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 15:40:31 raspberrypi weewx[2699]: reportengine: Running report RSYNC

Jun 17 15:40:31 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 15:40:31 raspberrypi weewx[2699]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 15:45:19 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:45:00 IST (1529230500) to database 'weewx.sdb'

Jun 17 15:45:19 raspberrypi weewx[2699]: manager: Added record 2018-06-17 15:45:00 IST (1529230500) to daily summary in 'weewx.sdb'

Jun 17 15:45:20 raspberrypi weewx[2699]: restx: StationRegistry: wait interval (1869 < 604800) has not passed for record 2018-06-17 15:45:00 IST (1529230500)

Jun 17 15:45:20 raspberrypi weewx[2699]: reportengine: Running reports for latest time in the database.

Jun 17 15:45:20 raspberrypi weewx[2699]: reportengine: Running report StandardReport

Jun 17 15:45:20 raspberrypi weewx[2699]: restx: ThingSpeak: url: http://api.thingspeak.com/update?field1=35.3&field6=989.183333333&field7=0.0&field4=261.629724381&field5=7.50001864118&datetime=2018-06-17T10%3A15%3A00Z

Jun 17 15:45:20 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport

Jun 17 15:45:20 raspberrypi weewx[2699]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']

Jun 17 15:45:20 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:45:21 raspberrypi weewx[2699]: restx: ThingSpeak: Published record 2018-06-17 15:45:00 IST (1529230500)

Jun 17 15:45:21 raspberrypi weewx[2699]: restx: CWOP: Connected to server cwop.aprs.net:14580

Jun 17 15:45:21 raspberrypi weewx[2699]: restx: Wunderground-PWS: Published record 2018-06-17 15:45:00 IST (1529230500)

Jun 17 15:45:21 raspberrypi weewx[2699]: restx: CWOP: Published record 2018-06-17 15:45:00 IST (1529230500)

Jun 17 15:45:28 raspberrypi weewx[2699]: cheetahgenerator: Generated 14 files for report StandardReport in 8.06 seconds

Jun 17 15:45:28 raspberrypi weewx[2699]: manager: Daily summary version is 2.0

Jun 17 15:45:33 raspberrypi weewx[2699]: imagegenerator: Generated 12 images for StandardReport in 4.81 seconds

Jun 17 15:45:33 raspberrypi weewx[2699]: copygenerator: copied 0 files to /home/weewx/public_html

Jun 17 15:45:33 raspberrypi weewx[2699]: reportengine: Running report FTP

Jun 17 15:45:33 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP

Jun 17 15:45:33 raspberrypi weewx[2699]: ftpgenerator: FTP upload not requested. Skipped.

Jun 17 15:45:33 raspberrypi weewx[2699]: reportengine: Running report RSYNC

Jun 17 15:45:33 raspberrypi weewx[2699]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC

Jun 17 15:45:33 raspberrypi weewx[2699]: rsyncgenerator: rsync upload not requested. Skipped.

Jun 17 15:47:20 raspberrypi weewx[2699]: fousb: avoid 5.12204790115



regards
Sathish

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

For more options, visit https://groups.google.com/d/optout.



--
Regards
    Sathish

Xant

unread,
Jul 29, 2019, 4:31:55 PM7/29/19
to weewx-user

Thank you Sathish and Andrew

Note to WeeWX & Extension Developers


ThingSpeak Extension weewx.conf install patch and Extension howto/wiki has mistakes:

1) weewx.conf, wee_extension install writes:

[StdRESTful]
[[ThingSpeak]]
     TOKEN = XXXXXXXX

2) Extension howto/wiki:

[StdRESTful]
    [[ThingSpeak]]
        api_key = API_KEY

also

[StdRESTful]
    [[ThingSpeak]]
        api_key = TOKEN


So, 3 versions mixed. While the right context is the latest, ie:


[StdRESTful]
    [[ThingSpeak]]
        api_key = TOKEN #(Write to Token)

Reply all
Reply to author
Forward
0 new messages