Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-19 Thread Robert Lagus
Ok! - my value hasn't changed between Rpi,2b,3b&4b... Is there anything else I can do to troubleshoot this issue? [image: Linkedin] *Robert Lagus* +358 (0)40 662 44 99 rob...@lagus.net On Thu, 19 Sep 2019 at 13:09, Mick Sulley wrote: > The value and

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-19 Thread Mick Sulley
The value and position in the grid depends, I think, on the actual adapter it detects. e.g. on a system with a Sheepwalk RPi2 I see 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f 00:  -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- 18 -- -- -- -- -- -- -- 20: --

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-19 Thread Robert Lagus
Resending, the last got stuck due to an attached image: robban@sniff:~$ *sudo i2cdetect -y 1* 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- 1b -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- --

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-18 Thread Nico Bouthoorn via Owfs-developers
Can you see the ds2482 device on the i2c bus like?: i2cdetect -r 1 ( 2 or 3) WARNING! This program can confuse your I2C bus, cause data loss and worse! I will probe file /dev/i2c-1 using read byte commands. I will probe address range 0x03-0x77. Continue? [Y/n] 0 1 2 3 4 5 6 7 8 9

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-18 Thread Robert Lagus
Okay, I understand that Buster install is a bit wonky... I don't really understand why mine is so troublesome. I have tried to load the right modules but it seems it's hard to get anything right now.. */etc/modprobe.d/raspi-blacklist.conf * - empty *lsmod | grep i2c* i2c_bcm2708

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-17 Thread Stefano Miccoli via Owfs-developers
> On 17 Sep 2019, at 14:35, Robert Lagus wrote: > > I tried to start the ofserver with: > sudo systemctl restart owserver > Job for owserver.service failed because the service did not take the steps > required by its unit configuration. > See "systemctl status owserver.service" and

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-17 Thread Jan Kandziora
Am 17.09.19 um 20:58 schrieb Robert Lagus: > That worked! I changed to "server: w1"- And owserver starts, however... > I'm not seeing any sensors: > *owdir* > /bus.0 > /uncached > /settings > /system > /statistics > /structure > > Is this a result of using the module from userspace and not

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-17 Thread Robert Lagus
That worked! I changed to "server: w1"- And owserver starts, however... I'm not seeing any sensors: *owdir* /bus.0 /uncached /settings /system /statistics /structure Is this a result of using the module from userspace and not accessing it directly on the i2c bus? While I run "owdir" in one

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-17 Thread Jan Kandziora
Am 17.09.19 um 08:52 schrieb Robert Lagus: > > *ofws.conf:* > ! server: server = localhost:4304 > server: i2c = /dev/i2c-1 > Please check if you have the ds2482 kernel module loaded. What you are doing here is accessing the ds2482 directly from user space. This is ok, but it creates a mess on the

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-17 Thread Robert Lagus
Hi, Thanks for your email! I changed to your proposed owfs.conf with the same error messages: *sudo /usr/bin/owserver -c /etc/owfs.conf --debug* DEBUG MODE libow version: 3.2p3 DEBUG: ow_daemon.c:(170) main thread id = 3069234928 CONNECT: ow_dnssd.c:(81) Zeroconf/Bonjour is disabled

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-17 Thread Mick Sulley
In owfs.conf I have server: device=/dev/i2c-1 rather than "server: i2c = /dev/i2c-1"  don't know if that is sigificant. What do you see with systemctl status owserver If that shows an error you could try sudo systemctl enable owserver or sudo systemctl restart owserver also look in

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-17 Thread Robert Lagus
I have a very similar problem. Rpi4 & Buster. After Micks emails, I did try to remove & purge my ow-shell and owserver, the only thing that starts is the fake sensors. I have not been able to access my sensors on my Buster install, I don't understand what's wrong and how I can get it working

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-15 Thread Mick Sulley
Many thanks Colin. The log had many lines like Sep 15 18:01:27 pi-solar-old kernel: [ 3631.364529] w1_master_driver w1_bus_master1: Attaching one wire slave 00.a200 crc 13 Sep 15 18:01:27 pi-solar-old kernel: [ 3631.383280] w1_master_driver w1_bus_master1: Family 0 for

Re: [Owfs-developers] owfs on Raspberry Buster

2019-09-15 Thread Colin Law
Check in the owserver log (likely /var/log/syslog) to see if it is showing errors. Colin On Sun, 15 Sep 2019, 12:08 Mick Sulley, wrote: > I am having trouble getting owfs to work on Raspbian Buster. I have > posted on the Pi forum > > >