Attached is log after installing new reportengine.py in 
/usr/shr/weewx/weewx. Was expecting more log output than what I received. I 
included a directory listing to show the new module was installed. 
reportengine.py.orig was the original module prior to moving in the new one.

On Sunday, May 3, 2020 at 7:17:17 PM UTC-5, Tom Keffer wrote:
>
> Well, you've got me stumped, although I'm sure it's something silly.
>
> Please replace your copy of reportengine.py with this one. It's 
> instrumented to help us understand what's going on. It goes in 
> /usr/share/weewx/weewx/reportengine.py.
>
> Restart weewxd, post the log.
>
> -tk
>
> On Sun, May 3, 2020 at 4:27 PM Mike Doneske <[email protected] 
> <javascript:>> wrote:
>
>> Skin.conf file.... 
>>
>> -- 
>> 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 [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/4a18cc78-bfe4-4033-a742-baa652ff7fcd%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/4a18cc78-bfe4-4033-a742-baa652ff7fcd%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a438f619-b50f-47ac-be30-4f4284f8890a%40googlegroups.com.
May  3 21:40:15 india journal[10840]: weewx[10840] INFO weewx.cheetahgenerator: 
Generated 8 files for report SeasonsReport in 0.59 seconds
May  3 21:40:16 india journal[10840]: weewx[10840] INFO weewx.imagegenerator: 
Generated 15 images for report SeasonsReport in 0.59 seconds
May  3 21:40:16 india journal[10840]: weewx[10840] INFO weewx.reportengine: 
Copied 0 files to /var/www/html/weewx
May  3 21:41:15 india journal[10840]: weewx[10840] INFO weewx.manager: Added 
record 2020-05-03 21:41:00 CDT (1588560060) to database 'weewx.sdb'
May  3 21:41:15 india journal[10840]: weewx[10840] INFO weewx.manager: Added 
record 2020-05-03 21:41:00 CDT (1588560060) to daily summary in 'weewx.sdb'
May  3 21:42:15 india journal[10840]: weewx[10840] INFO weewx.manager: Added 
record 2020-05-03 21:42:00 CDT (1588560120) to database 'weewx.sdb'
May  3 21:42:15 india journal[10840]: weewx[10840] INFO weewx.manager: Added 
record 2020-05-03 21:42:00 CDT (1588560120) to daily summary in 'weewx.sdb'
May  3 21:43:02 india systemd[1]: Stopping SYSV: start and stop the weewx 
weather system...
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__: Received 
signal TERM (15).
May  3 21:43:02 india journal[10840]: weewx[10840] INFO weewx.engine: Main loop 
exiting. Shutting engine down.
May  3 21:43:02 india journal[10840]: weewx[10840] INFO weewx.engine: Shutting 
down StdReport thread
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__: Terminating 
weewx version 4.0.0
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****  
Traceback (most recent call last):
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/share/weewx/weewxd", line 154, in main
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
engine.run()
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/share/weewx/weewx/engine.py", line 188, in run
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
for packet in self.console.genLoopPackets():
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/share/weewx/weewx/drivers/vantage.py", line 532, in genLoopPackets
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
for _loop_packet in self.genDavisLoopPackets(200):
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/share/weewx/weewx/drivers/vantage.py", line 559, in 
genDavisLoopPackets
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
loop_packet = self._get_packet()
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/share/weewx/weewx/drivers/vantage.py", line 572, in _get_packet
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
_buffer = self.port.read(99)
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/share/weewx/weewx/drivers/vantage.py", line 279, in read
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
_buffer = self.serial_port.read(chars)
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/lib/python3.6/site-packages/serial/serialposix.py", line 450, in read
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
ready, _, _ = select.select([self.fd, self.pipe_abort_read_r], [], [], timeout)
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****    
File "/usr/share/weewx/weewxd", line 257, in sigTERMhandler
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****      
raise Terminate
May  3 21:43:02 india journal[10840]: weewx[10840] INFO __main__:     ****  
Terminate
May  3 21:43:02 india weewx[17673]: Shutting down weewx: [  OK  ]
May  3 21:43:02 india systemd[1]: Stopped SYSV: start and stop the weewx 
weather system.
May  3 21:43:09 india systemd[1]: Starting SYSV: start and stop the weewx 
weather system...
May  3 21:43:10 india journal[17707]: weewx[17707] INFO __main__: Initializing 
weewx version 4.0.0
May  3 21:43:10 india journal[17707]: weewx[17707] INFO __main__: Using Python 
3.6.8 (default, Nov 21 2019, 19:31:34) #012[GCC 8.3.1 20190507 (Red Hat 
8.3.1-4)]
May  3 21:43:10 india journal[17707]: weewx[17707] INFO __main__: Platform 
Linux-4.18.0-151.el8.x86_64-x86_64-with-centos-8.1.1911-Core
May  3 21:43:10 india journal[17707]: weewx[17707] INFO __main__: Locale is 
'en_US.UTF-8'
May  3 21:43:10 india journal[17707]: weewx[17707] INFO __main__: PID file is 
/var/run/weewx.pid
May  3 21:43:10 india journal[17711]: weewx[17711] INFO __main__: Using 
configuration file /etc/weewx/weewx.conf
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: Loading 
station type Vantage (weewx.drivers.vantage)
May  3 21:43:10 india weewx[17698]: Starting weewx: [  OK  ]
May  3 21:43:10 india systemd[1]: Started SYSV: start and stop the weewx 
weather system.
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: 
StdConvert target unit is 0x1
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.wxservices: The 
following values will be calculated: pressure=prefer_hardware, 
barometer=prefer_hardware, altimeter=prefer_hardware, 
windchill=prefer_hardware, heatindex=prefer_hardware, dewpoint=prefer_hardware, 
inDewpoint=prefer_hardware, rainRate=prefer_hardware
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.wxservices: The 
following algorithms will be used for calculations: altimeter=aaASOS, 
maxSolarRad=RS
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: Archive 
will use data binding wx_binding
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: Record 
generation will be attempted in 'hardware'
May  3 21:43:10 india journal[17711]: weewx[17711] ERROR weewx.engine: The 
archive interval in the configuration file (300) does not match the station 
hardware interval (60).
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: Using 
archive interval of 60 seconds (specified by hardware)
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.restx: 
StationRegistry: Registration not requested.
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.restx: 
Wunderground: Posting not enabled.
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.restx: 
PWSweather: Posting not enabled.
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.restx: CWOP: Data 
for station CW6115 will be posted
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.restx: WOW: 
Posting not enabled.
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.restx: AWEKAS: 
Posting not enabled.
May  3 21:43:10 india journal[17711]: weewx[17711] INFO __main__: Starting up 
weewx version 4.0.0
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: Clock 
error is -4.27 seconds (positive is fast)
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: Using 
binding 'wx_binding' to database 'weewx.sdb'
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.manager: Starting 
backfill of daily summaries
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:43:00 CDT (1588560180) to database 'weewx.sdb'
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:43:00 CDT (1588560180) to daily summary in 'weewx.sdb'
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.engine: Starting 
main packet loop.
May  3 21:43:10 india journal[17711]: weewx[17711] INFO weewx.restx: CWOP: 
Published record 2020-05-03 21:43:00 CDT (1588560180)
May  3 21:44:15 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:44:00 CDT (1588560240) to database 'weewx.sdb'
May  3 21:44:15 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:44:00 CDT (1588560240) to daily summary in 'weewx.sdb'
May  3 21:45:15 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:45:00 CDT (1588560300) to database 'weewx.sdb'
May  3 21:45:15 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:45:00 CDT (1588560300) to daily summary in 'weewx.sdb'
May  3 21:45:16 india journal[17711]: weewx[17711] INFO weewx.cheetahgenerator: 
Generated 8 files for report SeasonsReport in 1.37 seconds
May  3 21:45:17 india journal[17711]: weewx[17711] INFO weewx.imagegenerator: 
Generated 15 images for report SeasonsReport in 0.60 seconds
May  3 21:45:17 india journal[17711]: weewx[17711] INFO weewx.reportengine: 
Copied 0 files to /var/www/html/weewx
May  3 21:46:15 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:46:00 CDT (1588560360) to database 'weewx.sdb'
May  3 21:46:15 india journal[17711]: weewx[17711] INFO weewx.manager: Added 
record 2020-05-03 21:46:00 CDT (1588560360) to daily summary in 'weewx.sdb'
 
 ================= Directory listing from /usr/shr/weewx/weewx  
