Devolo zwave motion sensor mt02647 binary sensor always triggered

Hello Holger,
could you please explain, how you get from the descripted binary values to the decimal value of 22 (sugested in the config-parameters ist 21).
I´m not a developer and the description seems a bit spooky for me…:wink:
thanks in advance
Klaus
btw: 22 is not working in my case :face_with_raised_eyebrow:
but 21 isn´t working either…

this is the description of Parameter 7 (Customer funktion):
Parameter 7 Customer Function.

Available_Bits_for_Z110_Model Default Recommended Bit0: unused for Z110 Model 0 0 Bit1: unused for Z110 Model 0 0 Bit2: unused for Z110 Model 1 1 Bit3: Disable send out BASIC OFF after door closed. (1:Disable, 0:Enable) 0 0 Bit4: Notification Type, 0: Using Notification Report. 1: Using Sensor Binary Report. 0 1 Bit5: Disable Multi CC in auto report. (1:Disable, 0:Enable). 0 0 Bit6: Disable to report battery state when the device triggered. (1:Disable, 10 0:Enable). 0 0 Bit7: unused for Z110 Model 0 0

Comments / Tips for this device from the community:

  • Setting this Parameter to 20 is from user side wanted as this enables Binary Sensor to report OPEN / CLOSE status by changing Bit 4

The calculation from the recommended column is: Bit7 to Bit0 = 000100100 Binary which is euqal to 20 decimal