Logo
DomoticaBox
RU EN ES PT

Automation — Your Home's Intelligence

Turn routine actions into smart scenarios

What Makes a Home Truly Smart?

Automation is a system of rules and scenarios that allow your home to:

  • Analyze situations (sensors, schedules, geolocation)
  • Make decisions without your input
  • Execute actions via connected devices
  • Notify you about important events
Automation Diagram

Real Automation Examples

Geolocation

  • Turn on heating when approaching home
  • Automatically turn off lights when leaving
  • Send a notification if a child leaves school

Security

  • Close water valve in case of a leak
  • Activate alarm if motion is detected at night
  • Automatically call security

Energy Saving

  • Turn off unused appliances
  • Optimize climate control
  • Switch to solar energy automatically

Scheduling

  • Gentle wake-up (lights, curtains, coffee)
  • "Vacation" mode with presence simulation
  • Automated plant watering on schedule

Scripts — The Power of Your Automation

Advanced Python/YAML scenarios for complex logic:

Example: Smart Watering

if soil_moisture < 30% and weather.rain < 0.2mm:
    start_watering(15min)
    notify("Garden watering started")
elif weather.temperature > 35°C:
    extra_watering(5min)

Script capabilities:

  • Integration with external APIs (weather, exchange rates)
  • Complex conditions ("if... and... or...")
  • Processing data from cameras and sensors

Smartphone Control

Geo-Zones

Automated actions when entering/leaving defined zones

Voice Commands

Control via Siri, Google Assistant, or Alice

Instant Notifications

Push, SMS, or Telegram alerts for critical events