Verisure
Home Assistant has support to integrate your Verisure
There is currently support for the following device types within Home Assistant:
- Alarm
- Camera
- Switch (Smartplug)
- Sensor (Thermometers and Hygrometers)
- Lock
- Binary sensor (Door & Window)
配置
要将 Verisure hub 添加到您的 Home Assistant 实例中,请使用此 My 按钮:
Verisure 可以被 Home Assistant 自动发现。如果发现了实例, 它将显示为 已发现。您可以立即进行设置。
手动配置步骤
如果没有自动发现,请不要担心!您可以设置一个 手动集成条目:
-
浏览到您的 Home Assistant 实例。
-
转到
设置 > 设备与服务。 -
在右下角,选择
Add Integration 按钮。 -
从列表中选择 Verisure。
-
按照屏幕上的说明完成设置。
选项
Verisure 的选项可以通过用户界面设置,具体步骤如下:
- 浏览到您的 Home Assistant 实例。
- 转到 设置 > 设备与服务。
- 如果配置了多个 Verisure 实例,请选择您想配置的实例。
- 选择集成,然后选择 配置。
Alarm control panel
The Verisure alarm control panel platform allows you to control your Verisure
The requirement is that you have setup your Verisure hub first, with the instruction above.
The changed_by
attribute enables one to be able to take different actions depending on who armed/disarmed the alarm in automation.
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 }}
Actions
Service | Description |
---|---|
disable_autolock | Disables autolock function for a specific lock. |
enable_autolock | Enables autolock function for a specific lock. |
smartcam_capture | Capture a new image from a specific smartcam. |
Binary sensor
- Ethernet status
Lock
method state attribute | Description |
---|---|
thumb | Lock was locked/unlocked by interior thumb switch |
star | Lock was locked by exterior star button |
code | Lock was unlocked by exterior code |
auto | Lock was locked/unlocked automatically by Verisure rule |
remote | Lock was locked/unlocked automatically by Verisure App |
Limitations and known issues
Some users have reported that this integration currently doesn’t work in the following countries:
- France
- Ireland
- Italy
- Spain
- Sweden
Troubleshooting
If you get an error message stating something like “The code for lock.XXX doesn’t match pattern ^\d{0}$
.”, make sure the number of digits for your code matches the number defined in the configuration options.