Is this a follow on from your july 2019 posting? I'm assuming you still haven't got it running?
The syslog messages ; w1_master_driver w1_bus_master1 etc These will be from the Pi's kernel driver for 1-wire devices that are connected directly to the GPIO pins I don't believe your setup needs this running at all, I have no idea if it interferes or not but raspi-config will turn that feature off or on. See the following... https://www.raspberrypi.org/forums/viewtopic.php?t=196691 https://www.abelectronics.co.uk/forums/thread/23/w1-master-driver-w1-bus-master1-family-0-for-00-700000000000-f8-is-not-registered You have a working owfs.py install. It seems a reasonable mapping is being returned from the script so the sensors are present and talking via owfs.py. After using the simulator, did you change the driver to owfs? [Station] station_type = OWFS What's the [OWFS} section showing from weewx.conf, in particular the sensor_map. http://www.weewx.com/docs/utilities.htm#wee_debug_utility ) wee_debug will parse your weewx.conf file into a suitable format for posting here (no introduced typos to confuse). The usual advice is to check that the output has been cleaned of sensitive info (passwords etc) before posting. A full log would be good, this may have nothing to do with your owfs.py install. Turn debug on in weewx.conf (debug = 1) , restart weewx and run it for a couple of archive intervals then post the resulting log (or extract) to this group and we may be able to see what is happening. Have you tried running it directly from the command line using something like (paths may differ)... python /home/weewx/bin/weewxd /home/weewx/weewx.conf If it is running you should be getting OWFS LOOP packets displayed on the screen within 30 seconds or so (If memory serves, 20 seconds is the default). On 20/10/2019, Bret Craytor <[email protected]> wrote: > 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 > ###,###.###.###-> <null> > Oct 19 13:31:47 raspberrypi kernel: [ 1466.774306] w1_master_driver > w1_bus_master1: Attaching one wire slave 00.380000000000 crc 7c > Oct 19 13:31:47 raspberrypi kernel: [ 1466.788669] w1_master_driver > w1_bus_master1: Family 0 for 00.380000000000.7c is not registered. > Oct 19 13:32:36 raspberrypi kernel: [ 1516.254459] w1_master_driver > w1_bus_master1: Attaching one wire slave 00.b80000000000 crc f0 > Oct 19 13:32:36 raspberrypi kernel: [ 1516.269441] w1_master_driver > w1_bus_master1: Family 0 for 00.b80000000000.f0 is not registered. > Oct 19 13:33:41 raspberrypi kernel: [ 1580.974987] w1_master_driver > w1_bus_master1: Attaching one wire slave 00.780000000000 crc 3a > Oct 19 13:33:41 raspberrypi kernel: [ 1580.989513] w1_master_driver > w1_bus_master1: Family 0 for 00.780000000000.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 > A3653C000000: /10.A3653C000000 DS18S20 > 92400E000000: /12.92400E000000 DS2406 > 5EAB0D000000: /12.5EAB0D000000 DS2406 > D01101000000: /1D.D01101000000 DS2423 > 81B500000000: /1D.81B500000000 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/358c4b81-fc78-4b95-aee2-1f86f168e655%40googlegroups.com. > -- Cheers Glenn rorpi - read only raspberry pi & various weewx addons https://github.com/glennmckechnie -- 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/CAAraAzhQ4UqSpjHikf%3D7_d3qwShn%2B1qPzU0trf0DgmWBsFv%3DPQ%40mail.gmail.com.
