Posts

Showing posts with the label kwikset 912

Setting up Lock #2

Image
< Previous                                                                                              Next >  So I just got my second lock. Working on getting it set up. What better way to do quality control on my posts than to follow my own directions? Starting with  https://mikehampton.blogspot.com/2020/11/kwikset-912.html And it looks like I did good.  This time I did not have to reboot. I went to Configuration > Devices after doing the first two steps... And saw my new lock! I changed the name and checked to see if it would lock/unlock, and it did. Now I could really benefit from the other work I did. Upon inspection, I found that the node_id of the lock was 4.   In my script (in  https://mikehampton.blogspot.co...

Adding a way to set door codes - Part 4: Use the script in a 'Card'

Image
< Previous                                                                                             Next> We have a script that gets information from 'helpers'.  Now we need to give a person a way to provide that information to the 'helpers'.  This is how we will tie this all together.   We make a 'card' that we will put on our dashboard. Write a 'script' to set the door code. Create 'helpers' to make it easy to select the door to use, the code slot, and to enter the door code itself. Use the 'helpers' in the script. Create a 'card' that uses the helpers and the script.  This is like the lock card, but uses the helpers to get the door, code slot and door code. Create a 'card' that uses the helpers and the script. If you are not...

Adding a way to set door codes - Part 3: Use our helpers in the script

Image
< Previous                                                                                              Next > We have a script and we have some 'helpers'.  Now we can use the information we get from the helpers in the script.  In the post after this one, we will tie this all together in a 'card' that we will put on our dashboard. Write a 'script' to set the door code. Create 'helpers' to make it easy to select the door to use, the code slot, and to enter the door code itself. Use the 'helpers' in the script. Create a 'card' that uses the helpers and the script.  This is like the lock card, but uses the helpers to get the door, code slot and door code. Use the 'helpers' in the script This will be the most cryptic part of this process....

Adding a way to set door codes - Part 2: Create helpers

Image
< Previous                                                                                              Next > We have a very basic script written.  Now we need to make some 'helpers' so we can put the information into the script easily.  Helpers are small thingies (another technical term) that make it easier to put data into the system. Write a 'script' to set the door code. Create 'helpers' to make it easy to select the door to use, the code slot, and to enter the door code itself. Use the 'helpers' in the script. Create a 'card' that uses the helpers and the script.  This is like the lock card, but uses the helpers to get the door, code slot and door code. Create 'helpers' to make it easy to select the door to use, the code slot, a...