ParadoxAlarmInterface/pai

option to use entity numbers instead of names

Offen

#181 geöffnet am 11.10.2020

 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (113 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (414 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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")

Contributor Guide