maisken / Paradox_IP150

Hassio add-on, Python and MQTT bindings for controlling a Paradox alarm via the IP150 web interface
GNU General Public License v3.0
39 stars 10 forks source link

Add Backup Battery MQTT sensor #26

Closed KameDomotics closed 2 years ago

KameDomotics commented 2 years ago

Hi! Would it be possible to integrate the "battery backup" voltage sensor in the next updates? Mqtt topic should be this: paradox/states/system/power/battery

Thanks

ondras12345 commented 2 years ago

Unless the battery voltage is available trough the IP module's web interface (and I don't think it is), this is impossible. PAI is able to read the battery voltage because it uses a completely different method for retrieving data from the panel.

KameDomotics commented 2 years ago

Unless the battery voltage is available trough the IP module's web interface (and I don't think it is), this is impossible. PAI is able to read the battery voltage because it uses a completely different method for retrieving data from the panel.

I believe this information is passing through IP150 web interface, but now i have no way to verify this...

cybertza commented 2 years ago

@KameDomotics PAI does not use the IPmodule HTTP for much, The do the serial calls for the data, I use PAI with a serial - wifi bridge that provides bare Serial, and i can see battery volts. image

https://gitter.im/paradox-alarm-interface/community?at=5d9eeef549c7720aaf998b04

https://github.com/ParadoxAlarmInterface/pai/blob/4885439bbf80d1f168b8c95bc71494479ac32a33/paradox/hardware/spectra_magellan/parsers.py#L110

alfredopironti commented 2 years ago

Can you please provide a screenshot of the Paradox web interface displaying the backup battery voltage?

alfredopironti commented 2 years ago

Closing as stale.