Gardena Mower Duration Time Problem in OpenHab3

Hi there,

i try to override the default duration time on my gardena Sileno mower, but it does not work.
Always when i send the command to move with time, it sets the moving time for 1 hour. If i send a new command, it adds the actual time + 1 hour.
So it ignores my rule completly.

configuration: {}
triggers:
  - id: "1"
    configuration:
      itemName: SILENO_StarteMahenmitDauer
      command: ON
    type: core.ItemCommandTrigger
conditions: []
actions:
  - inputs: {}
    id: "2"
    configuration:
      itemName: SILENO_StarteMahenmitDauer
      command: 7200
    type: core.ItemCommandAction

What i do wrong or how can i add an new default time like 6hour or so, cause 1 hour is really too short.

Thank you very much in advance

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.