Page 1 of 2
compatible is 1-wire sensors ?
Posted: Thu Nov 20, 2008 4:06 pm
by tparvais
Hello
Is meteohub able to collect and use also data collected from 1-Wire sensors, connected via USB Key interface ?
For rain gauge, T°, pressure,.... all sensors available on
www.hobby-board.com
Thank you
Thomas
Re:compatible is 1-wire sensors ?
Posted: Fri Nov 21, 2008 10:50 pm
by geoff
Hi, I've just started experimenting with this idea. Meteohub can't pull data from the 1-wire sensors directly, so I'm trying to build a "link". I'm using OWFS (OneWireFileSystem) to read the sensors, then a script to read the OWFS data and map it to the same format as the meteohub "raw" file. Then meteohub should be able to read it.
I say "should" because I've only just started playing with this. I'll let you know how I go (but history suggests it will take me a long time...).
Re:compatible is 1-wire sensors ?
Posted: Fri Mar 06, 2009 6:05 pm
by tparvais
Hello
I saw many new release of MeteoHub. Still no plan to implement 1-wire interface in native mode ?
Thank you
Re:compatible is 1-wire sensors ?
Posted: Sun May 24, 2009 9:58 pm
by Matt
geoff, any progress on your endeavour?
Re:compatible is 1-wire sensors ?
Posted: Sun May 24, 2009 10:30 pm
by skyewright
Matt wrote:geoff, any progress on your endeavour?
Not geoff, but I am successfully reading a few 1-wire sensors (temp, humidity & pressure) using a meteohub 'plug-in' I have written (using owfs to 'talk' to the sensors).
The plug-in is nowhere near ready for "public consumption" due to shortage of spare time for its further development, but it does at least demonstrate that the basic idea is practical.
Re:compatible is 1-wire sensors ?
Posted: Sun May 24, 2009 10:44 pm
by Matt
skyewright, you have to get your priorities straight :)
But seriously, do you think their will be a time when it is ready for "public consumption"?
Thanks
Re:compatible is 1-wire sensors ?
Posted: Mon May 25, 2009 7:09 pm
by skyewright
Matt wrote:...do you think their will be a time when it is ready for "public consumption"?
I hope so, but I can't offer any guarantees or time scales.
Re:compatible is 1-wire sensors ?
Posted: Mon May 25, 2009 10:04 pm
by Matt
I hope so too :)
I need my lightning sensor back online... the season already started here in Colorado.
Re:compatible is 1-wire sensors ?
Posted: Mon May 25, 2009 10:50 pm
by skyewright
Matt wrote:I need my lightning sensor back online... the season already started here in Colorado.
I got a lightning sensor about a month ago, so that device is on my to-do list :), but haven't even had time to wire it up, let alone add it to my "proof of concept" plug-in yet ( however it's essentially "just a counter" ;) ).
Re:compatible is 1-wire sensors ?
Posted: Tue May 26, 2009 10:33 pm
by skyewright
Matt wrote:I need my lightning sensor back online... the season already started here in Colorado.
Out of interest, what hardware do you run Meteohub on?
NSLU2, or one of the x86 options?
Re:compatible is 1-wire sensors ?
Posted: Tue May 26, 2009 10:36 pm
by Matt
That would be a x86 platform
Re:compatible is 1-wire sensors ?
Posted: Wed May 27, 2009 2:41 pm
by skyewright
Matt wrote:That would be a x86 platform
Well, I have my lightning detector wired up now (only in the office, so it's mainly just detecting equipment being turned on!), and I'm still playing with how best to graph it but if that's your main interest and you'd be happy to take part in an experiment involving you logging into your Meteohub via SSH and following a 'recipe' you might like to contact me off Forum (there is a Contact link in the footer at the bottom of
my website).
Re:compatible is 1-wire sensors ?
Posted: Fri Dec 18, 2009 2:31 pm
by tparvais
Is there any news in the integration of 1-wire sensors with meteohub ?
Tx
Re:compatible is 1-wire sensors ?
Posted: Thu Jan 21, 2010 1:04 am
by jamar
Hi you all,
I also would like to ask, if there are some news in 1-wire support.
I'm running my station for nearly 4 years, I'm using WD on old notebook. Because that notebook seems to have slowly started failing and also I'd like to save some space and energy, I'd like to switch to Sheeva (which I already have) and Meteohub. But, since I have three sensors on 1-wire apart from my WS2300 and also in future I thought to have my meteo station completely on 1-wire, the support of 1-wire sensors is a bit critical for me.
So, I don't know right now if author of Meteohub has at least some plans of implementing 1-wire directly, or if there is some other working way to put my sensors data to Meteohub, so I can start playing with converting my four years of WD data ;-)
Thank you in advance!
Re:compatible is 1-wire sensors ?
Posted: Fri Jan 22, 2010 11:53 am
by skyewright
jamar wrote:So, I don't know right now if author of Meteohub has at least some plans of implementing 1-wire directly, or if there is some other working way to put my sensors data to Meteohub, so I can start playing with converting my four years of WD data ;-)
I can't speak for Boris, but a significant factor is likely to be that 1-wire is compeltely unlike other weather stations in concept. 'Normal' weather stations have a fixed purpose and provide a restricted set of data in a closely defined manner. 1-wire on the other hand is essentially a kit of low level parts that can be handled and combined pretty much how you want. The DS1820 temp sensors are relatively straight forward, but beyond that it's often a case of measuring one or more parameters and adjusting or combining them in various ways to represent various weather attributes. For example I'm aware of at least 4 distinctly different anemometer set ups!
I've managed an OWFS based meteohub plug-in and it works but it is very much a custom thing. Making it generic would require far more time than I can find. It may be that the most practical solution would be a meteohub plug-in that took output from one of the existing 1-wire systems and presented it to the meteohub system.