[weewx-user] Re: Original Dallas Semiconductor 8 reed switch wind vane with DS2407 and DS2401 1-wire chips

2020-03-31 Thread Bret Craytor
BTW,  Trying to get OWW to work and keep getting hung up with the GTK+, 
ugh.  I can't get past the ./configure.



On Monday, March 23, 2020 at 11:55:52 AM UTC-5, Bret Craytor wrote:
>
> Hey!
>
> Which sensor type should I use in my OWFS WEEWX conf file?  I have the 
> addresses of the DS2401's on the PCB layout:
>
>
>  D E F 
>  CG
>  B A H
> II
> II  -mount side (viewed from top of PCB 
>
>
> A:  01.B5374A04
> B:  01.B2374A04
> C:  01.BA374A04
> D:  01.B7374A04
> E:  01.C6374A04
> F:  01.C3374A04
> G:  01.BD374A04
> H:  01.AE374A04
>
> As you can see, the first two digits after the dot are the only values 
> that change.  Surely someone out there has already made a sensor type file 
> for this, and can help with my weewx.conf file setup.
>
> I had some earlier posts and recieved great help, but have had to keep 
> putting the project down to do other tasks, but with the COVID-19 
> instructions for staying home, here I am!  Thanks for your help WEEWX 
> community!
>
> Bret Craytor
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/87615c7c-d6bc-42a8-88f0-3a7469efe480%40googlegroups.com.


[weewx-user] Re: Original Dallas Semiconductor 8 reed switch wind vane with DS2407 and DS2401 1-wire chips

2020-03-31 Thread Bret Craytor
Glenn,

Indeed something got cut off on the beginning.  Not sure how that happened 
but it was a little background on me and my minimal programing experience 
with an Ames breadboard computer back in '79 when I was in college and it 
was for Electronics for Scientists class.  I was not the best of 
programmers, but I love tinkering with this stuff.  and the addresses you 
see are from my PYTHONPATH=  blah blah --Sensors read as well as from OWFS 
Localhost:2121, I can surely send you the data on what each sensor 
returns.  I set the thing up in front of a fan to watch the wind speed!  
LOL.  2.5 to 3 mphI still have not calibrated the tiping-bucket rain 
guage (the original DS round one).  I can set up a window with VNC for you 
if you can help, or an SSH.I don't know how to privately message you 
other than thru e-mail.  I will post an excel file with all the addresses 
of the chips I have and what I have them for.  my first message on this 
thread has the layout of the PCB reed switches in that stick figure with 
the addresses listed below for the windvane.

Bret Craytor



On Monday, March 23, 2020 at 11:55:52 AM UTC-5, Bret Craytor wrote:
>
> Hey!
>
> Which sensor type should I use in my OWFS WEEWX conf file?  I have the 
> addresses of the DS2401's on the PCB layout:
>
>
>  D E F 
>  CG
>  B A H
> II
> II  -mount side (viewed from top of PCB 
>
>
> A:  01.B5374A04
> B:  01.B2374A04
> C:  01.BA374A04
> D:  01.B7374A04
> E:  01.C6374A04
> F:  01.C3374A04
> G:  01.BD374A04
> H:  01.AE374A04
>
> As you can see, the first two digits after the dot are the only values 
> that change.  Surely someone out there has already made a sensor type file 
> for this, and can help with my weewx.conf file setup.
>
> I had some earlier posts and recieved great help, but have had to keep 
> putting the project down to do other tasks, but with the COVID-19 
> instructions for staying home, here I am!  Thanks for your help WEEWX 
> community!
>
> Bret Craytor
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f679eb7b-bf30-44c5-b3b2-1b3db6f8d6b6%40googlegroups.com.


[weewx-user] Re: Original Dallas Semiconductor 8 reed switch wind vane with DS2407 and DS2401 1-wire chips

2020-03-30 Thread Bret Craytor
) pop up (two addresses if in between two reed switches they both close).
  
so, in my data,

if A is north 01.B5374A04 returns as the address, if North by NE then 
both 01.B5374A04 and 01.B2374A04 return as addresses.  I guess I 
can really try to fumble thru writing code, I was just sure that as long as 
weewx has been out there, that someone else had already got this to work 
and I wouldn't be recreating the wheel.  The unit is in near new condition, 
with only some dust on it and a very little warp of the wind vane feather 
which does not alter function.  Really would like to get it out on a pole 
on the top of my castle, LOL.  I certainly appreciate all your input, and I 
had found those articles as well, just couldn't find any code for the reed 
switch wind vane..  Am I right that OWW is written in C and WEEWX in python?

Thanks!

Bret Craytor

On Monday, March 23, 2020 at 11:55:52 AM UTC-5, Bret Craytor wrote:
>
> Hey!
>
> Which sensor type should I use in my OWFS WEEWX conf file?  I have the 
> addresses of the DS2401's on the PCB layout:
>
>
>  D E F 
>  CG
>  B A H
> II
> II  -mount side (viewed from top of PCB 
>
>
> A:  01.B5374A04
> B:  01.B2374A04
> C:  01.BA374A04
> D:  01.B7374A04
> E:  01.C6374A04
> F:  01.C3374A04
> G:  01.BD374A04
> H:  01.AE374A04
>
> As you can see, the first two digits after the dot are the only values 
> that change.  Surely someone out there has already made a sensor type file 
> for this, and can help with my weewx.conf file setup.
>
> I had some earlier posts and recieved great help, but have had to keep 
> putting the project down to do other tasks, but with the COVID-19 
> instructions for staying home, here I am!  Thanks for your help WEEWX 
> community!
>
> Bret Craytor
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b07ebb88-c544-43d8-936f-3cb8a8c569cc%40googlegroups.com.


[weewx-user] Re: Original Dallas Semiconductor 8 reed switch wind vane with DS2407 and DS2401 1-wire chips

2020-03-23 Thread Bret Craytor
I have searched high and low on this group to look for old threads, seems 
everyone has the voltage Wind Direction using OWFS.
Can someone just point me in the right direction or to the right forum?  
Looked at OWW too.  Thanks for any and all input.

Bret Craytor

On Monday, March 23, 2020 at 11:55:52 AM UTC-5, Bret Craytor wrote:
>
> Hey!
>
> Which sensor type should I use in my OWFS WEEWX conf file?  I have the 
> addresses of the DS2401's on the PCB layout:
>
>
>  D E F 
>  CG
>  B A H
> II
> II  -mount side (viewed from top of PCB 
>
>
> A:  01.B5374A04
> B:  01.B2374A04
> C:  01.BA374A04
> D:  01.B7374A04
> E:  01.C6374A04
> F:  01.C3374A04
> G:  01.BD374A04
> H:  01.AE374A04
>
> As you can see, the first two digits after the dot are the only values 
> that change.  Surely someone out there has already made a sensor type file 
> for this, and can help with my weewx.conf file setup.
>
> I had some earlier posts and recieved great help, but have had to keep 
> putting the project down to do other tasks, but with the COVID-19 
> instructions for staying home, here I am!  Thanks for your help WEEWX 
> community!
>
> Bret Craytor
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f7f62c61-c80f-46a3-b06e-47fa18978dc1%40googlegroups.com.


[weewx-user] Original Dallas Semiconductor 8 reed switch wind vane with DS2407 and DS2401 1-wire chips

2020-03-23 Thread Bret Craytor
Hey!

Which sensor type should I use in my OWFS WEEWX conf file?  I have the 
addresses of the DS2401's on the PCB layout:


 D E F 
 CG
 B A H
II
II  -mount side (viewed from top of PCB 


A:  01.B5374A04
B:  01.B2374A04
C:  01.BA374A04
D:  01.B7374A04
E:  01.C6374A04
F:  01.C3374A04
G:  01.BD374A04
H:  01.AE374A04

As you can see, the first two digits after the dot are the only values that 
change.  Surely someone out there has already made a sensor type file for 
this, and can help with my weewx.conf file setup.

I had some earlier posts and recieved great help, but have had to keep 
putting the project down to do other tasks, but with the COVID-19 
instructions for staying home, here I am!  Thanks for your help WEEWX 
community!

Bret Craytor

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3dbdb70c-caa4-485b-9400-ba52765c1e66%40googlegroups.com.


Re: [weewx-user] OWFS with Dallas Semi hardware thru an I2C AB Electronics

2019-11-18 Thread Bret Craytor


On Sunday, November 17, 2019 at 10:25:50 PM UTC-6, Glenn McKechnie wrote:
>
> On 18/11/2019, Bret Craytor > wrote: 
>
> [...] 
>
> >   Weewx version 3.9.2 detected. 
> > 
> > Station info 
> >   Station type: OWFS 
> >   Driver:   user.owfs 
> > 
> > Driver info 
> > [OWFS] 
> > interface = /dev/i2c-1 
> > driver = user.owfs 
> > [[sensor_type]] 
> > outTemp = /uncached/10.A3653C00/temperature 
> > inTemp = /uncached/10.39F435030800/temperature 
> > windDir = /uncached/12.5EAB0D00/ 
> > windSpeed = /uncached/1D.D0110100/counters.ALL 
> > rain = /uncached/1D.81B5/counters.ALL 
> > 
> > [[sensor_map]] 
> > 
> > Currently installed extensions 
> > Extension NameVersion   Description 
> > owfs  0.21  driver for one-wire devices connected via 
> owfs 
>
> Ah Ha... 
>
> In the above output, ie within weewx.conf, you have your sensor mapping 
> listed under sensor_type, and no sensor_type entries. 
>
>
> If you change the sensor_type heading to [[sensor_map]], that should fix 
> the bulk of it. 
>
> Additionally, unless you know otherwise (ie you've changed the hardware 
> connections) windSpeed can drop the counters.ALL as your new sensor_map 
> will allocate it as counter.A (its default within owfs.py) 
>
> windSpeed = /uncached/1D.D0110100 
>
>
> As for what should go under the now empty [[sensor_type]] section, try 
> the following... 
>
>[[sensor_type]] 
>windDir = aag_windvane 
>windSpeed = aag_windspeed 
>rain = rainwise_bucket 
>
> That's based on my memory, which recalls that you are running an 
> original AAG weather station? 
>
> I'm not sure what the AAG rain gauge would default to, I didn't find a 
> mention of anything specific in owfs.py but a rainwise_bucket returns 
> 0.1" per tip, which owfs.py converts to 0.0254 cm. Once it's working 
> you can tweak its output. 
>
>
>
> > 
> > 
> > 
> ##
>  
>
> > 
> > #   This section controls the origin of derived values. 
> > 
> > [StdWXCalculate] 
> > 
> > [[Calculations]] 
> > # How to calculate derived quantities.  Possible values are: 
> > #  hardware- use the value provided by hardware 
> > #  software- use the value calculated by weewx 
> > #  prefer_hardware - use value provide by hardware if available, 
> > #  otherwise use value calculated by weewx 
> > 
> > pressure = prefer_hardware 
> > barometer = prefer_hardware 
> > altimeter = prefer_hardware 
> > windchill = prefer_hardware 
> > heatindex = prefer_hardware 
> > dewpoint = prefer_hardware 
> > inDewpoint = prefer_hardware 
> > rainRate = prefer_hardware 
> > 
> > 
> ##
>  
>
>
> With the exception of the pressure related values (there is/was a 1-wire 
> pressure sensor) these will need to become prefer_software. The 1-wire 
> sensors will only return the sensor value, the driver adjusts some 
> values but it's safe to assume that no calculations are performed. 
> Then again, you probably require a humidity sensor to calculate most of 
> those so it's possibly mute. 
>
> Don't forget. If you run weewx directly from the command line you should 
> see LOOP values spat out at every 30 seconds or so. This can quickly 
> tell you what is and isn't responding. 
>
> python /home/weewx/bin/weewxd /home/weewx/weewx.conf 
>
> You may need to tweak that command for your setup 
>
> -- 
>
>
> Cheers 
>  Glenn 
>
> rorpi - read only raspberry pi & various weewx addons 
> https://github.com/glennmckechnie 
>

Glenn,

Thank you so much!  Your imput has been invaluable!  I am now seeing data 
on the index.html file being populated.  Now I need to calibrate the wind 
direction, and get my rain gauge all calibrated which is indeed the 
original Dallas Semiconductor rain gauge (before AAG, but I believe the 
same type.  

Bless you for all your help!

Sincerely,

Bret
 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/41dfbac0-03a1-478c-8848-c721b2cd406a%40googlegroups.com.


Re: [weewx-user] OWFS with Dallas Semi hardware thru an I2C AB Electronics

2019-11-17 Thread Bret Craytor
Glenn,
Thank you for your response, I had to put down my project and go on a trip 
with the spouse, and just now am getting bact to this. So this is the 
latest:

/home/weewx $ sudo tail -f /var/log/syslog
> Nov 17 18:05:31 raspberrypi weewx[1432]: copygenerator: copied 5 files to 
> /home/weewx/public_html
> Nov 17 18:05:31 raspberrypi weewx[1432]: reportengine: Report 
> 'SmartphoneReport' not enabled. Skipping.
> Nov 17 18:05:31 raspberrypi weewx[1432]: reportengine: Report 
> 'MobileReport' not enabled. Skipping.
> Nov 17 18:05:31 raspberrypi weewx[1432]: reportengine: Report 
> 'StandardReport' not enabled. Skipping.
> Nov 17 18:05:31 raspberrypi weewx[1432]: reportengine: Report 'FTP' not 
> enabled. Skipping.
> Nov 17 18:05:31 raspberrypi weewx[1432]: reportengine: Report 'RSYNC' not 
> enabled. Skipping.
> Nov 17 18:06:28 raspberrypi weewx[1432]: engine: Main loop exiting. 
> Shutting engine down.
> Nov 17 18:06:28 raspberrypi weewx[1432]: engine: Shutting down StdReport 
> thread
> Nov 17 18:06:28 raspberrypi weewx[1432]: engine: StdReport thread has been 
> terminated
> Nov 17 18:06:28 raspberrypi weewx[1432]: engine: Keyboard interrupt.
>
>
and here is the wee_debug output:

Using configuration file /home/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 
'archive_sqlite'

System info
  Platform:   Linux-4.19.75-v7+-armv7l-with-debian-10.1
  Python Version: 2.7.16

Load Information
  1 minute load average:  0.00
  5 minute load average:  0.02
  15 minute load average: 0.07

General Weewx info
  Weewx version 3.9.2 detected.

Station info
  Station type: OWFS
  Driver:   user.owfs

Driver info
[OWFS]
interface = /dev/i2c-1
driver = user.owfs
[[sensor_type]]
outTemp = /uncached/10.A3653C00/temperature
inTemp = /uncached/10.39F435030800/temperature
windDir = /uncached/12.5EAB0D00/
windSpeed = /uncached/1D.D0110100/counters.ALL
rain = /uncached/1D.81B5/counters.ALL

[[sensor_map]]

Currently installed extensions
Extension NameVersion   Description
owfs  0.21  driver for one-wire devices connected via owfs

Archive info
  Database name:weewx.sdb
  Table name:   archive
  Version   2.0
  Unit system:  1 (US)
  First good timestamp: 2019-10-18 20:00:00 CDT (1571446800)
  Last good timestamp:  2019-11-17 18:05:00 CST (1574035500)
  Number of records:9
  weewx (weewx.conf) is set to use an archive interval of 300 seconds.
  The station hardware was not interrogated in determining archive interval.

Databases configured in weewx.conf
  Database name:weewx.sdb
  Database driver:  weedb.sqlite

  Database name:weewx
  Database driver:  weedb.mysql
  Database host:localhost


Parsed and obfuscated weewx.conf
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2019 Tom Keffer <
# See the file LICENSE.txt for your rights.

##

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /home/weewx

# Whether to log successful operations
log_success = True

# Whether to log unsuccessful operations
log_failure = True

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.9.2

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = "Pleasant Grove, TX"

# Latitude and longitude in decimal degrees
latitude = 33.481
longitude = -94.095

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 358, foot# Choose 'foot' or 'meter' for unit

# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be 
used.
station_type = OWFS

# If you have a website, you may specify an URL
#station_url = http://www.example.com

# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1

# Start of week (0=Monday, 6=Sunday)
week_start = 6

##

[OWFS]
interface = /dev/i2c-1
driver = user.owfs
[[sensor_type]]
outTemp = /uncached/10.A3653C00/temperature
inTemp = /uncached/10.39F435030800/temperature
windDir = /uncached/12.5EAB0D00/
windSpeed = /uncached/1D.D0110100/counters.ALL

[weewx-user] OWFS with Dallas Semi hardware thru an I2C AB Electronics

2019-10-19 Thread Bret Craytor
I have installed WEEWX on a RPi 3B+ with a AB Electronics I2C to 1wire 
master.

I have loaded all the required modules, etc.

I used simulator when I originally installed WeeWX to make sure I could see 
the results in the index.html file.

All good, so far.

I see my sensors with the "PYTHONPATH=/home/weewx/bin python 
/home/weewx/bin/user/owfs.py --sensors --i2c-1" line command as well as the 
read...
I have edited the weewx.conf file to get the sensors, interface, driver, 
etc.

and yet I can't get it to work.  Here is the tail =f  /var/log/syslog:

Oct 19 13:31:21 raspberrypi weewx[1165]: restx: Wunderground: Posting not 
enabled.
Oct 19 13:31:21 raspberrypi weewx[1165]: restx: PWSweather: Posting not 
enabled.
Oct 19 13:31:21 raspberrypi weewx[1165]: restx: CWOP: Posting not enabled.
Oct 19 13:31:21 raspberrypi weewx[1165]: restx: WOW: Posting not enabled.
Oct 19 13:31:21 raspberrypi weewx[1165]: restx: AWEKAS: Posting not enabled.
Oct 19 13:31:21 raspberrypi weewx[1165]: engine: Starting up weewx version 
3.9.2
Oct 19 13:31:21 raspberrypi weewx[1165]: engine: Starting main packet loop.
Oct 19 13:31:40 raspberrypi ntpd[457]: ###.###.###.### local addr 
###,###.###.###-> 
Oct 19 13:31:47 raspberrypi kernel: [ 1466.774306] w1_master_driver 
w1_bus_master1: Attaching one wire slave 00.3800 crc 7c
Oct 19 13:31:47 raspberrypi kernel: [ 1466.788669] w1_master_driver 
w1_bus_master1: Family 0 for 00.3800.7c is not registered.
Oct 19 13:32:36 raspberrypi kernel: [ 1516.254459] w1_master_driver 
w1_bus_master1: Attaching one wire slave 00.b800 crc f0
Oct 19 13:32:36 raspberrypi kernel: [ 1516.269441] w1_master_driver 
w1_bus_master1: Family 0 for 00.b800.f0 is not registered.
Oct 19 13:33:41 raspberrypi kernel: [ 1580.974987] w1_master_driver 
w1_bus_master1: Attaching one wire slave 00.7800 crc 3a
Oct 19 13:33:41 raspberrypi kernel: [ 1580.989513] w1_master_driver 
w1_bus_master1: Family 0 for 00.7800.3a is not registered.
^Z
 
and here are the sensors:
pi@raspberrypi:/home/weewx $ PYTHONPATH=/home/weewx/bin/ python 
/home/weewx/bin/user/owfs.py --sensors --iface /dev/i2c-1
39F435030800: /10.39F435030800 DS18S20
A3653C00: /10.A3653C00 DS18S20
92400E00: /12.92400E00 DS2406
5EAB0D00: /12.5EAB0D00 DS2406
D0110100: /1D.D0110100 DS2423
81B5: /1D.81B5 DS2423
pi@raspberrypi:/home/weewx $ 

Any help would be appreciated...all original Dallas Semiconductor kit, 
except for the 1-wire bus driver.

Bret


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/358c4b81-fc78-4b95-aee2-1f86f168e655%40googlegroups.com.


[weewx-user] OWFS and interfaces

2019-09-23 Thread Bret Craytor
I am trying to connect an original Dallas Semiconductor Weather station and 
run WEEWX to a Raspberry Pi,  I have both the I2C and the Serial Port to a 
serial to 1-wire adapter available for the build process.
Does anyone recommend one over the other? and if I use the I2C to one-wire 
adapter, what settings would I use for OWFS interface/section of weewx.conf 
file.  Trying to find the most reliable build.  Also, RPi Zero W vs RPi 
3B+.  Any thoughts would be appreciated, and examples of the OWFS section 
of WEEWX.CONF file would be greatly appreciated.  


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7a591eac-eaca-45ef-96bc-61f53d22e7af%40googlegroups.com.


[weewx-user] Re: OWFS install instructions

2019-08-22 Thread Bret Craytor
Okay, I took out the duplicates, but now I can't see anything running, I go 
to localhost, nada.  where am I supposed to see any data?

Bret

On Thursday, July 25, 2019 at 12:50:55 PM UTC-5, gjr80 wrote:
>
> Hi,
>
> The error message is your friend. Try looking at line 589 in weewx.conf; 
> you already have a section name of that name and duplicates are not allowed 
> (at the same level). Section names are enclosed in one or more pairs of 
> square brackets [].
>
> Gary
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/86220413-b888-4322-9fb4-5af566395c88%40googlegroups.com.


[weewx-user] Re: OWFS install instructions

2019-07-25 Thread Bret Craytor


Ok, now I have OWFS seeing the sensors, and have followed instructions to 
install OWFS to WeeWX, but no joy.

here is a copy of trying to run the program.  installed using config.py:

Traceback (most recent call last):
  File "./bin/weewxd", line 64, in 
weewx.engine.main(options, args)
  File "/home/weewx/bin/weewx/engine.py", line 869, in main
config_dict = getConfiguration(config_path)
  File "/home/weewx/bin/weewx/engine.py", line 981, in getConfiguration
config_dict = configobj.ConfigObj(config_path, file_error=True)
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 1229, in 
__init__
self._load(infile, configspec)
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 1318, in _load
raise error
configobj.DuplicateError: Duplicate section name at line 589.


Can anyone help me now?

Bret

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7e9a2093-95dc-45f6-8b10-9b6f999c83b6%40googlegroups.com.


[weewx-user] Re: OWFS install instructions

2019-07-25 Thread Bret Craytor
It is the original Dallas Semiconductor 1-wire weather station from 2001 or 
so.  I originally wanted to set it up back then, but stopped as I didn't 
have a computer which I could leave it attatched and running.  Well 
recently, I was cleaning my shop and found it and the Raspberry pi just 
seems too tempting, so I am getting it running.  I could not find my 
original serial to 1-wire adapter, so I went the i2c to 1-wire route.  Thus 
my new system!  I just need to get the software working

I messed up my WeeWX config file so I thought I would just do a fresh 
install.  Now I am having troubles with OWFS to see the darn sensors 
again.  Ugh.

Bret


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e5c7e4c8-c511-4569-8b94-2794a12cb84f%40googlegroups.com.


[weewx-user] Re: OWFS install instructions

2019-07-24 Thread Bret Craytor


On Wednesday, July 24, 2019 at 10:10:31 PM UTC-5, Bret Craytor wrote:
>
> I can't seem to find instructions on how to install a i2c to 1-wire 
> adaptor to an original Dallas Semicondutor 1-wire weather station.  I have 
> OWFS installed, and ran setup.py using the Texas Weather as the extension, 
> then used wee_extension to add the owfs (0.21) files.  I saw some 
> instructions, but with the re-boots, I can't find where they went.
>
> Can somebody point me in the right direction? do I need OWFS.py?  
>
> Bret
>

by the way using a Raspberry Pi 3B
AB electronics UK  i2c-onewire adapter 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/06369fc5-ab58-4235-bb29-48642d1fc837%40googlegroups.com.


[weewx-user] OWFS install instructions

2019-07-24 Thread Bret Craytor
I can't seem to find instructions on how to install a i2c to 1-wire adaptor 
to an original Dallas Semicondutor 1-wire weather station.  I have OWFS 
installed, and ran setup.py using the Texas Weather as the extension, then 
used wee_extension to add the owfs (0.21) files.  I saw some instructions, 
but with the re-boots, I can't find where they went.

Can somebody point me in the right direction? do I need OWFS.py?  

Bret

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b6af8563-4e2a-47d1-84f2-f92ab30b3681%40googlegroups.com.