Jump to content
C4 Forums | Control4

Best Practices and Safety for Outdoor Firepit


jimbones

Recommended Posts

Hey ya'll, I got my integrator to wire up a Lutron switch to the electric starter for our outdoor fire pit. Makes it really simple for basic on/off control via keypads, apps, etc. Question though, has any integrator developed any best safety practices around fire pit integration? We have a kiddo that is just tall enough to now reach the wall mounted keypads and I'm concerned about accidentally triggering the firepit, especially while the cover is on. Was thinking about adding a manual switch near the firepit which has to be turned on before the smart switches work. Anyone with any tips or tricks?

Link to comment
Share on other sites


I had a fire pit with electric igniter in my first C4 house. I had a button inside my house that needed to be ON in order for the fire pit button on my patio to work. The button in the house was programmed to turn on with 3 presses and it was not labeled, so no one knew what it was for. This prevented someone from accidentally turning on the outdoor fit pit. 

Link to comment
Share on other sites

For app usage, add a Custom Button Set, use letters, and then you need to enter the password in a time limit

Example Custom Folder
"CODE"
-ABCD
_EFGH
_IJKL
_MNOP
_QRST
_UVWY

Programming
Per button, when pressed
---if timer not running
-----Set code = 0
-----Start 5 second timer
-----Set code = code + x (based on chart below)
---Else
-----Set code = code + x (based on chart below)

ABCD - code = code +1
EFGH - code = code +10
IJKL - code = code +100
MNOP - code = code +1000
QRST - code = code +10000
UVWY - code = code +100000

Desired Code : FLAME (10+100+1+1000+10)
When timer ends - If code = 1121 - turn on pit, set code = 0, else Send Notification 'wrong code' (optional)

It's not a safe, so no it's not ultra secure, add things like unused buttons to set code back to 0, double at least one button, things like that for added protection from guessing.

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.