OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

FIBARO Walli Dimmer config 41/42 max value too low #2629

Open ed1001 opened 2 years ago

ed1001 commented 2 years ago

In config/fibaro/fgwd111.xml the config fields 41 and 42 have values that can be combined but the max value does not reflect this.

The description says you are able to combine 1, 2, 4 and 8 which should result in max="15", whereas it is currently set to max="8"

see below:

https://github.com/OpenZWave/open-zwave/blob/f150a985de47ddcaca5fdba97bda71688c4a4069/config/fibaro/fgwd111.xml#L146

https://github.com/OpenZWave/open-zwave/blob/f150a985de47ddcaca5fdba97bda71688c4a4069/config/fibaro/fgwd111.xml#L155

cheers!