asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

KNX plugin: wrong dataformat for dimming with slider #248

Closed ghost closed 6 years ago

ghost commented 6 years ago

absolute dimming (DPT5.001) with slider is not possible at the moment, as the plugin passes the value as string with comma, but calimero expects a string without comma. (DPT5 is a 8 bit with range 0 - 255 )

image

It should be checked whether the respective DPT value is integer or with comma (e.g. temperature)

acs file attached

KNX.txt

deinhofer commented 6 years ago

Maybe a good bug to start a contribution :-)

  1. Make a new branch
    Git checkout -b <branchname>
  2. Fix it
  3. Make a pull request