-
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
Question about compatibility for Serial over IP connection (ESP8266) for EVO192 with ver.6.86 #465
Comments
Should be working the same way. What serial speed you configured on ESP module? EVO has higher baud rate. |
I am using the default values from this file: or in the add-on config in Home Assistant: |
38400 or 57600. Depends on what is selected in settings. PAI config does not matter it connects with IP Bare connection to the ESP. |
@yozik04 , I tried multiple things but the result is the same. Here's what I did:
I am sure the serial port is not locked since a friend of mine was able to connect to the alarm with BabyWare (couple of months ago) before I installed it in this summer home of mine. The firmware (based on the sticker of the board is 6.86). What else can I try, any ideas? |
Did you try ESP32 WROOM board with 38400 baud rate? |
Hi Yozik, I've just tried but didn't work (again set the 38400 both in the ESP32 firmware and in the PAI add-on config). |
No idea. Let’s ask @cybertza ;) |
Morning Gents. Yea, you should be able to use a Software Serial to TCP serial software on a windows machine and babyW to confirm your config of the serial port, speed and so forth, herein lies the answer as well, I believe that certain firmwares do not support unencrypted comms, hence that it worked with babyW. Then further more so there was a read about multiple ports and so forth. I don't have a Evo192 around, so I can't 100% confirm this, but I have seen more websites advertise and sell unblocked ones. What is required to unlock them I don't know, may be as simple as a flag from the keypad, may be a firmware build? Would need to get a 192 to test with, that I have been meaning to do, but haven't ... |
EVO 6.86 does not have encrypted serial. |
I would then recomend testing via the method I suggested. Then configuration for this is basically just a serial tcp bridge. I would have to get a 192 to personally test it, so you guys are welcome to send me one and I'll do the testing and manual for one. Th rest is rather well documented, and as mentioned unit is just a serial to tcp bridge, technically you can do the same as the paradox usb as with a usb to serial device on the 5050 range and alike. Without hardware to test I can unfortunately not give more input on the topic, nor confirm the above statements made above. |
I managed to fix it and here's what I've done:
Except the firmware upgrade, I've tried the other three steps multiple times before that and it didn't work. Perhaps it was the firmware or some combination of those. Then I was able to successfully connect to the panel. I am noticing a 2-3 seconds delay between the time a sensor is activated and when the MQTT message is received. Is that expected and would it improve if I use ESP32? |
Yea, the esp 8266 should be well fine at 56k even as soft serial, so if the WiFi is fine, then it should be just about the same, I just found the 8266's give up easier if you don't have any circuit to protect it, it's just been my experience, that the esp32 feels like it works better for longer, they obviously run a bit faster and some have multi core so the WiFi and the serial/soft serial don't always run in the same core. None of this is truly scientific, my first 8266 ran for about a year, second one the same, Wemos 32 is probably sitting around 2 years fairly stable. I'm running something like this with it. https://www.wemos.cc/en/latest/d1_mini_shield/dc_power.html https://www.wemos.cc/en/latest/s2/s2_mini.html Think that's more or less the combo. If you do find some interesting results, let me know then I can update the documents. Especially relating to the ports and such, esp32 also has more hw serial, so could interface into the alarm more than one place if the panel supports it. |
Alarm system
EVO192, FW is 6.86 , connection method is Serial over IP with ESP8266 -->
Environment
##Configuration
Question
I am using this integration on two other platforms (MG5050) and it works flawlessly. Tried it on an EVO192 with 6.86 fw version and it can't connect to the panel. Not even showing the version of the panel. The ESP8266 is properly configured and I am able to ping it.
I see that in the Compatibility page, the 6.86 fw is listed as working with the IP module, but no info on connection with Serial over IP. Does that mean that it is not working or not tested with it? Should it at least print the panel version in the logs, even if not supported?
Logs (if required)
The text was updated successfully, but these errors were encountered: