On Friday, December 6, 2019 at 9:24:07 AM UTC-5, Olivier Garnier wrote: > > > Does anyone has an idéa ? >
did you have root permissions when you invoked wee_device? you can try connecting directly with the driver: sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/weewx/drivers/ws23xx.py --readings to see all the options: sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/weewx/drivers/ws23xx.py --help typical problems with this weather station include: * permissions - be sure to use sudo when connecting to the port, or create a udev rule that grants permissions to non-root users * poor signal strength (only when using wireless mode) * buggy libusb/serial in the operating system (typically in older rpi systems) m -- 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/8c0c0964-5ca9-44ad-a99e-21b12ac50175%40googlegroups.com.
