jdiazbb / rfxcmd

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

Defect on 'subtype switch' in rain sensors #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
"if subtype == '1':" should be "if subtype == '01':"
(subtype is on 2 digits)

And I think for subtype = 01, rainrate can be :
"rainrate = int(rainrate_high,16)*255+int(rainrate_low,16)"

(can find any source of information to confirm this)

What version of the product are you using? On what operating system?
0.23, busy box on Synology DS212j

Original issue reported on code.google.com by florian....@gmail.com on 9 Mar 2013 at 8:04

GoogleCodeExporter commented 9 years ago
This will be fixed in 0.24

Original comment by sebastia...@gmail.com on 16 Mar 2013 at 1:35

GoogleCodeExporter commented 9 years ago
Changes and fixes done, waiting for test result.

Original comment by sebastia...@gmail.com on 16 Mar 2013 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@gmail.com on 17 Mar 2013 at 9:02

GoogleCodeExporter commented 9 years ago
Fixed in 0.24

Original comment by sebastia...@gmail.com on 17 Mar 2013 at 9:06