Hi Susan,
this is a very minor bug, but I found it while looking through my log
files. There's a missing "%" on an strftime string. Yup, I did say minor!
Here's the diff to HP1000.py:
*** HP1000.py 2017-02-05 02:15:01.000000000 -0800
--- /usr/share/weewx/user/HP1000.py 2017-02-20 16:52:10.466575082 -0800
***************
*** 237,241 ****
loginf('Established contact at %s' %
! datetime.datetime.now().strftime('%d/%m/%y
H:%M:%S'))
# Now read the SETUP packet to find the current value
units
--- 237,241 ----
loginf('Established contact at %s' %
! datetime.datetime.now().strftime('%d/%m/%y
%H:%M:%S'))
# Now read the SETUP packet to find the current value
units
Bob
PS: the subject of this thread should probably be changed to something more
meaningful/useful.