Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Or have that button placed real highThat's awesome! Do you have children? My only concern would be a little one pressing the button repeatedly lol
Idk man, kids are pretty resourceful. All they need to do is pull over a stool or chair and its feeding time lolOr have that button placed real high
That’s awesome and I like the look. I’m thinking about an Apex. Care to share how you did this?
Use a breakout box for either the brain or one of the modules that supports this. Wire the switch to one of the inputs and find the input in apex. Name that feedbutton. Then , Create a virtual outlet and name it feedmode and set it to auto. The code in that outlet should be something likeThat’s awesome and I like the look. I’m thinking about an Apex. Care to share how you did this?
That's awesome! Do you have children? My only concern would be a little one pressing the button repeatedly lol![]()
That’s awesome and I like the look. I’m thinking about an Apex. Care to share how you did this?
Congrats!Actually I just had my first child 3 weeks ago! Fingers crossed.
Thanks @GK3 much appreciatedUse a breakout box for either the brain or one of the modules that supports this. Wire the switch to one of the inputs and find the input in apex. Name that feedbutton. Then , Create a virtual outlet and name it feedmode and set it to auto. The code in that outlet should be something like
set off
If feedbutton = closed then on
Defer 20:00 then off (or whatever time you want for feed to last)
Then in all of your equipment you add
If output feedmode = on then on/off depending on what you want that equipment to do.

