Binary_sensor never turns to "ON"

Folks,
How can I get the binary_sensor.fibaro_system_fgms001_motion_sensor_sensor_6_0 working. It always shows “Off”.

I think this is the sensor that you have to use the burglar status = 8 to pick up movement.

@mark.carline: You are correct. I thougth I do also get some state changes with the binary sensor.
Actually I do recognize movement with:

  trigger:
     platform: state
     entity_id: sensor.vision_zp3111_multisensor_4in1_burglar_10_10
     from: '0'
     to: '8' 

and also recognize the end of movement with

  trigger:
     platform: state
     entity_id: sensor.vision_zp3111_multisensor_4in1_burglar_10_10
     from: '8'
     to: '0'

I thougth the binary sensor is anyhow valid for whatever. The whatever is what I am asking for.

1 Like