Schedules and automations

Automation Updated 2026-05-27

RF-HUB has basic scheduling support built in, but for complex automations we recommend Home Assistant or Homey.

Simple schedules directly in RF-HUB

Under Devices you can click on a switch and set on/off times. Local, without internet.

Advanced automations

In Home Assistant you can for example:

  • Extend the awning automatically when it gets warm and sunny.
  • Turn off all lights at a specific time if no motion has been detected.
  • Send a notification to your phone if a door sensor opens when you are not home.

Example: motion → light

automation:
  - alias: "Turn on hallway on motion"
    trigger:
      - platform: state
        entity_id: binary_sensor.hall_motion
        to: "on"
    action:
      - service: light.turn_on
        entity_id: light.hall