Thanks Bob, that worked. On Wednesday, 4 November 2020 at 18:38:30 UTC Bob Atchley wrote:
> Hi Peter, > > I recently reinstalled weewx and the WS6in1 driver on a RaspberryPi 4 > (previously on a rPi 2) and hit the same problem > I solved it by installing the crcmod library via the apt command: > > $ sudo apt install python3-crcmod > > Not sure why the pip3 command didn't provide the needed files, this wasn't > needed originally. > > I am in the process of updating the readme.txt to add this and focus on > python3 installation. > As the driver seems stable I'm also going to up it to version 1.0 (but no > code changes from 0.9 other than changing the version number) > > Hope this helps > > Bob > > On Wednesday, 4 November 2020 at 11:07:38 UTC [email protected] wrote: > >> Hi Bob, >> >> Really appreciate your help building this driver. >> >> I have the Bresser 7002570 and have just reinstalled my Pi but have run >> into an issue. >> >> I followed the instruction using Python 3 and pip3, so "pip3 install >> crcmod" >> >> After I enter "sudo wee_config --reconfigure" I complete the station >> information then see the station options as follows: >> >> Installed drivers include: >> 0) ? (user.ws6in1) No module named 'crcmod' >> >> 1. AcuRite (weewx.drivers.acurite) >> >> .... >> >> After selecting 0 and entering the station information I receive the >> following: >> >> Traceback (most recent call last): >> >> File "/usr/share/weewx/wee_config", line 123, in >> main() >> File "/usr/share/weewx/wee_config", line 117, in main >> config_mgr.run(args, options) >> File "/usr/share/weewx/weecfg/config.py", line 114, in run >> stn_info = self.get_stn_info(config_dict, options) >> File "/usr/share/weewx/weecfg/config.py", line 155, in get_stn_info >> stn_info.update(weecfg.prompt_for_driver_settings(driver, config_dict)) >> File "/usr/share/weewx/weecfg/*init*.py", line 1685, in >> prompt_for_driver_settings >> *import*(driver) >> File "/usr/share/weewx/user/ws6in1.py", line 369, in >> import crcmod >> ModuleNotFoundError: No module named 'crcmod' >> >> Any help gratefully received. >> >> Peter. >> >> On Thursday, 24 September 2020 at 07:45:31 UTC+1 Bob Atchley wrote: >> >>> Hi Stéphane >>> >>> The following are identical: >>> Youshiko YC9388 >>> Bresser PC 6 in 1 >>> Garni 935PC >>> Ventus W835 >>> >>> I think the Bresser model is the Bresser 7002570 - it should >>> specifically mention the PC data connection. The WiFi version is not >>> compatible as the USB connection provides power only (no data). >>> >>> Hope this helps >>> >>> Bob >>> >>> -- 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/6112d4db-3977-41b9-8633-37c48b93cf0en%40googlegroups.com.
