I could use some hints on what I need to modify to get the Ultimter to talk 
to WeeWx. 

I have a serial to usb converter as the Rpi does not have a serial port and 
I somehow missed that the Ultimeter was not USB when I ordered it. 

I tried to use this in my weewx.conf :


##############################################################################

[Ultimeter]
    # This section is for the PeetBros Ultimeter series of weather stations.

    # Serial port such as /dev/ttyS0, /dev/ttyUSB0, or /dev/cuaU0
    port = /dev/ttyUSB0

    # The station model, e.g., Ultimeter 2000, Ultimeter 100
    model = Ultimeter

    # The driver to use:
    driver = weewx.drivers.ultimeter

##############################################################################

part of the tail :

Oct 27 17:24:15 raspberrypi weewx[6672]: engine: Platform 
Linux-4.4.21-v7+-armv7l-with-debian-8.0
Oct 27 17:24:15 raspberrypi weewx[6672]: engine: Using configuration file 
/home/weewx/weewx.conf
Oct 27 17:24:15 raspberrypi weewx[6672]: engine: Initializing engine
Oct 27 17:24:15 raspberrypi weewx[6672]: engine: Loading station type 
Ultimeter (weewx.drivers.ultimeter)
Oct 27 17:24:15 raspberrypi weewx[6672]: ultimeter: driver version is 0.16
Oct 27 17:24:15 raspberrypi weewx[6672]: ultimeter: using serial port 
/dev/ttyUSB0
Oct 27 17:24:15 raspberrypi weewx[6672]: ultimeter: open serial port 
/dev/ttyUSB0
Oct 27 17:24:15 raspberrypi weewx[6672]: import of driver failed: could not 
open port /dev/ttyUSB0: [Errno 2] No such file or directory: '/dev/ttyUSB0' 
(<class 'serial.serialutil.SerialException'>)
Oct 27 17:24:15 raspberrypi weewx[6672]: engine: Unable to load driver: 
could not open port /dev/ttyUSB0: [Errno 2] No such file or directory: 
'/dev/ttyUSB0'
Oct 27 17:24:15 raspberrypi weewx[6672]:     ****  Exiting...


Thanks.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to