akipta / freedomotic

Automatically exported from code.google.com/p/freedomotic
Other
0 stars 0 forks source link

add luminosity-humidity sensors #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the aim of the proposed feature?
Add to the template list two new sensors used with the common boards on the 
market.

Describe how you would implement this feature
For humidity we could add a "Barometer" object with only humidity behavior.
Its range goes from 0 to 100%. To consider a decimal precision template 
parameters should be
min 0  - max 1000 (100*10) - scale 10  (many sensors give values as 34.5%, 
70.0% etc)

For luminosity we could add a "LightSensor" (or using another name) with only 
luminosity as behavior.
The template parameters are the same
min 0  - max 1000 (100*10) - scale 10  (many sensors give values as 34.5%, 
70.0% etc)

List external resources that can be useful

How much you feel this feature will be useful for the project?

[X] Optional
[ ] Usefull
[ ] Can make the difference
[ ] Necessary

Original issue reported on code.google.com by virtualc...@gmail.com on 24 Nov 2012 at 5:19

GoogleCodeExporter commented 9 years ago
Sorry "Barometer" is for pressure, "Hygrometer" for humidity.

Original comment by virtualc...@gmail.com on 24 Nov 2012 at 5:24

GoogleCodeExporter commented 9 years ago

Original comment by virtualc...@gmail.com on 25 Nov 2012 at 5:58

GoogleCodeExporter commented 9 years ago
Issue close by 44353bf61b81 revision

Original comment by virtualc...@gmail.com on 25 Nov 2012 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by virtualc...@gmail.com on 26 Nov 2012 at 6:17