This node can be used to ramp to values. Both very short periods (milliseconds) and long periods (days) are supported. Please note that ramping is not resumed after a deploy or Homegear restart.

Configuration parameters

Interval up (optional)
The up ramping time. When empty, it can be passed in $message['interval-up'].
Interval down (optional)
The down ramping time. When empty, it can be passed in $message['interval-down'].
Step interval
The interval to update the value at.
Minimum
The minimum possible value.
Maximum
The maximum possible value. Ramping takes place between minimum and maximum. Values exceeding this range are clamped.

Input description

R
The value to ramp to. The value can be an integer or Float. The output is generated with the same type.
FB
Can be used to set the current value. The next ramping then starts with this value. You don't need to worry about feedback loops here.
S
Stop ramping.

Output description

V
The current value to set. The output is generated every step interval, but only when it has changed.
RU
Outputs true when ramping up starts and false when raming has stopped.
RD
Outputs true when ramping down starts and false when raming has stopped.