1.9 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Konnected Switch | Connect wired actuators to Home Assistant with Konnected and a NodeMCU ESP8266 | 2018-04-03 12:30 | true | false | true | true | konnected.png | Switch | 0.70 | Local Push |
The konnected
switch allows you to actuate an alarm system siren, strobe light, buzzer, or any other wired device using
a Konnected Alarm Panel board or relay module and a NodeMCU ESP8266 WiFi module running the
open source Konnected software.
Please visit the Konnected.io website for more information about the Konnected Alarm Panel board and compatible hardware.
See the konnected
component for configuration and setup instructions.
{% configuration %}
pin:
description: The number corresponding to the IO index of the labeled pin on the NodeMCU dev board. See the NodeMCU GPIO documentation for more details. Valid values are 1, 2, 5, 6, 7 and 8.
required: exclusive
zone:
description: The number corresponding to the labeled zone on the Konnected Alarm Panel board, or the word out
to specify the dedicated ALARM/OUT terminal on the Konnected board. Valid values are 1, 2, 3, 4, 5 and out.
required: exclusive
name:
description: The name of the device used in the front end.
required: false
default: automatically generated
activation:
description: Either "low" or "high" to specify the state when the switch is turned on.
default: high
required: false
{% endconfiguration%}
Configuration Notes
- Either pin or zone is required for each actuator. Do not use both in the same definition.
- Pin
D8
or theout
zone will only work when activation is set to high (the default).