snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

Group address validation is wrong #69

Closed snowdd1 closed 7 years ago

snowdd1 commented 7 years ago

Group addresses are currently validated against
a/b/c with
0<=a<=31
0<=b<=7
0<=c<=255
but part a must only have 4 bits, not 5; so a<=15

Thanks for @ChrisSthler for mentioning it in https://github.com/snowdd1/homebridge-knx-de/issues/26#issuecomment-265944912