3agv2004 / domoticaOS

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

T54 Error showing data on SoulissApp #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Load a sketch with T54
2.
3.

What is the expected output? What do you see instead?
Value on framework it's ok, but on SoulissApp the Reading value isn't the same. 
If you change T54 with T51 value is showed Ok on SoulissApp.

Maybe the problem is on the "*3" in line 67 of:
https://code.google.com/p/souliss/source/browse/SoulissClient/src/it/angelic/sou
lissclient/model/typicals/SoulissTypical54LuxSensor.java?repo=soulissapp ??

[code]                cmd.setText(Html.fromHtml("<b>Reading:</b> " + 
(getTypicalDTO().getOutput()*3) + " Lux"));

Original issue reported on code.google.com by JuanPin...@gmail.com on 24 Aug 2014 at 3:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Duplicate of #81.
Probably should be displayed in Lux, typical is in kLux, so * 1000 ?

Original comment by kim.moel...@gmail.com on 24 Aug 2014 at 6:56

GoogleCodeExporter commented 9 years ago
Yes this is duplicated.

Version 1.3.1 shall change reading.

Original comment by shineangelic on 26 Nov 2014 at 1:08