SmartAxiom / openhab

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

Support for 14.* DPTs in openHAB #181

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
openHAB should support signed 4 byte values on KNX bus. Right now KNX binding 
doesn't support this type of values.

ABB ZS/S 1.1 Power meter interface uses 4 byte signed values with DPTs 14.056, 
14.019, 14.027, and 14.033 to report most of it's values.

Original issue reported on code.google.com by belovic...@gmail.com on 8 Jan 2013 at 3:21

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 10 Jan 2013 at 1:02

GoogleCodeExporter commented 8 years ago
Victor, if you already implemented something, please attach the code here. I 
will put things together locally und add the customized calimero-jar to the 
repo again.

Original comment by teichsta on 10 Jan 2013 at 8:42

GoogleCodeExporter commented 8 years ago
has been included into our calimero-fork.

New lib has been checked in.

Thanks Victor for contributing!

Original comment by teichsta on 10 Feb 2013 at 10:01

GoogleCodeExporter commented 8 years ago
although the implementation is done, the documentation of the class 
DPTXlator4ByteFloat is wrong. It seems to be a copy&paste issue. @Victor: could 
you please fix the documentation (the range of the data seems to be wrong, too).

Original comment by teichsta on 13 Feb 2013 at 7:33

GoogleCodeExporter commented 8 years ago
javadoc has been fixed by Andreas Giacosi (many thanks), see changeset 
http://code.google.com/p/openhab/source/detail?r=8708549850b5e2ce461bd1af57b5b30
d9df83d69

Original comment by teichsta on 22 Feb 2013 at 5:54