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

Nothing from paradoxdCTL/# after receiving Paradox Connected #69

Closed
ppan21 opened this issue Apr 18, 2020 · 7 comments
Closed

Nothing from paradoxdCTL/# after receiving Paradox Connected #69

ppan21 opened this issue Apr 18, 2020 · 7 comments

Comments

@ppan21
Copy link

ppan21 commented Apr 18, 2020

Hello,

I have a Paradox 1759EX alarm and I flashed a Nodemcu ESP8266 with ParadoxAlarmSystemOTA.ino
I connected RX/TX and Ground between the Paradox board and the ESP8266 relevant pins.
The Nodemcu ESP8266 is powered by USB.
On mqtt.fx I have subscribed to topic paradoxdCTL/# and when i boot the ESP8266 I get:
"status":"Paradox connected"
and
"firmware":"SYSTEM PARADOX_2.2.3"

after that I don't get any other message from mqtt from any zone when it opens or closes.

Any ideas why and how to get the status from my zones?

Also when I try to send a command to paradox (e.g arm) I publish on topic paradoxdCTL/in the payload { "password":"1234", "Command":"arm", "Subcommand":"0" } nothing happens and after a few seconds I receive on paradoxdCTL/status the message "Paradox Disconnected" and after around 2 minutes I receive on the same topic the message "Paradox connected".

Any idea how to proceed?
Thank you in advance.

@Flopescu
Copy link

Flopescu commented Apr 18, 2020

I had the same problem.
The issue is due to the fact that you have the esp powerd via an external source.

Connect the esp to the paradox serial +/- . USE A PROPER DC stepdown converter to 5v as the board delivers 12v

@ppan21
Copy link
Author

ppan21 commented Apr 18, 2020

Thank you @Flopescu, I will buy one and I'll try.

@maragelis
Copy link
Owner

Connect the ground pin from the Panel to the esp. Common ground connection.

@ppan21
Copy link
Author

ppan21 commented Apr 23, 2020

Καλημέρα Παναγιώτη,

I have already connected the ground of Paradox serial connector to the ESP ground pin and also the TX/RX pins respectively and as I mentioned in my initial post I only get on mqtt.fx "status":"Paradox connected" and "firmware":"SYSTEM PARADOX_2.2.3", and after that I don't get any other message from mqtt from any zone when it opens or closes.

I will try to connect the ESP8266 to a DC stepdown converter, as soon as I will get it, as advised by @Flopescu.

@ppan21
Copy link
Author

ppan21 commented May 5, 2020

Hello,

I received today the DC stepdown converter and connected it to 5v and GND of the WEMOS D1 as suggested by @Flopescu and also the respective RX/TX pins.
Unfortunatelly, the situation is the same with the previous one (when I have connected only the GND pin between Serial and WEMOS D1 and powered the WEMOS D1 through usb 5v), i.e. when I reset the WEMOS D1, I receive on mqtt.fx for the topic paradoxdCTL/# ==> "status":"Paradox connected" and "firmware":"SYSTEM PARADOX_2.2.3" and after that nothing else if I open one of the Zones of the alarm system.

I also noticed that, when I publish on topic paradoxdCTL/in the payload { "password":"1234", "Command":"stay", "Subcommand":"0" } nothing happens and after a few seconds (30-40 sec) I receive on topic paradoxdCTL/status the message "Paradox Disconnected"

Do you any idea why I cannot receive nothing except the initial connection message?

@ppan21
Copy link
Author

ppan21 commented May 11, 2020

I have connected a serial FTDI to the TX pin of my Paradox 1759EX and unfortunately, I didn't get the 37 bytes. Instead, for each event, I got two chunks of 4 bytes each (8 bytes in total).
So, I suppose that my paradox serial protocol is different from MG4000, MG5000 and MG7000.

@Angel0ffDeath
Copy link

Yes - protocol is different

@ppan21 ppan21 closed this as completed Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants