ok so I just go back into import widget gallery and re-install?
yep
As I have said, since they are numeric, I had to make it generic. Whatever item you set will get a 1 . Now itâs up to you how you make a rule when your item receives a 1
Think of it like a switch receiving an ON
Are there any tutorials on rules? Itâs weird that the other functions work without any rules but the disarm doesnât. Sorry for all the help still a newbie
Well itâs because a disarm requires a PIN and the disarm key. You havenât told me how u do it on ur regular alarm keypad⊠Itâs PIN then what?
On my DSC keypad, to disarm I just type in my pin. For instance 6789. To activate I hold either the away or stay for 2 seconds.
If thatâs the case u need a rule on the off item to send ur pin but I do NOT recommend this becuae uâll be hardcoded ur pin. Just enter ur pin
ok Ill try entering my pin again and see if it works. If just by entering my pin on the alarm keypad doesnât work, is there tutorial on rules so I can make this work? It seems that is the only function that doesnt work for me.
Thank you for this great looking keypad, just about what I was looking for.
@DennisVonDerBey Any chance you could share the code for the keypad screen (which I assume you have beside the Clear button)? Iâve been trying to create something similar with not so great results so far. I donât have this hooked to a ârealâ alarm so I need a mix of this and the âUniversal keypadâ (keypad+screen+buttons).
Iâm also debating which is a better way to input the code: sending every keypress immediately (already have rules to handle this) or sending everything together like the Universal keypad does. First has the advantage of being able to clear the screen after a timeout (rule clears the item which is whatâs displayed on the screen). Second has the advantage of faster response and being able to clear just one character on the client side without having to handle this in a OH rule.
Iâm thinking of incorporating this and maybe create a PR to make this a common widget in HABPanel. The thing is, the more settings we add, the more it becomes complicated for the common user.
Yeah, I can see that being a problem as well. I can handle lots of settings as long as they are documented. CSS styling, not so much
Iâm wondering if I should ok should use the universal keypad to make my alarm work. I tried everything and still canât make the disarm work. Still a newbie
the universal keypad allows you to send numbers in a single submit since you would need to type in the numbers first, then hit OK. That might work for you better. The alarm keypad sends numbers per single click of the number button, exactly how an alarm keypad does
Ok so if I want to use the alarm keypad, i would need to use a rule for entering my pin number to disable?
yes
Hi
is there any good editor to show code inside the json file not in 1 line?
I can sse \n I thing it should be enter.
Can you help me with that please mate, I want to change a bit that code.
Are there any tutorials for creating rules?
Start HERE
- Import the widget
- Go to http://YOUROPENHAB/habpanel/index.html#/settings/widgets
- Click on the widget, then youâll see the code.