-
Notifications
You must be signed in to change notification settings - Fork 96
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
Door Control and status For PARADOX EVO and others PAI and Hassio #165
Comments
Door action message was implemented back in d521a36
|
MQTT topic |
@mydakota Did you had a chance to test? |
@yozik04 Still need output? |
😄 some years has passed. I am not sure I want to return to this. |
I gave up trying to get this to work using below MQTT, such a shame as being able to control doors would be extremely useful and a A+++ feature for PAI. my next option is to upgrade my entire system to a inception controller and ditch Paradox, but I would prefer to stay with Paradox as I like the system and why replace it if not required. I wish I knew how to pull logs from babyware to get this working :{ '''MQTT topic paradox/control/doors/Door 1 or paradox/control/doors/1 |
The feature was almost ready. It required testing and bug fixing. But then you have disappeared. I do not have door control modules myself. So I had to develop the feature blindly. |
Or wait when someone will come and invest his time into it. |
Probably be waiting along time lol I'm just going to use a pgm to trigger rex on door for now not a perfect solution as only will work as a timed unlock |
Hey mate sorry to bring up an old thread, I've had another go at this now I understand a bit more about how things work lol still
I get this in my PAI error log, would you have any idea on what i could now try.
the door does not lock or unlock im assuming its because of this Missing element with ID 129 in door |
do I need to include a user ID? raw = PerformDoorAction.build({"fields":{"value":{"doors":[1], "user_id": 3, "command": "unlock"}}}) |
Ok, good News Door Unlocks and locks using the above MQTT command omg Yay. the only issue I have now is I can not control the door when it is unlocked on a scheduled event. Is there any command like unlock override or lock override, i could use that would force the door to lock. wow progress is exciting |
Ok This Is my final change That is working best removed all time controls from babyware and use hassio as primary control. ` Log out put still error but Door Control working further testing to come |
Feature description
The text was updated successfully, but these errors were encountered: