You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hello I reinstalled weewx with python3 , and installed the wh23xx driver.
It shows up in the /home/weewx/bin/user directory.
But somehow it isn't recognized by wee_config.
What did I do wrong, can someone plz help me?
Greetings, Arp77
gjr80
unread,
Apr 4, 2021, 9:26:12 PM4/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hi,
The wh23xx driver has not been ported to python3. Whilst that doesn't prevent you from installing the driver under python3, if there are any errors when importing the driver this will cause wee_config to ignore the driver. My guess is there are errors when importing the wh23xx driver under python3 (these will be transparent to you when running wee_config). You have a couple of options; first is to install WeeWX under python2, second is to convert the driver to python3 (which should not be too difficult).
Gary
Arp
unread,
Apr 5, 2021, 8:52:55 AM4/5/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hi Gary,
thank you, for your answer. That makes sense, I didn't think it could be that