Zwave Homeseer 200 wall switch parameters

The Homeseer 200 has 7 sentinel lights that can be set to show what happens in 7 different areas of your home (or do anything else with these sentinels).
I was able to set these parameters, to my wishes, in another hub but no success with HA. This is what I tried :

alias: "3-34 NB Sentinels Lobby  ON "
description: ""
trigger:
  - platform: state
    entity_id:
      - binary_sensor.6_8_lobby_motion_sensor_motion_detection
    to: "on"
condition: []
action:
  - service: zwave_js.set_config_parameter
    data:
      parameter: "13"
      value: "1"
    target:
      device_id: e3748d8c72127f026b0911e20ad2e34b
  - service: zwave_js.set_config_parameter
    data:
      parameter: "31"
      value: "64"
    target:
      device_id: e3748d8c72127f026b0911e20ad2e34b
  - service: zwave_js.set_config_parameter
    data:
      parameter: "31"
      value: "1"