Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] EVO192: PGM control and statuses #58

Closed
nzqmeister opened this issue Mar 17, 2019 · 4 comments
Closed

[feature] EVO192: PGM control and statuses #58

nzqmeister opened this issue Mar 17, 2019 · 4 comments
Labels
enhancement New feature or request evo192

Comments

@nzqmeister
Copy link

System
IP150, Panel version 20, firmware: 1.38
Paradox Panel EVO192 version 3.0 build 40.
Raspberry Pi with Domoticz.
Node-RED.
Mosquitto.

Describe the bug
Statuses for Partitions are completely missing. I can only see statuses for Zones, Doors, and System.

To Reproduce
Steps to reproduce the behavior:
Run: mosquitto_sub -h localhost -v -t "paradox/#"
This will list all available Status except Partition (and perhaps others less important).

Logs
nzqmeister EVO192 Partition Status Problem.txt

@nzqmeister nzqmeister added bug Something isn't working to be confirmed Reported but not yet confirmed labels Mar 17, 2019
@yozik04 yozik04 added the evo192 label Mar 17, 2019
@yozik04
Copy link
Collaborator

yozik04 commented Mar 17, 2019

I did not had time to update documentation for EVO specifics yet. Looks like it is time to do.

Config options that you need to have for EVO devices.

STATUS_REQUESTS = list(range(1, 6))
PARTITIONS_CHANGE_NOTIFICATION_IGNORE = ['arm_full', 'exit_delay', 'all_zone_closed', 'ready', 'stay_instant_ready', 'force_ready', 'entry_delay', 'auto_arming_engaged']

@nzqmeister
Copy link
Author

nzqmeister commented Mar 17, 2019 via email

@yozik04 yozik04 added help wanted Extra attention is needed and removed bug Something isn't working to be confirmed Reported but not yet confirmed labels Mar 17, 2019
yozik04 added a commit that referenced this issue Mar 17, 2019
@nzqmeister
Copy link
Author

nzqmeister commented Mar 18, 2019

Hi,
I ran
mosquitto_sub -h localhost -v -t "paradox/states/#"

PGM state is not represented in the output.

I can only see:
paradox/states/bus-module/...
paradox/states/partitions/...
paradox/states/zones/...
paradox/states/door/...
paradox/states/system/...

But pgm is not listed.

The console shows this where I think it should be reading Pgm state:
2019-03-18 21:27:46,398 - INFO - PAI.paradox.hardware.panel - Pgm: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
INFO:PAI.paradox.hardware.panel:Pgm: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Any advice? Maybe this is a work in progress? Or could I have missed something else?

thanks for your help.
Quentin

@nzqmeister nzqmeister changed the title EVO192 Partition status information not present. But Zone, Door and System status are. Updated - EVO192 Pgm status information now not present. But Zone, Door, Partition and System status are. Mar 18, 2019
@yozik04
Copy link
Collaborator

yozik04 commented Mar 18, 2019

PGM commands are not sent via events on EVO. I am not sure where to get current status in memory. I have not implemented it as I am not using it now.
Feel free to contribute =)

@yozik04 yozik04 added enhancement New feature or request and removed help wanted Extra attention is needed labels Apr 9, 2019
@yozik04 yozik04 changed the title Updated - EVO192 Pgm status information now not present. But Zone, Door, Partition and System status are. [feature] EVO192: PGM control and statuses Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request evo192
Projects
None yet
Development

No branches or pull requests

2 participants