=========================


total 1524
-rw-r--r-- 1 root root 25723 Apr 30 10:43 accum.py
-rw-r--r-- 1 root root 21083 Apr 30 10:43 accum.pyc
-rw-r--r-- 1 root root 21023 Apr 30 10:43 accum.pyo
-rw-r--r-- 1 root root 20623 Apr 30 10:43 almanac.py
-rw-r--r-- 2 root root 16752 Apr 30 10:43 almanac.pyc
-rw-r--r-- 2 root root 16752 Apr 30 10:43 almanac.pyo
-rw-r--r-- 1 root root 26401 Apr 30 10:43 cheetahgenerator.py
-rw-r--r-- 2 root root 18868 Apr 30 10:43 cheetahgenerator.pyc
-rw-r--r-- 2 root root 18868 Apr 30 10:43 cheetahgenerator.pyo
-rw-r--r-- 1 root root  3393 Apr 30 10:43 crc16.py
-rw-r--r-- 1 root root  3118 Apr 30 10:43 crc16.pyc
-rw-r--r-- 1 root root  3076 Apr 30 10:43 crc16.pyo
-rw-r--r-- 1 root root  8717 Apr 30 10:43 defaults.py
-rw-r--r-- 2 root root  8790 Apr 30 10:43 defaults.pyc
-rw-r--r-- 2 root root  8790 Apr 30 10:43 defaults.pyo
drwxr-xr-x 3 root root  4096 Apr 30 14:12 drivers
-rw-r--r-- 1 root root 35279 Apr 30 10:43 engine.py
-rw-r--r-- 2 root root 24170 Apr 30 10:43 engine.pyc
-rw-r--r-- 2 root root 24170 Apr 30 10:43 engine.pyo
-rw-r--r-- 1 root root   276 Apr 30 10:43 filegenerator.py
-rw-r--r-- 2 root root   317 Apr 30 10:43 filegenerator.pyc
-rw-r--r-- 2 root root   317 Apr 30 10:43 filegenerator.pyo
-rw-r--r-- 1 root root 14278 Apr 30 10:43 imagegenerator.py
-rw-r--r-- 2 root root  8111 Apr 30 10:43 imagegenerator.pyc
-rw-r--r-- 2 root root  8111 Apr 30 10:43 imagegenerator.pyo
-rw-r--r-- 1 root root  5302 Apr 30 10:43 __init__.py
-rw-r--r-- 2 root root  8208 Apr 30 10:43 __init__.pyc
-rw-r--r-- 2 root root  8208 Apr 30 10:43 __init__.pyo
-rw-r--r-- 1 root root 52028 Apr 30 10:43 manager.py
-rw-r--r-- 2 root root 37462 Apr 30 10:43 manager.pyc
-rw-r--r-- 2 root root 37462 Apr 30 10:43 manager.pyo
drwxr-xr-x 2 root root  4096 May  3 21:44 __pycache__
-rw-r--r-- 1 root root  2590 Apr 30 10:43 qc.py
-rw-r--r-- 2 root root  2147 Apr 30 10:43 qc.pyc
-rw-r--r-- 2 root root  2147 Apr 30 10:43 qc.pyo
-rw-r--r-- 1 root root 32912 May  3 21:41 reportengine.py
-rw-r--r-- 2 root root 20654 Apr 30 10:43 reportengine.pyc
-rw-r--r-- 1 root root 32912 May  3 19:38 reportengine.py.new
-rw-r--r-- 2 root root 20654 Apr 30 10:43 reportengine.pyo
-rw-r--r-- 1 root root 32715 Apr 30 10:43 reportengine.py.orig
-rw-r--r-- 1 root root 75834 Apr 30 10:43 restx.py
-rw-r--r-- 2 root root 56963 Apr 30 10:43 restx.pyc
-rw-r--r-- 2 root root 56963 Apr 30 10:43 restx.pyo
-rw-r--r-- 1 root root  6912 Apr 30 10:43 station.py
-rw-r--r-- 2 root root  5776 Apr 30 10:43 station.pyc
-rw-r--r-- 2 root root  5776 Apr 30 10:43 station.pyo
-rw-r--r-- 1 root root 25149 Apr 30 10:43 tags.py
-rw-r--r-- 2 root root 19743 Apr 30 10:43 tags.pyc
-rw-r--r-- 2 root root 19743 Apr 30 10:43 tags.pyo
-rw-r--r-- 1 root root 58322 Apr 30 10:43 units.py
-rw-r--r-- 2 root root 54396 Apr 30 10:43 units.pyc
-rw-r--r-- 2 root root 54396 Apr 30 10:43 units.pyo
-rw-r--r-- 1 root root 25248 Apr 30 10:43 uwxutils.py
-rw-r--r-- 2 root root 18632 Apr 30 10:43 uwxutils.pyc
-rw-r--r-- 2 root root 18632 Apr 30 10:43 uwxutils.pyo
-rw-r--r-- 1 root root   246 Apr 30 10:43 wxengine.py
-rw-r--r-- 2 root root   268 Apr 30 10:43 wxengine.pyc
-rw-r--r-- 2 root root   268 Apr 30 10:43 wxengine.pyo
-rw-r--r-- 1 root root 25973 Apr 30 10:43 wxformulas.py
-rw-r--r-- 2 root root 24978 Apr 30 10:43 wxformulas.pyc
-rw-r--r-- 2 root root 24978 Apr 30 10:43 wxformulas.pyo
-rw-r--r-- 1 root root   367 Apr 30 10:43 wxmanager.py
-rw-r--r-- 2 root root   587 Apr 30 10:43 wxmanager.pyc
-rw-r--r-- 2 root root   587 Apr 30 10:43 wxmanager.pyo
-rw-r--r-- 1 root root 29563 Apr 30 10:43 wxservices.py
-rw-r--r-- 2 root root 22841 Apr 30 10:43 wxservices.pyc
-rw-r--r-- 2 root root 22841 Apr 30 10:43 wxservices.pyo
-rw-r--r-- 1 root root 38530 Apr 30 10:43 xtypes.py
-rw-r--r-- 1 root root 25493 Apr 30 10:43 xtypes.pyc
-rw-r--r-- 1 root root 25456 Apr 30 10:43 xtypes.pyo

Reply via email to