Creating your first piston

From webCoRE Wiki - Web-enabled Community's own Rule Engine
Revision as of 12:37, 12 November 2017 by Ipaterson (talk | contribs) (Copied from homepage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Share on FacebookShare on TwitterShare on Google+Share on LinkedInShare on DiggShare on deliciousShare on redditShare on StumbleUpon

Now that you have webCoRE installed and up to date, lets go ahead and walk through the steps to make a simple piston that will turn on a light switch when motion is active. From the dashboard.webcore.co main page just follow these easy steps.

  1. We are going to click on Add a new piston in the upper left corner of the screen
    Addnewpiston.png
  2. A dialog box will open and we want to choose Create a blank piston
    Createblank.png
    • Which will then open this dialog box
    Blankpiston.png
  3. Now simply fill in the Author (that is you!) and we will name this My First Piston - Motion Lights. We will also enable Automatic Backup by clicking on the no to change it to yes
    Blankpistonedited.png
  4. After clicking create we are brought to the Piston Editor/Script View. Click on Add a new statement
    Addstatement.png
  5. Click on Add an if
    Addanif.png
  6. Click on Add a condition
    Addcondition.png
  7. Now we are going to select a motion sensor
  8. The default is Physical Device(s), now click the middle box that says Nothing Selected and choose a motion sensor then select motion as the attribute
  9. For the comparison select changes to under the Triggers category
  10. Finally select active if not already selected and click Add
    Adddevice.png
  11. Now that we have our trigger, lets add an action by clicking on Add a new statement below the then
    Newcondition.png
  12. This time we want to do something so select Add an action
    Addaction.png
  13. Here you can search for the device to limit the drop down or scroll down to find it. Select the Switch/bulb you want to control
    Selectdevice.png
  14. Now we are going to select the command we want to use. Find Set Level... in the list and choose it.
    Addtask.png
  15. Before we add this task we want to set the level to 100 then click add
    Addtasksetlevel.png
  16. We have our simple motion lights piston all set up. Go ahead and finalize it by clicking save in the upper right corner.
    Finished.png
  17. This brings us to the overview page. This shows a vast amount of information about this individual piston.
    Myfirstpistonoverview.png

All that is left to do now is test your piston by walking past your motion sensor. Your light should turn on to 100% brightness. However due to the simplicity of this example there is no control to turn it off. But this was just a simple overview of creating a piston. Hope this helps get you started!