Difference between revisions of "webCoRE"
Whoismoses (talk | contribs) (→Installing webCoRE) |
Whoismoses (talk | contribs) |
||
Line 2: | Line 2: | ||
== General == | == General == | ||
The ''web Community's own Rule Engine'' (or for short, webCoRE) is a general rule engine for SmartThings. It works by allowing users to create scripts that are interpreted and executed by the SmartThings SmartApp, allowing for complex decisions. | The ''web Community's own Rule Engine'' (or for short, webCoRE) is a general rule engine for SmartThings. It works by allowing users to create scripts that are interpreted and executed by the SmartThings SmartApp, allowing for complex decisions. | ||
+ | |||
+ | webCoRE is currently in the [[ALPHA https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha]] phase which means it can be unstable. Crashes, bugs, and potentially data loss are expected. | ||
== Installing webCoRE == | == Installing webCoRE == | ||
Line 12: | Line 14: | ||
# [[Enabling webCoRE dashboard]]. | # [[Enabling webCoRE dashboard]]. | ||
# [[Enable webCoRE on Another Device]] | # [[Enable webCoRE on Another Device]] | ||
+ | |||
+ | == Updating webCoRE == | ||
== Components == | == Components == |
Revision as of 12:46, 23 March 2017
Contents
General
The web Community's own Rule Engine (or for short, webCoRE) is a general rule engine for SmartThings. It works by allowing users to create scripts that are interpreted and executed by the SmartThings SmartApp, allowing for complex decisions.
webCoRE is currently in the ALPHA https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha phase which means it can be unstable. Crashes, bugs, and potentially data loss are expected.
Installing webCoRE
You must complete all of these steps.
- GitHub Install or Manual Install of webCoRE source code into the SmartThings Cloud.
- Enable webCoRE OAuth in the SmartThings cloud.
- Install webCoRE in SmartThings mobile app.
- Enabling webCoRE dashboard.
- Enable webCoRE on Another Device
Updating webCoRE
Components
Dashboard
webCoRE uses a web interface for most interactions with the user. The Dashboard is the central hub to controlling webCoRE.
Pistons
The building block of webCoRE is called a piston. It's really what drives the engine, after all. A piston is a standalone automation process that executes tasks based on predefined logic.
Getting started
During the SmartApp installation process, you will be asked to enter a security password. Make sure to remember it, as you will need it to initialize the dashboard. You can always change the security password by going to the SmartThings SmartApp's Settings and tapping on Security. You will also be asked to select a list of devices that webCoRE will have access to. You can change this list at any time by going back to the SmartThings SmartApp's Settings menu and tapping on Available Devices. Once you completed the installation procedure, tap the Dashboard menu. This will open the Dashboard in a web browser that will swiftly prompt you for the security password. Enter the password and click Authorize and you should now see the Dashboard. [more details here]