Judging by the LOOP packet contents and the TE923 sensor map the reason for
the missing data is that the data concerned is being mapped to fields that
are not in the weewx schema (refer back to my first post on this thread).
Even if the fields were in the schema the Standard skin does not display
any of the 'Extra' fields. You will need to specify a different sensor map
in weewx.conf or alter the in use schema and Standard skin template files
to use the 'Extra' fields. I would go the former.

Gary

On 17/01/2018 6:26 PM, "Andrew Milner" <andrew.s.r.mil...@gmail.com> wrote:

Have you forced a reload of the page in your browser??

Have you checked the times of the generated html files in public_html to
make sure they are the latest?
Are the times of the files in whatever web you are using the same?

Have you tried reading the file in public_html directly with a browser?

Is the time of the generated page correct??

Have you checked the contents of the archive table in the database to see
if the fields contain the expected data?

You still have not given us the contents of a REC packet!!  You need to run
weewx directly (not as a daemon) as you did when you posted the LOOP data -
but this time keep it running until you have got at least one REC packet
.....



On Wednesday, 17 January 2018 09:36:27 UTC+2, Emil Kolbert wrote:

> Debug option activated (syslog attacked at the end of the message and a
> few other infos using the wee_device command).
> Install was done using the install instructions for Debian (standard image
> for Odroid XU4 and up-to-date).
> I assume - but of course maybe I'm wrong -  that I missed something sensor
> based because the station is sending data and the software is reading it
> but on the generated web page I still have.
>
>
> Current Conditions
> Outside Temperature N/A
> Wind Chill 4.1°C
> Heat Index N/A
> Dewpoint N/A
> Humidity N/A
>
>
>
>
> *odroid@odroid:~$ sudo wee_device --info*
>
> [sudo] password for odroid:
> Using configuration file /etc/weewx/weewx.conf
> Using TE923 driver version 0.24 (weewx.drivers.te923)
> Traceback (most recent call last):
>   File "/usr/bin/wee_device", line 54, in <module>
>     main()
>   File "/usr/bin/wee_device", line 51, in main
>     device.configure(config_dict)
>   File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
>     self.do_options(options, parser, config_dict, prompt)
>   File "/usr/share/weewx/weewx/drivers/te923.py", line 768, in do_options
>     with TE923Station() as station:
>   File "/usr/share/weewx/weewx/drivers/te923.py", line 1532, in __enter__
>     self.open()
>   File "/usr/share/weewx/weewx/drivers/te923.py", line 1561, in open
>     raise weewx.WeeWxIOError(e)
> weewx.WeeWxIOError: [Errno 16] Resource busy
>
>
> *odroid@odroid:~$ sudo wee_device --curren*t
>
> Using configuration file /etc/weewx/weewx.conf
> Using TE923 driver version 0.24 (weewx.drivers.te923)
> Traceback (most recent call last):
>   File "/usr/bin/wee_device", line 54, in <module>
>     main()
>   File "/usr/bin/wee_device", line 51, in main
>     device.configure(config_dict)
>   File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
>     self.do_options(options, parser, config_dict, prompt)
>   File "/usr/share/weewx/weewx/drivers/te923.py", line 768, in do_options
>     with TE923Station() as station:
>   File "/usr/share/weewx/weewx/drivers/te923.py", line 1532, in __enter__
>     self.open()
>   File "/usr/share/weewx/weewx/drivers/te923.py", line 1561, in open
>     raise weewx.WeeWxIOError(e)
> weewx.WeeWxIOError: [Errno 16] Resource busy
>
>
>
> *odroid@odroid:~$ sudo /etc/init.d/weewx stop*
> *[ ok ] Stopping weewx (via systemctl): weewx.service.*
> *odroid@odroid:~$ sudo wee_device --current*
>
> Using configuration file /etc/weewx/weewx.conf
> Using TE923 driver version 0.24 (weewx.drivers.te923)
> Querying the station for current weather data...
>         dateTime: 1516174470
>         forecast: 0
>              h_1: None
>        h_1_state: no_link
>              h_2: 36
>        h_2_state: ok
>              h_3: None
>        h_3_state: no_link
>              h_4: 78
>        h_4_state: ok
>              h_5: 74
>        h_5_state: ok
>             h_in: 56
>       h_in_state: ok
>             rain: 8230
>       rain_state: ok
>              slp: 995.25
>        slp_state: ok
>            storm: 0
>              t_1: None
>        t_1_state: no_link
>              t_2: 20.6
>        t_2_state: ok
>              t_3: None
>        t_3_state: no_link
>              t_4: 0.5
>        t_4_state: ok
>              t_5: 16.2
>        t_5_state: ok
>             t_in: 20.7
>       t_in_state: ok
>               uv: None
>         uv_state: no_link
>        windchill: 4.2
>  windchill_state: ok
>          winddir: 8
>    winddir_state: ok
>         windgust: 0.0
>   windgust_state: ok
>        windspeed: 0.0
>  windspeed_state: ok
>
>
>
> Thank you a lot for your time and support
>
>
>
> Jan 17 08:00:19 odroid weewx[11480]: manager: Added record 2018-01-17
> 08:00:00 CET (1516172400) to database 'weewx.sdb'
> Jan 17 08:00:19 odroid weewx[11480]: manager: Added record 2018-01-17
> 08:00:00 CET (1516172400) to daily summary in 'weewx.sdb'
> Jan 17 08:00:19 odroid weewx[11480]: reportengine: Running reports for
> latest time in the database.
> Jan 17 08:00:19 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:00:19 odroid weewx[11480]: reportengine: Running report
> StandardReport
> Jan 17 08:00:19 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Standard/skin.conf for report StandardReport
> Jan 17 08:00:19 odroid weewx[11480]: cheetahgenerator: using search list
> ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
> Jan 17 08:00:19 odroid weewx[11480]: manager: Daily summary version is 2.0
> Jan 17 08:00:19 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:00:19 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:00:19 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:00:19 odroid weewx[11480]: cheetahgenerator: Generated 14 files
> for report StandardReport in 0.66 seconds
> Jan 17 08:00:19 odroid weewx[11480]: manager: Daily summary version is 2.0
> Jan 17 08:00:21 odroid weewx[11480]: imagegenerator: Generated 24 images
> for StandardReport in 1.24 seconds
> Jan 17 08:00:21 odroid weewx[11480]: copygenerator: copied 0 files to
> /var/www/html/weewx
> Jan 17 08:00:21 odroid weewx[11480]: reportengine: Running report FTP
> Jan 17 08:00:21 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Ftp/skin.conf for report FTP
> Jan 17 08:00:21 odroid weewx[11480]: ftpgenerator: FTP upload not
> requested. Skipped.
> Jan 17 08:00:21 odroid weewx[11480]: reportengine: Running report RSYNC
> Jan 17 08:00:21 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
> Jan 17 08:00:21 odroid weewx[11480]: rsyncgenerator: rsync upload not
> requested. Skipped.
> Jan 17 08:00:29 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:00:29 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:00:29 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:00:29 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:00:39 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:00:39 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:00:39 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:00:40 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:00:50 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:00:50 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:00:50 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:00:50 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:01:00 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:01:00 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:01:00 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:01:01 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:01:11 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:01:11 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:01:11 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:01:11 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:01:21 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:01:21 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:01:21 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:01:22 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:01:32 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:01:32 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:01:32 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:01:32 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:01:42 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:01:42 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e9
> Jan 17 08:01:42 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:01:43 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:01:53 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:01:53 odroid rsyslogd-2007: action 'action 10' suspended, next
> retry is Wed Jan 17 08:03:23 2018 [v8.16.0 try
> http://www.rsyslog.com/e/2007 ]
> Jan 17 08:01:53 odroid weewx[11480]: te923: read: 5a 07 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e8
> Jan 17 08:01:53 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:01:53 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:02:03 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:02:03 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:02:03 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:02:04 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:02:14 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:02:14 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:02:14 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:02:14 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:02:24 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:02:24 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:02:24 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:02:25 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:02:35 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:02:35 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:02:35 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:02:35 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:02:45 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:02:45 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:02:45 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:02:46 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:02:56 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:02:56 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:02:56 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:02:56 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:03:06 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:03:06 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:03:06 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:03:07 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:03:17 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:03:17 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:03:17 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:03:17 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:03:27 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:03:27 odroid rsyslogd-2007: action 'action 10' suspended, next
> retry is Wed Jan 17 08:04:57 2018 [v8.16.0 try
> http://www.rsyslog.com/e/2007 ]
> Jan 17 08:03:27 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:03:27 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:03:28 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:03:38 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:03:38 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 62 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c7
> Jan 17 08:03:38 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:03:38 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:03:48 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:03:49 odroid weewx[11480]: te923: read: 5a 08 82 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> c4
> Jan 17 08:03:49 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:03:49 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:03:59 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:03:59 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3d 3e 00 40 c0 00 00 00 00 08 26 20
> e5
> Jan 17 08:03:59 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:03:59 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:04:09 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:04:09 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:04:09 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:04:10 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:04:20 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:04:20 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:04:20 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:04:20 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:04:30 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:04:30 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:04:30 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:04:31 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:04:41 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:04:41 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:04:41 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:04:41 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:04:51 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:04:51 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:04:51 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:04:52 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:05:02 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:05:02 odroid rsyslogd-2007: action 'action 10' suspended, next
> retry is Wed Jan 17 08:06:32 2018 [v8.16.0 try
> http://www.rsyslog.com/e/2007 ]
> Jan 17 08:05:02 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:05:02 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:05:02 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:05:12 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:05:12 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:05:12 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:05:13 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:05:23 odroid weewx[11480]: manager: Added record 2018-01-17
> 08:05:00 CET (1516172700) to database 'weewx.sdb'
> Jan 17 08:05:23 odroid weewx[11480]: manager: Added record 2018-01-17
> 08:05:00 CET (1516172700) to daily summary in 'weewx.sdb'
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:05:23 odroid weewx[11480]: reportengine: Running reports for
> latest time in the database.
> Jan 17 08:05:23 odroid weewx[11480]: reportengine: Running report
> StandardReport
> Jan 17 08:05:23 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Standard/skin.conf for report StandardReport
> Jan 17 08:05:23 odroid weewx[11480]: cheetahgenerator: using search list
> ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
> Jan 17 08:05:23 odroid weewx[11480]: manager: Daily summary version is 2.0
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:05:23 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:05:24 odroid weewx[11480]: cheetahgenerator: Generated 14 files
> for report StandardReport in 0.67 seconds
> Jan 17 08:05:24 odroid weewx[11480]: manager: Daily summary version is 2.0
> Jan 17 08:05:24 odroid weewx[11480]: imagegenerator: Generated 12 images
> for StandardReport in 0.36 seconds
> Jan 17 08:05:24 odroid weewx[11480]: copygenerator: copied 0 files to
> /var/www/html/weewx
> Jan 17 08:05:24 odroid weewx[11480]: reportengine: Running report FTP
> Jan 17 08:05:24 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Ftp/skin.conf for report FTP
> Jan 17 08:05:24 odroid weewx[11480]: ftpgenerator: FTP upload not
> requested. Skipped.
> Jan 17 08:05:24 odroid weewx[11480]: reportengine: Running report RSYNC
> Jan 17 08:05:24 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
> Jan 17 08:05:24 odroid weewx[11480]: rsyncgenerator: rsync upload not
> requested. Skipped.
> Jan 17 08:05:33 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:05:33 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:05:33 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:05:34 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:05:44 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:05:44 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 06
> c2 36 32 c0 aa 03 c0 78 61 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e6
> Jan 17 08:05:44 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:05:44 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:05:54 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:05:55 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e5
> Jan 17 08:05:55 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:05:55 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:06:05 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:06:05 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:06:05 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:06:05 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:06:15 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:06:15 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:06:15 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:06:16 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:06:26 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:06:26 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:06:26 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:06:26 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:06:36 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:06:36 odroid rsyslogd-2007: action 'action 10' suspended, next
> retry is Wed Jan 17 08:08:06 2018 [v8.16.0 try
> http://www.rsyslog.com/e/2007 ]
> Jan 17 08:06:36 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:06:36 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:06:37 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:06:47 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:06:47 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:06:47 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:06:47 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:06:57 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:06:57 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:06:57 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:06:58 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:07:08 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:07:08 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:07:08 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:07:08 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:07:18 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:07:18 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:07:18 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:07:19 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:07:29 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:07:29 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:07:29 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:07:29 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:07:39 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:07:39 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 03 c0 78 63 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e4
> Jan 17 08:07:39 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:07:40 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:07:50 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:07:50 odroid weewx[11480]: te923: read: 5a 08 a2 57 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 40 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:07:50 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:07:50 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:08:00 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:08:01 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:08:01 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:08:01 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:08:11 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:08:11 odroid rsyslogd-2007: action 'action 10' suspended, next
> retry is Wed Jan 17 08:09:41 2018 [v8.16.0 try
> http://www.rsyslog.com/e/2007 ]
> Jan 17 08:08:11 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:08:11 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:08:11 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:08:21 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:08:21 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:08:21 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:08:22 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:08:32 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:08:32 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:08:32 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:08:32 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:08:42 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:08:43 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:08:43 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:08:43 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:08:53 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:08:53 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:08:53 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:08:53 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:09:03 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:09:03 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:09:03 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:09:03 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:09:13 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:09:13 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:09:13 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:09:14 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:09:24 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:09:24 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:09:24 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:09:24 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:09:34 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:09:34 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:09:34 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:09:35 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:09:45 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:09:45 odroid rsyslogd-2007: action 'action 10' suspended, next
> retry is Wed Jan 17 08:11:15 2018 [v8.16.0 try
> http://www.rsyslog.com/e/2007 ]
> Jan 17 08:09:45 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 06
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e3
> Jan 17 08:09:45 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:09:45 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:09:55 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:09:55 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:09:55 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:09:56 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:10:06 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:10:06 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:10:06 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:10:06 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:10:16 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:10:16 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:10:16 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:10:17 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:10:17 odroid weewx[11480]: manager: Added record 2018-01-17
> 08:10:00 CET (1516173000) to database 'weewx.sdb'
> Jan 17 08:10:17 odroid weewx[11480]: manager: Added record 2018-01-17
> 08:10:00 CET (1516173000) to daily summary in 'weewx.sdb'
> Jan 17 08:10:17 odroid weewx[11480]: reportengine: Running reports for
> latest time in the database.
> Jan 17 08:10:17 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:10:17 odroid weewx[11480]: reportengine: Running report
> StandardReport
> Jan 17 08:10:17 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Standard/skin.conf for report StandardReport
> Jan 17 08:10:17 odroid weewx[11480]: cheetahgenerator: using search list
> ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
> Jan 17 08:10:17 odroid weewx[11480]: manager: Daily summary version is 2.0
> Jan 17 08:10:17 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:10:17 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:10:17 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:10:17 odroid weewx[11480]: cheetahgenerator: Generated 14 files
> for report StandardReport in 0.67 seconds
> Jan 17 08:10:17 odroid weewx[11480]: manager: Daily summary version is 2.0
> Jan 17 08:10:18 odroid weewx[11480]: imagegenerator: Generated 12 images
> for StandardReport in 0.37 seconds
> Jan 17 08:10:18 odroid weewx[11480]: copygenerator: copied 0 files to
> /var/www/html/weewx
> Jan 17 08:10:18 odroid weewx[11480]: reportengine: Running report FTP
> Jan 17 08:10:18 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Ftp/skin.conf for report FTP
> Jan 17 08:10:18 odroid weewx[11480]: ftpgenerator: FTP upload not
> requested. Skipped.
> Jan 17 08:10:18 odroid weewx[11480]: reportengine: Running report RSYNC
> Jan 17 08:10:18 odroid weewx[11480]: reportengine: Found configuration
> file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
> Jan 17 08:10:18 odroid weewx[11480]: rsyncgenerator: rsync upload not
> requested. Skipped.
> Jan 17 08:10:27 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:10:27 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:10:27 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:10:27 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:10:37 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:10:37 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:10:37 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:10:38 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:10:48 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:10:48 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:10:48 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:10:48 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:10:58 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:10:58 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:10:58 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:10:59 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:11:09 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:11:09 odroid weewx[11480]: te923: read: 5a 08 a2 56 aa 0a aa 07
> c2 36 32 c0 aa 04 c0 78 62 c1 74 ff ff 3f 3e 00 41 c0 00 00 00 00 08 26 20
> e2
> Jan 17 08:11:09 odroid weewx[11480]: te923: read: address 0x00004c
> Jan 17 08:11:09 odroid weewx[11480]: te923: read: 5a ff ff ff ff ff ff ff
> ff ff ff ff ff ff fb 13 01 06 e6 ff ff 31 17 07 24 42 3e 4b 3e 52 3e 4f 3e
> bd
> Jan 17 08:11:19 odroid weewx[11480]: te923: read: address 0x020001
> Jan 17 08:11:19 odroid rsyslogd-2007: action 'acti
> ...

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to