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 Binary Sensor | Connect wired open/close sensors to Home Assistant with Konnected and a NodeMCU ESP8266 | 2018-04-03 12:30 | true | false | true | true | konnected.png | Binary Sensor | 0.70 | Local Push |
The konnected
binary sensor allows you to monitor wired door sensors, window sensors, motion sensors, smoke detectors,
CO detectors, glass-break sensors, water leak sensors or any other simple wired open/close circuit attached to a
NodeMCU ESP8266 WiFi module running the open source Konnected software.
See the konnected
component for configuration and setup instructions. Please visit the
Konnected.io website for more information about the Konnected Alarm Panel board and compatible
hardware.
This component supports all of the built-in device classes of the generic Binary Sensor component.
{% 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 9.
required: exclusive
zone:
description: The number corresponding to the labeled zone on the Konnected Alarm Panel board. Valid values are 1, 2, 3, 4, 5 and 6.
required: exclusive
type:
description: Any binary sensor class, typically door
, window
, motion
or smoke
.
required: true
name:
description: The name of the device used in the front end.
required: false
default: automatically generated
{% endconfiguration%}
Note: Either pin or zone is required for each sensor. Do not use both in the same sensor definition.