zedoude / wfrog

Automatically exported from code.google.com/p/wfrog
GNU General Public License v3.0
0 stars 0 forks source link

Support for several temp / hum sensors. #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It was suggested to allow wfrog to store data from several temp/hum sensors.

The project is young and we focused first on providing something working
for out-of-the-box stations, which have only two sensor pairs (outside and
inside). Of course, we want to see the project evolve and provide more
features. It is also important to keep wfrog simple, light, but also powerful. 

IMO there are two ways to handle several sensors:

- Configure at driver level which sensor(s) are reported to the logger. If
several temp/hum sensors are reported then the logger will calculate and
record the average value. 

This is easy to implement but might not be good enough in other situations.
For instance:
- to record swimming pool temperature (WMRX00 stations also have a pool sensor)
- to record green house hum/temp conditions
- to record indoor temperature.
- or just to be able to record each sensor separately and then decide later
which one(s) to show.
To allow this several fields temp/hum are necessary.

Both options are compatible. I think some discussion is needed to study the
different alternatives to carry them out.

Original issue reported on code.google.com by jordi.pu...@gmail.com on 7 Feb 2010 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by jordi.pu...@gmail.com on 7 Feb 2010 at 9:31

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 13 Feb 2010 at 2:20

GoogleCodeExporter commented 9 years ago
Removed owner, since it is still unclear who will implement.

Original comment by laurent....@gmail.com on 13 Feb 2010 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 13 Mar 2010 at 12:22

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 30 May 2010 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 5 Jun 2010 at 8:45

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 10 Sep 2010 at 9:42

GoogleCodeExporter commented 9 years ago
One station owner used two temp sensors to get a more true temp value despite 
sunshine/shade. Perhaps there was some logic, such as min(t1,t2)? 
(I think he also estimated sunshire hours from diff t2-t1.)

Original comment by pk2...@gmail.com on 8 Mar 2011 at 9:55

GoogleCodeExporter commented 9 years ago
Once the multiple sensor support is included, the architecture of wfrog makes 
such requirement easily realized either by filtering events from driver or by 
applying formulas to logged values.

Original comment by laurent....@gmail.com on 9 Mar 2011 at 5:41

GoogleCodeExporter commented 9 years ago
Muy interesante para la monitorizacion de edificios, para ello es necesario 
tener los datos de al menos dos sensores de temperatura / humedad 
simultaneamente.
He desarrollado un soft de monitorizacion basado en open2300 (estacion LaCross 
2350)
Acabo de adquirir la wmrs200 precisamente porque tiene la capacidad de tener 
varios sensores temperatura / humedad
He instalado wfrog 0.9 funcionando perfectamente.
He intentado adaptarlo a mis necesidades pero no consigo que escriba los datos 
del sensor de la temperatura interior en la db mysql.

Very interesting for the monitoring of buildings, it is necessary to have data 
from at least two temperature / humidity simultaneously.
I have developed a soft open2300 Based Monitoring (LaCross season 2350)
I just bought the wmrs200 precisely because it has the ability to have multiple 
sensors temperature / humidity
0.9 wfrog I installed and running.
I tried to fit my needs but can not get the data of the interior temperature 
inside the mysql db.

Original comment by m...@ctav.es on 20 Jul 2011 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by jordi.pu...@gmail.com on 25 Jul 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Done, for database storages (revision 819).
I'll open a new issue for this support and csv files (it requires additional 
though)

Original comment by jordi.pu...@gmail.com on 26 Jul 2011 at 9:29