konnected-io / konnected-esphome

ESPHome firmware configuration and recipes for Konnected devices
Other
49 stars 31 forks source link

Support more than 12 zone - code for expansion kit #30

Closed diogopms closed 5 months ago

diogopms commented 5 months ago

Hi, I would like to support more than 12 zones in the case of alarm pro or more than 6 zones in case of simple alarm. Is the expansion kit compatible with esphome yaml

Thanks

heythisisnate commented 5 months ago

Konnected does not have an "expansion kit"

To support more zones than on a single panel, you can simply add more panels. Using Home Assistant as the brains of the alarm logic, each panel only needs to monitor and report a subset of zones to HA, which consolidates them into a single alarm system. Using this method you can also add additional sensors or outputs from non-Konnected devices.

diogopms commented 5 months ago

Ok thanks 👍🏻