On Friday, February 7, 2020 at 6:46:40 AM UTC-6, Thomas Keffer wrote:
>
> I'm going to need an aspirin.
>
>
>
>
Hold the aspirin... methinks you've found/fixed it!
The driver output looks normal (to me), and the reports are updating.
Kudos!
Paul
--
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/c3d8392d-db5a-4134-890a-40f5dbaa845a%40googlegroups.com.
root@gummo:/home/weewx# update-alternatives --config python
There are 2 choices for the alternative python (providing /usr/bin/python).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/python3.5 2 auto mode
* 1 /usr/bin/python2.7 1 manual mode
2 /usr/bin/python3.5 2 manual mode
Press <enter> to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/bin/python3.5 to provide /usr/bin/python
(python) in manual mode
root@gummo:/home/weewx# PYTHONPATH=bin python3 bin/weewx/drivers/ws23xx.py
--readings --port=/dev/ttyS0
{'dp': -4.7, 'it': 32.5, 'ot': 16.1, 'ih': 19.0, 'pa': 918.1, 'wc': -18.9,
'wind': (51.0, 0.0, 5, 0), 'rh': 0.0, 'oh': 24.0, 'cn': 15, 'rt': 1156.69}
root@gummo:/home/weewx# update-alternatives --config python
There are 2 choices for the alternative python (providing /usr/bin/python).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/python3.5 2 auto mode
1 /usr/bin/python2.7 1 manual mode
* 2 /usr/bin/python3.5 2 manual mode
Press <enter> to keep the current choice[*], or type selection number: 1
update-alternatives: using /usr/bin/python2.7 to provide /usr/bin/python
(python) in manual mode
root@gummo:/home/weewx# PYTHONPATH=bin python2 bin/weewx/drivers/ws23xx.py
--readings --port=/dev/ttyS0
{'rt': 1156.69, 'wc': -18.9, 'cn': 15, 'oh': 24.0, 'it': 32.5, 'ih': 19.0,
'pa': 918.2, 'dp': -4.7, 'ot': 16.1, 'rh': 0.0, 'wind': (51.0, 0.0, 5, 0)}
root@gummo:/home/weewx#