You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by pansament August 15, 2023
I have managed to determinate that whet i set in sketch "accesCode" my 6 digit arm/disarm code in serial monitor it keeps rebooting.
If code not set everything is ok.
Do i need to configure alarm to work with 4 digit code?
Or what can i modify in sketch to work with 6 digit code?
This is error code from serial monitor:
⸮����⸮n⸮�r⸮⸮n|⸮l⸮l��b���b�r��l⸮nb⸮n�l`�⸮�r�l⸮l�⸮⸮
Static IP Configured
WiFi........connected: 25.25.25.151
MQTT....connected: 25.25.25.50
DSC Keybus Interface is online.
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
Alarm system is not configurable to work with 4 digits access code.
I managet to make this project with VirtualKeyPad-Web but same problem, if i set "accessCode" in sketch keeps rebooting.
If i set first 4 digits in sketch I can arm by presing Arm button and presing last 2 digits of access code.
So the project is working but I need this to work with 6 digits access code so I can control alarm system from Home Assistant.
If I don`t set access code in sketch I can see in Home Assistant Zones and state of system but i cannot control it.
I did not find a way to send code from Home Assistant.
The text was updated successfully, but these errors were encountered:
Hi @pansament, sorry for late answer.
I took a look at code and you could try manually editing line 712 in dscKeybusInterface/src/dscClassic.cpp: if (strlen(accessCodeStay) < 4) { Try increasing it from 4 to 6.
As I don't have any 6-digit ClassicSeries panels available to confirm I'm hoping to hear back from you, so we can implement AccessCode string lenght checking and automatically setting 4 or 6 digit Access Code for ClassicSeries.
Hi @pansament, sorry for late answer. I took a look at code and you could try manually editing line 712 in dscKeybusInterface/src/dscClassic.cpp: if (strlen(accessCodeStay) < 4) { Try increasing it from 4 to 6.
As I don't have any 6-digit ClassicSeries panels available to confirm I'm hoping to hear back from you, so we can implement AccessCode string lenght checking and automatically setting 4 or 6 digit Access Code for ClassicSeries.
Hi @kricon, Thanks for the answer!
I've tried now to increase to 6 and test it and I'm getting same behavior/error.
I'm searching to buy a PC1616 board to replace what I have now if I cannot work with this board.
Discussed in #323
Originally posted by pansament August 15, 2023
I have managed to determinate that whet i set in sketch "accesCode" my 6 digit arm/disarm code in serial monitor it keeps rebooting.
If code not set everything is ok.
Do i need to configure alarm to work with 4 digit code?
Or what can i modify in sketch to work with 6 digit code?
This is error code from serial monitor:
Later Edit:
Alarm system is not configurable to work with 4 digits access code.
I managet to make this project with VirtualKeyPad-Web but same problem, if i set "accessCode" in sketch keeps rebooting.
If i set first 4 digits in sketch I can arm by presing Arm button and presing last 2 digits of access code.
So the project is working but I need this to work with 6 digits access code so I can control alarm system from Home Assistant.
If I don`t set access code in sketch I can see in Home Assistant Zones and state of system but i cannot control it.
I did not find a way to send code from Home Assistant.
The text was updated successfully, but these errors were encountered: