ParadoxAlarmInterface / pai

Paradox Magellan, Spectra and EVO, with MQTT, Signal, Pushbullet, Pushover and others
https://gitter.im/paradox-alarm-interface
Eclipse Public License 2.0
358 stars 94 forks source link

signal_strength HOMEASSISTANT_PUBLISH_ZONE_PROPERTIES not being published. #495

Open somejavadev opened 2 months ago

somejavadev commented 2 months ago

Alarm system

EVO192, access mode IP150 Firmware: 7.31 build 1

Environment

Git branch

Stable and Dev branch

Describe the bug

When adding the additional zone property "signal_strength" to publish to home assistant, no additional properties are published. Having a look at the mqtt topics there are no additional entries added specifically for this property. I have cleared out MQTT completely and reinstalled the plugin but it looks like the properties are stuck on open and tamper.

HOMEASSISTANT_PUBLISH_ZONE_PROPERTIES:
  - signal_strength
  - open
  - tamper

To Reproduce

Steps to reproduce the behavior:

Install and configure the home assistant addon via an IP 150 module on an EVO192. Add the HOMEASSISTANT_PUBLISH_ZONE_PROPERTIES config as shown above, notice the signal_strength additional property is not being published.

yozik04 commented 2 months ago

EVO192 is alarm for wired sensors. Why you need signal_strength?

somejavadev commented 2 months ago

Thanks for the reply. With an Evo192 you have the option to add an RTX3 which gives it the capability to add wireless zones and devices.

@yozik04 do you have an RTX3 to test this or could I somehow provide some debug logs to see if this is something that can be added?