Re: [weewx-user] Re: Attempting to use a Pete Bros. Ultimeter2100 on a RPi3 with a serial to usb converter

2016-11-19 Thread Ralph Underwood
I installed the station last week and it appears to be working. I managed 
to break the anemometer while I was installing the mast so I have no wind 
info until my next visit to the site in a week or two. Pete Bros. had the 
parts available and I already have them in hand.  I ended up commenting out 
all of the one-wire stuff for my extra temps as I was getting some weird 
readings from two of the sensors and I figured it would be easier to 
troubleshoot in my "lab" than on-site. 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Attempting to use a Pete Bros. Ultimeter2100 on a RPi3 with a serial to usb converter

2016-11-11 Thread J.L. Blom
May I add one remark: Look at the odroid-C2. As cheap (or cheaper) than 
the raspberry, faster, with more memory and the choice of using eMMC 
memory (together with a micro-sd). I use it since February and, except 
an unlucky software glitch, works without a problem. Moreover it has 
ubuntu 16.04 LTS which is in my opinion more stable than raspbian (or 
debian).

The URL: http://www.hardkernel.com
Only a suggestion,
Joep


On 08/11/16 14:30, John Maetta wrote:


Wow, thought I might be the only Peet user out here. Glad to see at 
least a couple more.
Not using a USB/Serial converter, I opted for the serial port board 
that plugs onto the RPi.


I started out running Weewx on a Ultimeter 100, but the upgraded to 
the 2100. The 2100 system has been up and running since July 2015 with 
no hiccups.


https://www.wunderground.com/personal-weather-station/dashboard?ID=KCALOMPO31

On Thursday, October 27, 2016 at 6:15:45 PM UTC-7, Ralph Underwood wrote:

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' ()
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 weewx-user+unsubscr...@googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.



--
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Attempting to use a Pete Bros. Ultimeter2100 on a RPi3 with a serial to usb converter

2016-11-08 Thread John Maetta

Wow, thought I might be the only Peet user out here. Glad to see at least a 
couple more. 
Not using a USB/Serial converter, I opted for the serial port board that 
plugs onto the RPi.

I started out running Weewx on a Ultimeter 100, but the upgraded to the 
2100. The 2100 system has been up and running since July 2015 with no 
hiccups.

https://www.wunderground.com/personal-weather-station/dashboard?ID=KCALOMPO31

On Thursday, October 27, 2016 at 6:15:45 PM UTC-7, Ralph Underwood wrote:
>
> 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' ()
> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Attempting to use a Pete Bros. Ultimeter2100 on a RPi3 with a serial to usb converter

2016-10-30 Thread Ralph Underwood
I'll second that, great support from users and developers!  

This is the third weewx station I have cobbled together - one with a 
wireless Oregon Scientific, one with one-wire, and now this one with Pete 
Bros. - Plus two more carefully monitoring my basement as I test and 
experiment. The Rpi price makes all of this possible, just skip a couple of 
Starbucks visits and you can buy a computer.  I now know just enough Linux 
to get things going and it is fun learning.

The wireless station looses connectivity too often. That station is located 
near I-90 and I suspect that there is some powerful interference from the 
truckers radios as well as some nearby state radios. Just a suspicion, 
everything worked fine when it was twenty feet away in my workshop, but in 
the field not so much. So I wanted a wired system for my new system to be 
installed at my vacation home. With the demise of Hobby Boards; I was 
looking for an alternative to one-wire. I still plan on adding some 
one-wire sensors to this installation as I have a bundle of temperature 
probes.

Thanks again to all of the supportive users.

On Saturday, October 29, 2016 at 2:13:06 PM UTC-7, Steve2Q wrote:
>
> Ralph..good to see another Peet Bros user (not many of us here). I am not 
> a programmer, but have learned some very basic Linux to tweak my install. 
> One of the things I like about Weewx is all of the support. Tom, mwall, and 
> many others always help out,and have developed drivers for stations that 
> are not very common like ours. Mine is also a 2100.
> Welcome to Weewx. 
> Steve   N2QLQ 
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Attempting to use a Pete Bros. Ultimeter2100 on a RPi3 with a serial to usb converter

2016-10-28 Thread Ralph Underwood
Thanks, that got me to a point where WeeWx is running and the log says it 
is ftp'ing. Nothing on the web page. 

Have to go to work for a while and then I will attack it again.

Thanks.


On Thursday, October 27, 2016 at 8:06:50 PM UTC-7, mwall wrote:
>
> On Thursday, October 27, 2016 at 9:15:45 PM UTC-4, Ralph Underwood wrote:
>>
>> 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'
>>
>
> hi ralph,
>
> it looks like your rpi does not have the kernel module installed for the 
> usb-serial converter that you are using.
>
> you could try updating your pi to the latest kernel with 'sudo rpi-update'
>
> otherwise you might have to build the kernel module yourself
>
> when the pi is working properly you should see /dev/ttyUSB0 when you plug 
> in the usb-serial converter
>
> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.