-
Notifications
You must be signed in to change notification settings - Fork 95
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
Utilities keys #482
Comments
I do not personally have any utility keys. So it is not possible for me to develop the support. |
mmm... ok but, how do you act with "external" relays such as on PGM4 board with PAI? I use utilities key with Paradox keyoard (TM70), mobile application and also with remote (REM2) |
PAI supports controlling PGMs on the main board. |
So, even without using utilities key there're no possibilities to interact with "external" PGMs isn't it? Is there some possibilites at least to integrate in PAI the external PGMs? |
It is possible, but requires not an easy development. First of all it is required to understand where in memory PGM statuses for external modules are located. How this location will change if more than one module is connected. How to understand how many external modules are connected and what corresponding memory blocks needs to be read. |
So in near future we could have that functionality, sounds cool, could be implented even utilities keys or there are no hope about that? I ask you because action a pgm it's not the same think as use a utility key, for example, to open the gate the pgm must close the relay just for a second (simulating a button press), or to open/close the blinds, there is a counter in order to completly open or close them |
If someone will implement it then yes, you can expect that. I stopped making new development in the project. New functionality requires a lot of time and extra hardware that I do not have and do not need for my personal needs. I would need a separate stand because I do not want to mess with my own setup. If you have skills then I always welcome PR's, but learning curve is steep because there is no documentation and all is reverse engineered. |
@BsCmOD If you need to emulate a utility key you can use a Paradox PRT3 board. Connect it to the bus and it will expose a very simple ASCII protocol which allows arming/disarming the panel with a user code or emulating virtual keys, zones and PGMs. Very useful, except its protocol doesn't support bypassing zones... |
Interesting, so this interface could be connected to alarm main panel bus and the other side via usb to HASS server, are there any library or add on to use this alternative way? |
No idea if such an add-on exists, but it would be easy to create one, as the ASCII protocol is very simple. |
Hi to everyone and many thanks for this great work, I've just a simple question, is there a possibility to use utilities keys with PAI? I've got some automations with this function such as gate open, lights and so on so it's something foundamental for me. Thank'you
The text was updated successfully, but these errors were encountered: