Verisure

Home Assistant 支持接入您的 Verisure 设备。

Home Assistant 目前支持以下设备类型:

  • Alarm
  • Camera
  • Switch (Smartplug)
  • Sensor (Thermometers and Hygrometers)
  • Lock
  • Binary sensor (Door & Window)
配置

此集成可通过 UI 配置。前往 设置 > 设备与服务 添加。

Options

To define options for Verisure, follow these steps:

  1. In Home Assistant, go to Settings > Devices & services.

  2. If multiple instances of Verisure are configured, choose the instance you want to configure.

  3. On the card, select the cogwheel .

    • If the card does not have a cogwheel, the integration does not support options for this device.

    Screenshot showing the cogwheel icon on an integration card in the Settings > Devices & services page

  4. Edit the options, then select Submit to save the changes.

报警控制面板

Verisure 报警控制面板平台允许您控制 Verisure 报警系统。

前提是您已经按照上面的说明先设置好 Verisure 集线器。

changed_by 属性可让您在自动化中根据是谁布防或撤防了报警系统来执行不同操作。

automation:
  - alias: "Alarm status changed"
    triggers:
      - trigger: state
        entity_id: alarm_control_panel.alarm_1
    actions:
      - action: notify.notify
        data:
          message: >
            Alarm changed from {{ trigger.from_state.state }}
            to {{ trigger.to_state.state }}
            by {{ trigger.to_state.attributes.changed_by }}

操作

ServiceDescription
disable_autolockDisables autolock function for a specific lock.
enable_autolockEnables autolock function for a specific lock.
smartcam_captureCapture a new image from a specific smartcam.

二进制传感器

  • Ethernet status

method state attributeDescription
thumbLock was locked/unlocked by interior thumb switch
starLock was locked by exterior star button
codeLock was unlocked by exterior code
autoLock was locked/unlocked automatically by Verisure rule
remoteLock was locked/unlocked automatically by Verisure App

限制与已知问题

部分用户反馈此集成目前无法在以下国家正常工作:

  • France
  • Ireland
  • Italy
  • Spain
  • Sweden

故障排除

如果您收到类似 "The code for lock.XXX doesn't match pattern ^\d{0}$." 的错误消息,请确认您的代码位数与配置选项中定义的位数一致。