DSC - Program New User Code

Hi -

Looking to activate a user code from a scene - or Home=>Vacation mode change with the SendCommand function.

From the Alarm Keypad - the sequence is:
*5[4 digit Master Code][2 digit memory slot][4 digit guest code]#
i.e.
*51234024321# - Make a guest code (4321) in slot 2 using master code 1234 for authentication.

I cannot get the SendCommand to fire this sequence.

Please help…

In my experience, the problem with complicated sequences like this is the delay needed between commands. For example, after entering your master code, you have to wait a couple of seconds before entering the next sequence, otherwise the system gets confused. I ended up doing this in lua code, but I would hope there is a better way, or you have a different issue…

Hi @ibrewater

Would you be able to share your lua code?

I’m always interested to see how people have got things to work with this dsc panel

Many thanks