ioBroker.sprinklecontrol icon indicating copy to clipboard operation
ioBroker.sprinklecontrol copied to clipboard

Include Gardena Irrigation Control

Open Chris685 opened this issue 2 years ago • 2 comments

Include Gardena Smart Gateway to use Irrigation Control.

Difference will be that, the Control will need a time and not only active / inactive. So we will need to adapt, that this Control will get a time information.

Informations from: https://github.com/jpgorganizer/ioBroker.smartgarden

Controlling

To control the device use data point

  • duration_value

    Change this data point to start the valve.

    • To start for a defined time set the value to the value in seconds (please use multiples of 60).

      Note: There are some limitations for the allowed values. Please report if you see other limitations.

      device limit
      GARDENA smart Irrigation Control 3540 seconds (59 minutes)
      GARDENA smart Pump 36000 (10 hours)
      GARDENA smart Water Control 36000 (10 hours)
    • To cancel the current watering and continue with the schedule use string STOP_UNTIL_NEXT_TASK

    • To skip automatic operation until specified time, the currently active operation might or might not be cancelled (depends on device model) use string PAUSE_<number_of_seconds>, e.g. PAUSE_86400 to pause for 24 hours (please use multiples of 60)

    • To restore automatic operation if it was paused use string UNPAUSE

  • irrigationWhileMowing_allowed_i and irrigationWhileMowing_mowerDefinition_i

    This data points are generated by the adapter and are not required due to the GARDENA smart system API.

    Those data points give control over the feature Irrigation not allowed while mowing. They are only created when the function is selected in the instance configuration. For description of this feature see chapter Irrigation not allowed while mowing.

Chris685 avatar Apr 12 '22 08:04 Chris685