Skyplatform
  • SKYPLATFORM TECHNICAL USER DOCUMENTATION
    • BASICS OF SKYPLATFORM
      • WHAT IS SKYPLATFORM?
      • SKYPLATFORM DASHBOARD
      • TEMPLATE AND PROJECT CREATION
        • Project Creation
      • PROJECT INFORMATION
      • ADD DEVICES AND GROUPS
        • Create Device
        • Create Group
      • DEVICE DETAILS
      • INTRODUCTION TO COMMISSIONING
        • Commissioning Screen Definitions
      • CREATING A NEW PROJECT
        • Installation of Add-On Cards
      • KNX ADD-ON PROGRAMMING
        • KNX SHUTTER PROGRAMMING SAMPLE
    • PLUGINS
      • DASHBOARD WIDGETS
        • SAMPLE
      • SECURITY
        • SAMPLE
      • BUILT IN PERIPHERALS
        • SAMPLE
      • DIAGNOSTIC
      • TEMPERATURE CONTROLLER
        • SAMPLE
      • UI OBJECTS
        • SAMPLE
      • DIALOGS
        • SAMPLE
      • SCHEDULE
        • SAMPLE
      • FUNCTIONS
        • SAMPLE
      • CONSTANT
        • SAMPLE
      • MATH
        • SAMPLE
      • STRING
        • SAMPLE
      • LOGIC
        • SAMPLE
      • INTERCOM
      • MEDIA
        • SAMPLE
      • CAMERAS
        • SAMPLE
      • WEB
        • SAMPLE
      • EXTERNAL APPs
      • SCRIPTS
        • SAMPLE
Powered by GitBook
On this page
  1. SKYPLATFORM TECHNICAL USER DOCUMENTATION
  2. PLUGINS
  3. SCHEDULE

SAMPLE

PreviousSCHEDULENextFUNCTIONS

Last updated 8 months ago

In this example, the Astronomical Clock is configured to control garden lighting in Istanbul. It turns off the lighting at sunrise (by sending a "0" when it receives a "1") and turns it on at sunset. The region can be adjusted within the block settings.

The Schedule is set to turn on the door lighting at a specific time. It incorporates a Delay of 5000 milliseconds, so the lighting will activate 5 seconds after the command is received. The Scenario connected to the trigger allows for manual activation of the scenario without waiting for the scheduled time.

It's important to note that the Schedule block in this setup is designed for a single command—either turning the lighting on or off. In this scenario, it is used to turn the lighting on. If it is also necessary to turn the lighting off, a second Schedule block must be added.

In the example setup, the VRF Schedule object is used in conjunction with the VRF block and UI. The connection is established with the assumption that the air conditioner can be controlled both from the UI and through the wired controller of the unit.

In this configuration, all commands—whether came from the UI or directly from the VRF unit—are routed through the VRF Schedule object. This ensures that all controls are managed and monitored effectively, allowing for centralized control over the VRF system.