Smart Sikkerhed
Kameraer, dørlåse og mere.
Et smart alarmsystem beskytter dit hjem med dørsensorer, bevægelsesdetektorer, sirener og notifikationer - alt integreret med Home Assistant for fuld kontrol og automatisering.
| System | HA Integration | Lokal? | Pris | Abonnement |
|---|---|---|---|---|
| Konnected Pro | ✅ ESPHome | ✅ Ja | 💰💰 | ❌ Nej |
| Alarmo | ✅ HACS | ✅ Ja | Gratis | ❌ Nej |
| SimpliSafe | ✅ Native | ❌ Cloud | 💰💰 | Valgfrit |
| Abode | ✅ Native | ❌ Cloud | 💰💰 | Valgfrit |
| Ring Alarm | ⚠️ HACS | ❌ Cloud | 💰💰 | Valgfrit |
Pris: ~$189 / ~1.400 kr (6-zone), ~$249 / ~1.850 kr (12-zone Pro)
Works with Home Assistant certificeret! ✅
Genbrug dine eksisterende kablede sensorer fra et gammelt alarmsystem:
Konnected bruger nu ESPHome (legacy integration er deprecated):
# ESPHome konfiguration (automatisk fra Konnected)# Tilpas i ESPHome Dashboard
binary_sensor: - platform: gpio pin: number: $zone1 mode: INPUT_PULLUP name: "Hoveddør" device_class: door
- platform: gpio pin: number: $zone2 mode: INPUT_PULLUP name: "Stue Bevægelse" device_class: motion
switch: - platform: gpio pin: $alarm name: "Sirene" icon: "mdi:alarm-light"# Alarmo bruger Konnected sensorer automatisk# Opsæt i Alarmo UI:# 1. Tilføj Konnected binary_sensors# 2. Tildel til zoner (Entry, Interior)# 3. Konfigurer delays
automation: # Aktiver sirene når alarm udløses - alias: "Alarm - Aktiver Konnected Sirene" trigger: - platform: state entity_id: alarm_control_panel.alarmo to: "triggered" action: - service: switch.turn_on entity_id: switch.konnected_siren - delay: "00:03:00" # Sirene i 3 min - service: switch.turn_off entity_id: switch.konnected_siren
# Stop sirene ved afvæbning - alias: "Alarm - Stop Sirene ved Disarm" trigger: - platform: state entity_id: alarm_control_panel.alarmo to: "disarmed" action: - service: switch.turn_off entity_id: switch.konnected_sirenKøb: Konnected.io
Pris: GRATIS (open source)
Den bedste måde at bygge et alarmsystem i Home Assistant:
I Alarmo panel:
General tab:
Sensors tab:
For hver sensor, konfigurer:
# Alarmo UI - Codes tab# Opret forskellige brugere:
# Admin - fuld adgang# Bruger: "Mor og Far"# Kode: 1234# Rettigheder: Arm + Disarm
# Begrænset - kun afvæbning# Bruger: "Børn"# Kode: 5678# Rettigheder: Kun Disarm
# Rengøring - tidsbegrænset# Bruger: "Rengøring"# Kode: 9999# Rettigheder: Arm + Disarm# Tidsplan: Tirsdage 10:00-14:00Alarmo har indbygget actions system:
Notifikationer:
Enheder:
# HACS → Frontend → Søg "Alarmo Card"
# Dashboard konfigurationtype: custom:alarmo-cardentity: alarm_control_panel.alarmoshow_keypad: truebutton_scale: 1.2states: - arm_away - arm_home - arm_nighttype: vertical-stackcards: # Alarmo kontrol - type: custom:alarmo-card entity: alarm_control_panel.alarmo show_keypad: true
# Sensor status - type: entities title: "Sikkerhedssensorer" entities: - entity: binary_sensor.hovedddor name: "Hoveddør" - entity: binary_sensor.bagdor name: "Bagdør" - entity: binary_sensor.stue_bevaegelse name: "Stue bevægelse" - entity: binary_sensor.garage_dor name: "Garage dør"
# Hurtig arm/disarm - type: horizontal-stack cards: - type: button name: "Væk" icon: mdi:shield-lock tap_action: action: call-service service: alarmo.arm service_data: entity_id: alarm_control_panel.alarmo mode: away code: !secret alarm_code - type: button name: "Hjemme" icon: mdi:shield-home tap_action: action: call-service service: alarmo.arm service_data: entity_id: alarm_control_panel.alarmo mode: homeGitHub: github.com/nielsfaber/alarmo
Pris: ~$200-500 / ~1.500-3.700 kr (kit) Abonnement: $0-30/måned (valgfrit)
Native Home Assistant integration med 1.397+ brugere:
Sensor support:
# Indstillinger → Enheder → Tilføj Integration# Søg "SimpliSafe"
# Kræver:# - SimpliSafe email# - SimpliSafe password# - MFA SKAL være aktiveret!
# Følg simplisafe-python dokumentation:# https://simplisafe-python.readthedocs.io/
# Entiteter der oprettes:# - alarm_control_panel.simplisafe# - binary_sensor.front_door# - binary_sensor.living_room_motion# - lock.front_door_lock# - sensor.simplisafe_alarm_stateautomation: # Arm når alle forlader - alias: "SimpliSafe - Auto Arm Away" trigger: - platform: state entity_id: group.family to: "not_home" for: "00:05:00" action: - service: alarm_control_panel.alarm_arm_away entity_id: alarm_control_panel.simplisafe
# Disarm ved hjemkomst - alias: "SimpliSafe - Auto Disarm" trigger: - platform: state entity_id: person.mor to: "home" condition: - condition: state entity_id: alarm_control_panel.simplisafe state: "armed_away" action: - service: alarm_control_panel.alarm_disarm entity_id: alarm_control_panel.simplisafe data: code: !secret simplisafe_code
# Doorbell event - alias: "SimpliSafe - Doorbell" trigger: - platform: event event_type: SIMPLISAFE_EVENT event_data: last_event_type: doorbell_detected action: - service: notify.mobile_app data: title: "🔔 Nogen ringer på" message: "{{ trigger.event.data.last_event_sensor_name }}"Køb: SimpliSafe.com
Pris: ~$200-400 / ~1.500-3.000 kr Abonnement: $0-25/måned
Mest smart home kompatibel:
# Indstillinger → Enheder → Tilføj Integration# Søg "Abode"
# Entiteter:# - alarm_control_panel.abode# - binary_sensor.[sensor_name]# - camera.abode_camera# - cover.abode_garage
automation: - alias: "Abode - Nat tilstand" trigger: - platform: time at: "23:00:00" action: - service: alarm_control_panel.alarm_arm_night entity_id: alarm_control_panel.abodeKøb: Goabode.com
Pris: ~$200-350 / ~1.500-2.600 kr Abonnement: $0-20/måned
Amazon ecosystem:
# HACS → Integrationer# Søg "Ring" eller brug native integration
# Native Ring integration:# Indstillinger → Enheder → Tilføj Integration# Søg "Ring"
# For alarm kontrol, brug ring-mqtt:# https://github.com/tsightler/ring-mqtt
# Docker/Add-on installation kræves# Giver fuld MQTT kontrol over Ring Alarm
# Entiteter via ring-mqtt:# - alarm_control_panel.ring_alarm# - binary_sensor.front_door# - switch.ring_sirenKøb: Ring.com, Amazon
automation: # ===== AUTO ARM/DISARM =====
# Arm Away når alle forlader - alias: "Alarm - Auto Arm Away" trigger: - platform: state entity_id: group.family to: "not_home" for: "00:05:00" condition: - condition: state entity_id: alarm_control_panel.alarmo state: "disarmed" action: - service: alarmo.arm data: entity_id: alarm_control_panel.alarmo mode: away skip_delay: false
# Arm Home om natten - alias: "Alarm - Nat Arm" trigger: - platform: time at: "23:00:00" condition: - condition: state entity_id: group.family state: "home" - condition: state entity_id: alarm_control_panel.alarmo state: "disarmed" action: - service: alarmo.arm data: entity_id: alarm_control_panel.alarmo mode: night
# Disarm om morgenen - alias: "Alarm - Morgen Disarm" trigger: - platform: time at: "06:30:00" condition: - condition: state entity_id: alarm_control_panel.alarmo state: "armed_night" action: - service: alarmo.disarm data: entity_id: alarm_control_panel.alarmo
# ===== TRIGGERED RESPONSE =====
# Tænd alle lys - alias: "Alarm - Triggered Lys" trigger: - platform: state entity_id: alarm_control_panel.alarmo to: "triggered" action: - service: light.turn_on entity_id: all data: brightness_pct: 100 - service: switch.turn_on entity_id: switch.outdoor_lights
# Push notifikation med actionable buttons - alias: "Alarm - Triggered Notifikation" trigger: - platform: state entity_id: alarm_control_panel.alarmo to: "triggered" action: - service: notify.mobile_app_phone data: title: "🚨 ALARM UDLØST!" message: > Sensor: {{ state_attr('alarm_control_panel.alarmo', 'open_sensors') }} Tid: {{ now().strftime('%H:%M') }} data: actions: - action: "DISARM_ALARM" title: "Afvæbn" - action: "CALL_POLICE" title: "Ring 112" push: sound: name: "alarm.caf" critical: 1 volume: 1.0
# Håndter notifikation actions - alias: "Alarm - Handle Disarm Action" trigger: - platform: event event_type: mobile_app_notification_action event_data: action: "DISARM_ALARM" action: - service: alarmo.disarm data: entity_id: alarm_control_panel.alarmo code: !secret alarm_code
# ===== PRESENCE DETECTION =====
# Smart disarm ved hjemkomst - alias: "Alarm - Smart Disarm" trigger: - platform: state entity_id: - person.mor - person.far to: "home" condition: - condition: or conditions: - condition: state entity_id: alarm_control_panel.alarmo state: "armed_away" - condition: state entity_id: alarm_control_panel.alarmo state: "armed_home" action: - service: alarmo.disarm data: entity_id: alarm_control_panel.alarmo| Sensor Type | Entry Zone | Interior | Perimeter | 24/7 |
|---|---|---|---|---|
| Hoveddør | ✅ | |||
| Bagdør | ✅ | |||
| Vinduer | ✅ | |||
| Stue bevægelse | ✅ | |||
| Gang bevægelse | ✅ | |||
| Glasbrud | ✅ | |||
| Røgdetektor | ✅ | |||
| CO detektor | ✅ | |||
| Vandlækage | ✅ |
# Entry Zone (hoveddør, bagdør)entry_delay: 30 # sekunder til at afvæbneexit_delay: 60 # sekunder til at forlade
# Interior (bevægelse)entry_delay: 0 # udløser med det sammeexit_delay: 60 # ignoreres under exit
# Perimeter (vinduer, glasbrud)entry_delay: 0 # udløser med det sammeexit_delay: 0 # udløser med det samme
# 24/7 (røg, CO, vand)always_on: true # aktiv uanset arm status| Produkt | Pris | Køb |
|---|---|---|
| Ring Alarm 5 Piece Kit (2. Gen) | ~1.728 kr | Køb |
| Ring Alarm Contact Sensor (2. Gen) | ~199 kr | Køb |
| Ring Alarm Motion Detector (2. Gen) | ~250 kr | Køb |
| Ring Alarm Keypad (2. Gen) | ~400 kr | Køb |
| Ring Alarm Outdoor Siren | ~589 kr | Køb |
| Ring Video Doorbell Plus (Batteri) | ~900 kr | Køb |
| Ring Indoor Cam | ~500 kr | Køb |
| Aeotec Door/Window Sensor 7 Pro (Z-Wave) | ~266 kr | Køb |
Smart Sikkerhed
Kameraer, dørlåse og mere.
Tilstedeværelse
Presence detection for automation.
Sidst opdateret: December 2025