SP4000 - not able to connect and after some advice #448
Agent6-6-6
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All
I have a paradox SP4000 alarm with TM50 touchpad and hoping to integrate with home assistant. We had it installed about 10 years, and have not had to touch it since the install. Original installer is still in business but have not approached them yet as not really sure what to even ask them or if it is some setting somewhere.
On PCB there is a sticker with '5.16' which I assume is maybe the firmware version it came with (and still has). Noted under the compatibility it noted 5.20 had been tried successfully, but not sure if that is a minimum version required. Unclear without being able to connect how the firmware would even be updated.
I figured out the installer code by starting at 0000 and incrementing on the keypad until I figured installer code out as being 1410. The maintenance code I set to 0000 after hacking the installer code (was blank previously).
Trying to connect via ESP32 serial via IP but get the following, unable to connect using babyware so really unclear why it may not be working:-
Hardware is ESP32 connected through buck converter to get the 5V from aux connection via serial connector. Initially didn't have the TX and RX through a level shifter to get the data to 3.3V input (unsure if this has damaged the ESP32 as not 5V tolerant on the data lines I've since found out). Can telnet to the device on wifi, suggesting ESP32 is opening the connection, but unable to connect beyond this. Tried swapping TX/RX to ESP32 but same behaviour.
The issue is cannot seem to connect at all, and not really sure if it is something hardware or software related. Only tried a single type of ESP32 board using the code at https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiTelnetToSerial/WiFiTelnetToSerial.ino modified to correct wifi credentials and baud rate to 9600 (vs 115200) as understand SP4000 is 9600.
Current yaml in Home Assistant is as follows if there's something there that's clearly wrong (but given I cannot connect via babyware either seems like something else):-
Read in a few replies serial can be locked, could this be the issue? If so can it be unlocked via reset to defaults or knowing the installer password? (was trying to avoid having to set everything up again, but if it's the only way then no worries)
Next step I was going to try was just uninstalling and starting the PAI setup again from scratch, but I feel something else is going on and that someone else probably has a suggestion on where I've gone wrong :)
Can provide anything further, more details on hardware etc if someone thinks that is the issue. May have something setup incorrectly, must admit the wiki instructions seem clear enough on the surface, but also somewhat vague in exact specifics, so I may have misinterpreted.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions