Position actuators

A Position actuator moves to and holds a specific angle (degrees). It's driven by a standard RC-servo pulse, so anything built on a servo fits here.

Catalog types that use this control kind:

Type Typical use
Servo Hobby/industrial servo — set an angle
Motorized Valve Servo-driven ball/butterfly valve — set opening
Damper / Louver HVAC damper or louver position
Linear Actuator Servo-controlled linear position

All wire up as a servo output (gpio-servo).

Firmware requirement: servos need gateway firmware 1.4.0 or newer. Update from Gateways → Update firmware before adding one.

Add one

  1. Devices → Add device → Actuator, pick a type from the Positioning family.
  2. Choose the gateway and accept the suggested signal pin.
  3. Save. The Control panel shows a dial/slider in degrees.

Connection fields

Field Meaning Default
pinNumber Servo signal pin from pin recommendation
minUs / maxUs Pulse width (µs) at the min/max angle 1000 / 2000
minAngle / maxAngle Angle range the dial allows 0 / 180
defaultAngle Safe angle to fall back to 90

Calibrate the pulse range. Servos vary: some need ~500–2500 µs for a full 0–180° sweep. If your servo doesn't reach the ends, or buzzes/strains at an extreme, widen or narrow minUs/maxUs until the physical travel matches the commanded angle.

Control it

Automate it

Safety

Troubleshooting

See also the actuators overview and Move actuators.