-
Notifications
You must be signed in to change notification settings - Fork 21
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
partition topic issue #65
Comments
Just to be clear, disarming and arming works ? Just the hassio topic does not send partition number, correct ? |
Yes, the disarming and arming works, and yes, the hassio topic does not send partition number. |
Test branch updated. |
@zsoltkazda could you please provide your panel info because the arming process does not work for me. I am using the MG5050 with "MG5050_4.73.72.PUF" firmware from 2011. I can connect to the panel and receive the following topics:
But the arming does not work. |
Change your code on the alarm and dont use 0 in the code |
@maragelis my alarm panel user code is 4 non-zero digits. |
Looking at the trace I see a perfect login after 5f there is the 00 handshake and a 10 login. Then the is status command 50 52 issued. Do you get login failed from the status mqtt topic when trying to arm? If not it’s surly the code try the master code or change your code. |
The trace provided is the communication between BabyWare and the MG5050, so the perfect login is expecetd. Let me first modify the code so that I initialise the communications with the "72 00 00 .... 00 00 72" packet and then see if the panel responds at all. |
Dear john2oo2!
I don’t know the firmware version. But ont he panel, I see the following nformation:
SP6000 NR Q018
27aug19
Zsolt
From: john2oo2 <[email protected]>
Sent: Tuesday, March 10, 2020 5:12 PM
To: maragelis/ParadoxRs232toMqtt <[email protected]>
Cc: Kazda Zsolt <[email protected]>; Mention <[email protected]>
Subject: Re: [maragelis/ParadoxRs232toMqtt] partition topic issue (#65)
@zsoltkazda<https://github.com/zsoltkazda> could you please provide your panel info because this does not work for me?
I am using the MG5050 with "MG5050_4.73.72.PUF" firmware from 2011.
I can connect to the panel and receive the following topics:
* paradoxdCTL/out
* paradoxdCTL/status
* paradoxdCTL/hassio/zoneX
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#65?email_source=notifications&email_token=ANCUA4SNE62SPBXNP42F3EDRGZRF3A5CNFSM4KJTS43KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOMCIDA#issuecomment-597173260>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCUA4U2NEB6VDG7HSHFIULRGZRF3ANCNFSM4KJTS43A>.
|
Do you get login failed from the status mqtt topic when trying to arm? |
Feedback regarding the "login" issue:
Feedback regarding the reporting of the Arm Status:
|
how can you get the panelstatus information for the panel 2 (Arm1)? I only get the Arm0 status thanks |
Its not implemented in this project I have it implemented on my other project |
So to get partition support we should swap to using an ESP32 with your other project? |
Hi Maragelis,
My paradox have two partitions. I would like to use these partition separate. Now the state and command topics is the same on the different partitions. This is the source of my problem.
Now when I disarm one of the partitions (onyl one), after that all partitions disarmed, and vice versa too.
Regards
Zsolt
The text was updated successfully, but these errors were encountered: