Difference between revisions of "WCmore's Tips"

From webCoRE Wiki - Web-enabled Community's own Rule Engine
Jump to: navigation, search
m (Hello, and welcome...)
m (Handy Links for Reference)
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Hello, and welcome... ==
+
<!--T:1-->
 +
Hello and welcome!!
  
This is a collection of tips that work well for me.  Stay tuned for more Tips & Tricks...
+
This is a collection of things that I have learned over the years.  Stay tuned for more Tips & Tricks...
  
 
=== Simulated Switches ===
 
=== Simulated Switches ===
 
 
[[File:SimSwitchCreation.jpg|thumb|left]]
 
[[File:SimSwitchCreation.jpg|thumb|left]]
  
I often hear people talk about "Virtual Switches" as well as "Simulated Switches", but they are not the same.  Personally, I will only recommend using "Simulated Switches", since I have seen a lot of errors lately involving virtual switches.
+
I often hear people talk about "Virtual Switches" as well as "Simulated Switches", but they are not the same.  Personally, I will only recommend using "Simulated Switches", since I have seen a lot of errors involving virtual switches.
  
To create a SimSwitch, I use a web browser to:
+
To create a SimSwitch, we can use a web browser to:
  
* Log into the [https://account.smartthings.com/ IDE]
+
* Log into [https://account.smartthings.com/ SmartThing's IDE]
 
* Choose “My Devices” at the top
 
* Choose “My Devices” at the top
 
* Click on “+ New Device” in the top right
 
* Click on “+ New Device” in the top right
Line 22: Line 22:
 
Once the device is added, ST will see it within a few seconds, but you will also have to [[#Adding_devices_to_webCoRE|add the device to webCoRE]].
 
Once the device is added, ST will see it within a few seconds, but you will also have to [[#Adding_devices_to_webCoRE|add the device to webCoRE]].
  
---
 
  
  
 +
 +
----
 
=== Adding devices to webCoRE ===
 
=== Adding devices to webCoRE ===
  
 
* Connect the device to SmartThings first
 
* Connect the device to SmartThings first
* Toggle the device using the SmartThings app on your phone to make sure it is working
+
* Test the device using the SmartThings app on your phone to make sure the new device is working thru the hub
 
* Add the device to webCoRE by going to: Automation > SmartApps > webCoRE > Settings > Available devices > Available devices
 
* Add the device to webCoRE by going to: Automation > SmartApps > webCoRE > Settings > Available devices > Available devices
 
* Select a category, and place a check-mark next to any device that you want webCoRE to see and/or control
 
* Select a category, and place a check-mark next to any device that you want webCoRE to see and/or control
Line 35: Line 36:
  
 
=== New Section ===
 
=== New Section ===
 +
 +
More stuff coming soon...
 +
 +
=== Handy Links for Reference ===
 +
* [https://dashboard.webcore.co/ Dashboard]  (where we create & edit our pistons)
 +
* [https://account.smartthings.com/ SmartThings IDE]  (where we can add new devices)
 +
* webCoRE Forum - [https://community.webcore.co/latest Latest Topics]  (great community for like-minded people)
 +
* webCoRE Forum - [https://community.webcore.co/c/tutorials Tutorials]
 +
* webCoRE Forum - [https://community.webcore.co/c/Examples Example Pistons]  (great place to get inspired!)
 +
* [[Functions|webCoRE Functions]]  (data processing & conversions)
 +
* [[Expressions|webCoRE Expressions]]  (mathematical constructions)
 +
* [[TWC_Weather|$twc.weather]]  (which replaces [[Weather|$weather]])
 +
* [https://fontawesome.com/icons?d=gallery Font Awesome Icons]  (can be inserted in tiles, piston states etc)
 +
* [https://hotemoji.com/copy-paste.html Emoji reference]  (can be inserted in SMS, notifications, tiles, piston states etc)
 +
* [http://alexa.amazon.com/ Amazon Alexa Settings]

Revision as of 04:14, 20 March 2019

Hello and welcome!!

This is a collection of things that I have learned over the years. Stay tuned for more Tips & Tricks...

Simulated Switches

SimSwitchCreation.jpg

I often hear people talk about "Virtual Switches" as well as "Simulated Switches", but they are not the same. Personally, I will only recommend using "Simulated Switches", since I have seen a lot of errors involving virtual switches.

To create a SimSwitch, we can use a web browser to:

  • Log into SmartThing's IDE
  • Choose “My Devices” at the top
  • Click on “+ New Device” in the top right

Then use the image on the left as a guide:

Side Note: Sometimes I have to use an "Incognito" or "Private Browsing Window" to be able to log into the IDE.

Once the device is added, ST will see it within a few seconds, but you will also have to add the device to webCoRE.




Adding devices to webCoRE

  • Connect the device to SmartThings first
  • Test the device using the SmartThings app on your phone to make sure the new device is working thru the hub
  • Add the device to webCoRE by going to: Automation > SmartApps > webCoRE > Settings > Available devices > Available devices
  • Select a category, and place a check-mark next to any device that you want webCoRE to see and/or control
  • Save multiple times until you are back in the SmartApps page
  • You can now use this device in webCoRE. If you still do not see it, try a hard refresh to your Dashboard. (Ctrl-F5)

New Section

More stuff coming soon...

Handy Links for Reference