Bridge BRDSC01 v4
User Manual
12
•
Mostly off with rare rapid blinks
: The device is connected to WiFi and is performing
normal operation.
Home automation system integration
Coiaca
Bridge BRDSC01 v4
can be easily integrated to any home automation system that
supports MQTT protocol.
MQTT broker, topics and some payloads can be configured by the user to integrate the device
according to the system of preference.
Home Assistant
MQTT, MQTT Alarm Control Panel and Binary Sensor components are used to integrate Coiaca
BRDSC01 v4
to Home Assistant.
An MQTT broker needs to be already installed and configured on Home Assistant. As an
example, the configuration file
configuration.yaml
should include the following:
For every partition a platform should be configured under alarm_control_panel component:
alarm_control_panel:
- platform: mqtt
name: "Partition 1"
state_topic: "DSC01xxxxxxxxxx/Partition1"
command_topic: "DSC01xxxxxxxxxx/cmd"
availability_topic: "DSC0xxxxxxxxxx/Status"
payload_disarm: "1D"
payload_arm_home: "1S"
payload_arm_away: "1A"
- platform: mqtt
name: "Partition 2"
state_topic: "DSC01xxxxxxxxxx/Partition2"
command_topic: "DSC01xxxxxxxxxx/cmd"
availability_topic: "DSC010000000001/Status"
payload_disarm: "2D"
payload_arm_home: "2S"
payload_arm_away: "2A"
And for displaying zone status, a binary sensor should be configured for each zone:
binary_sensor:
- platform: mqtt
name: Trouble
state_topic: "DSC01xxxxxxxxxx/Trouble"
device_class: "problem"
payload_on: "1"
payload_off: "0"