ParadoxAlarmInterface/pai

option to use entity numbers instead of names

开放

#181 创建于 2020年10月11日

 (4 条评论) (1 个反应) (0 位负责人)Python (113 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (414 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

PAI sends MQTT messages into topics pattern like "paradox/states/zones/name/property". In case of changing the zone labels, it requires the reconfiguration of any systems receiving the messages.

Feature description

It would be useful to have a configuration option, when enabled the mqtt topics look like "paradox/states/zones/zone#/property" (and likewise for other entities as partitions, outputs, etc). Also the entity name could be published in a separate subtopic (e.g. paradox/states/zones/zone#/label")

贡献者指南