varamfer / openhab

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

Support for KNX DPT 6.010 #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Feature Description
Please add support for the knx DPT 6.010 (1 Byte -127 to +126) Values.

2. Example Use Case
My roomcontroler used this DPT to change the temparatur value of a room.

Original issue reported on code.google.com by Frickeme...@gmail.com on 28 Oct 2012 at 3:37

GoogleCodeExporter commented 8 years ago
I am afraid, I cannot easily add support for DPT 6.x - the problem is that the 
used KNX library (Calimero) does not support signed values (DPT 6.xxx and DPT 
13.xxx are both missing). So to solve this problem, we would first need to 
patch Calimero.
If anybody can provide a patched Calimero version, I am more than happy to use 
it in openHAB.

Original comment by kai.openhab on 28 Oct 2012 at 9:45