Re: [Owfs-developers] Monitoring Electricity Meter

2015-08-28 Thread Steinar Midtskogen
Mick Sulley writes: > I would like to monitor my electricity usage via the LED on the meter. > I found this project > http://www.jon00.me.uk/electmon.shtml > which is exactly what I want to do, but it uses an AAG counter board > model TAI8585 and it would appear that AAG no longer exist. > > Can

Re: [Owfs-developers] RTD Slave

2015-08-28 Thread Colin Reese
That's why I suggested using the MAX31865. It's an SPI RTD reader. I use it already, but would prefer it on a longer multi drop bus where an IO per chip select is unnecessary. It's 3.3V so either the 1Wire bus is on 3.3V (as well as the micro), or you use an LDO to bring it down to 3.3V for the

Re: [Owfs-developers] RTD Slave

2015-08-28 Thread Jerry Scharf
Colin, The reason I and most other people use RTDs is because they are more precise than a typical thermocouple or thermister. You need to do a good bit more than an LDO and a A/D to make the reader as/more stable than the RTD. Everything needs to be temperature compensated with careful circu

[Owfs-developers] RTD Slave

2015-08-28 Thread Colin Reese
Hi All, Anybody have use for an RTD 1Wire slave? I'm finding I could really use one, and what's out there is too expensive, not compact and/or modular enough. I feel as though I'm missing something. Seems to me a MAX31865, an ATTiny85, an LDO, and a little logic level conversion would do the tric

Re: [Owfs-developers] Monitoring Electricity Meter

2015-08-28 Thread Sven Giermann
Never used one of them, but I am going to in the near future. I found 2 DS2423 modules: http://www.hobby-boards.com/store/products.php?product=Dual-Counter http://www.eservice-online.de/produkte/1-wire-bus/eingang-ausgang-zaehler/8/1-wire-dual-s0-zaehlermodul?c=119 2015-08-28 14:59 GMT+02:00 Mick

[Owfs-developers] Monitoring Electricity Meter

2015-08-28 Thread Mick Sulley
I would like to monitor my electricity usage via the LED on the meter. I found this project http://www.jon00.me.uk/electmon.shtml which is exactly what I want to do, but it uses an AAG counter board modelTAI8585 and it would appear that AAG no longer exist. Can anyone suggest an alternative b

Re: [Owfs-developers] owfs and /mnt/1wire directory

2015-08-28 Thread Stefano Miccoli
The config appears OK. My personal suggestion is to first debug owserver via the owshell programs (owdir and owread) and only then start to investigate owfs, owhttpd, owftpd. Stefano > On 28 Aug 2015, at 10:47, David Johns wrote: > > Tomasz, > > Thank you for the reply. > As you have said I

Re: [Owfs-developers] owfs and /mnt/1wire directory

2015-08-28 Thread David Johns
Tomasz, Thank you for the reply. As you have said I was hoping to set it up so that everything talks to the owserver but I am unsure how to go about this. My machines ip address is 192.168.1.101 and everything pertaining to 1-wire, such as scripts will be running on it. My owfs.config is:- ! se

Re: [Owfs-developers] owfs and /mnt/1wire directory

2015-08-28 Thread Tomasz Torcz
On Fri, Aug 28, 2015 at 06:37:16AM +, David Johns wrote: > I am starting owserver, owhttpd and owftpd at boot but nowhere can I find > whether owfs is required to start at boot either. The /mnt/1wire directory > remains empty but if I manually start owfs with sudo owfs /etc/owfs.conf, it > work