-
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
EVOHD fw 4.50: Got ERROR Message: Invalid record type #198
Comments
Most probably too old firmware. |
I thing too. I want upgrade fw, but in Infield (latest) I will connect via serial to panel, then in in the list, I open file browser, select puf file with never EVOHD firmware, and then I get error message that file is not for my panel.. |
Error SOLVED ! UART connector on EVO HD has this connection Here is used level converter |
I have updated Compatibility and referred this ticket in Connection methods pages in the wiki. |
And congrats for solving this. Enjoy. |
In future I remake esp32 interface to arduino uno with ethernet shield. Will ne connected over wired lan. Thank you for support. |
es LM2956 o LM2596? |
Hi, I'm trying to connect my evo48 using ESP32, but I can't connect. my configuration is the following LOGGING_LEVEL_CONSOLE: 20
|
Panel blocks connection for some reason. Try to restart the panel. Remember you can have only one connection at a time. |
Good morning, I try to connect to alarm panel (paradox EVO 192 by serial over ip with a esp32) but I've a problem: 2021-08-14 11:11:11,871 - INFO - PAI.paradox.connections.ip.connection - Connecting. Try 1/3 my configuration: LOGGING_LEVEL_CONSOLE: 20
how can i solve? Thanks to all! |
Sorry to revive this old thread, I just discovered this great interface to Paradox. I have PAI installed in a docker container and it communicates successfully with the IP Module, the EVOHD Panel and even the MQTT Broker (see image bellow). However after a while, I get the "Invalid record type" messages. I read in @proasnet post that a Firmware upgrade solves the problem. Can you provide some pointers as to where I can get some instructions on how to perform the upgrade? What version of Firmware do you recommend ? Have a good day! |
Write in gitter. Maybe somebody will find you a link. |
Alarm system
EVOHD fw 4.50 over ESP32 serial telnet
described here
https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiTelnetToSerial/WiFiTelnetToSerial.ino
with UART level converter 5/3,3V ( without convert is not possible estabilish connection )
Environment
HA on RPI HASSIO
Git branch
HASSIO, docker, HAOS
Question
I found descriptions the same problem here
#127
but it not help me.
I can not find problem of this error.
And it seems there is no data on MQTT topics.
MQTT is Mosquitto broker
Current version: 5.1
`logins:
password: xxxxxxx
anonymous: false
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false`
Logs (if required)
I have configured logging as described in help, but in a location defined in conf is nothing.
LOGGING_FILE: /tmp/paradox.log
log from addon
2021-02-01 11:03:52,127 - INFO - PAI.paradox.paradox - Connection OK 2021-02-01 11:03:52,128 - INFO - PAI.paradox.paradox - Loading data from panel memory 2021-02-01 11:03:52,129 - INFO - PAI.paradox.hardware.panel - Loading definitions 2021-02-01 11:03:52,130 - INFO - PAI.paradox.hardware.panel - Updating Definitions from Panel 2021-02-01 11:03:52,682 - INFO - PAI.paradox.hardware.panel - Zone definitions loaded (0.55s) 2021-02-01 11:03:52,702 - INFO - PAI.paradox.hardware.panel - Partition definitions loaded (0.02s) 2021-02-01 11:04:02,627 - INFO - PAI.paradox.hardware.panel - User definitions loaded (9.92s) 2021-02-01 11:04:03,503 - INFO - PAI.paradox.hardware.panel - Loading labels 2021-02-01 11:04:03,503 - INFO - PAI.paradox.hardware.panel - Updating Labels from Panel 2021-02-01 11:04:03,727 - INFO - PAI.paradox.hardware.panel - Zone labels loaded (0.22s): xxxxxxxx 2021-02-01 11:04:04,478 - INFO - PAI.paradox.hardware.panel - Partition labels loaded (0.07s): xxxxxxxxx 2021-02-01 11:04:08,976 - INFO - PAI.paradox.paradox - Running 2021-02-01 11:04:10,572 - ERROR - PAI.paradox.paradox - Got ERROR Message: Invalid record type 2021-02-01 11:04:11,492 - ERROR - PAI.paradox.paradox - Got ERROR Message: Invalid record type
total 39 times
then
2021-02-01 11:04:54,220 - INFO - PAI.paradox.paradox - Disconnecting from the Alarm Panel 2021-02-01 11:04:54,222 - INFO - PAI.paradox.paradox - Clean Session 2021-02-01 11:04:54,223 - INFO - PAI.paradox.paradox - Cleaning previous session. Closing connection 2021-02-01 11:04:54,229 - ERROR - PAI.paradox.connections.protocols - Connection was closed: None 2021-02-01 11:04:54,231 - ERROR - PAI.paradox.connections.connection - Connection was lost 2021-02-01 11:04:54,235 - INFO - PAI.paradox.paradox - Disconnected from the Alarm Panel
and again again
The text was updated successfully, but these errors were encountered: