<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.webcore.co/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bfara83</id>
		<title>webCoRE Wiki - Web-enabled Community's own Rule Engine - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.webcore.co/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bfara83"/>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/Special:Contributions/Bfara83"/>
		<updated>2026-04-10T04:19:49Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=810</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=810"/>
				<updated>2018-01-28T01:35:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;4ff8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard based on the Themes:'''&lt;br /&gt;
&lt;br /&gt;
Light:&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example (Light).png]]&lt;br /&gt;
&lt;br /&gt;
Normal:&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example (Normal).png]]&lt;br /&gt;
&lt;br /&gt;
Dark:&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example (Dark).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.   Themes can be used using the UseTheme and ThemeType variables.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet).&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;hzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot;SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png |500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example_(Normal).png&amp;diff=809</id>
		<title>File:Battery Status Tiles Example (Normal).png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example_(Normal).png&amp;diff=809"/>
				<updated>2018-01-28T01:34:58Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example.png&amp;diff=808</id>
		<title>File:Battery Status Tiles Example.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example.png&amp;diff=808"/>
				<updated>2018-01-28T01:32:40Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: Bfara83 uploaded a new version of File:Battery Status Tiles Example.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=807</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=807"/>
				<updated>2018-01-28T01:31:21Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Battery Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;4ff8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard based on the Themes:'''&lt;br /&gt;
&lt;br /&gt;
Light:&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example (Light).png]]&lt;br /&gt;
&lt;br /&gt;
Normal:&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
Dark:&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example (Dark).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.   Themes can be used using the UseTheme and ThemeType variables.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet).&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;hzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot;SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png |500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=806</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=806"/>
				<updated>2018-01-28T01:31:06Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Battery Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;4ff8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard based on the Themes:'''&lt;br /&gt;
Light:&lt;br /&gt;
[[File:Battery Status Tiles Example (Light).png]]&lt;br /&gt;
&lt;br /&gt;
Normal&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
Dark:&lt;br /&gt;
[[File:Battery Status Tiles Example (Dark).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.   Themes can be used using the UseTheme and ThemeType variables.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet).&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;hzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot;SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png |500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example_(Light).png&amp;diff=805</id>
		<title>File:Battery Status Tiles Example (Light).png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example_(Light).png&amp;diff=805"/>
				<updated>2018-01-28T01:30:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example_(Dark).png&amp;diff=804</id>
		<title>File:Battery Status Tiles Example (Dark).png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example_(Dark).png&amp;diff=804"/>
				<updated>2018-01-28T01:30:04Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example.png&amp;diff=803</id>
		<title>File:Battery Status Tiles Example.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Battery_Status_Tiles_Example.png&amp;diff=803"/>
				<updated>2018-01-28T01:29:50Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: Bfara83 uploaded a new version of File:Battery Status Tiles Example.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=802</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=802"/>
				<updated>2018-01-28T01:19:37Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;4ff8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.   Themes can be used using the UseTheme and ThemeType variables.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet).&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;hzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot;SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png |500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Battery_Device_Tiles_Piston.png&amp;diff=801</id>
		<title>File:Battery Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Battery_Device_Tiles_Piston.png&amp;diff=801"/>
				<updated>2018-01-28T01:18:45Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: Bfara83 uploaded a new version of File:Battery Device Tiles Piston.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=800</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=800"/>
				<updated>2018-01-25T04:09:42Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet).&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;hzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot;SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png |500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Smoke_Detector_Device_Tiles_Piston.png&amp;diff=799</id>
		<title>File:Smoke Detector Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Smoke_Detector_Device_Tiles_Piston.png&amp;diff=799"/>
				<updated>2018-01-25T04:09:23Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: Bfara83 uploaded a new version of File:Smoke Detector Device Tiles Piston.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=798</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=798"/>
				<updated>2018-01-22T04:06:19Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet).&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;6k0v&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot;SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png |500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=797</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=797"/>
				<updated>2018-01-22T04:04:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet).&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;6k0v&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=796</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=796"/>
				<updated>2018-01-22T04:02:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value. This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;6k0v&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=795</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=795"/>
				<updated>2018-01-22T04:00:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;6k0v&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=794</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=794"/>
				<updated>2018-01-22T03:58:18Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Battery Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;6k0v&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=793</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=793"/>
				<updated>2018-01-22T03:45:11Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Smoke/CO Detector Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;6k0v&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Smoke_Detector_Device_Tiles_Piston.png&amp;diff=792</id>
		<title>File:Smoke Detector Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Smoke_Detector_Device_Tiles_Piston.png&amp;diff=792"/>
				<updated>2018-01-22T03:43:00Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: Bfara83 uploaded a new version of File:Smoke Detector Device Tiles Piston.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=791</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=791"/>
				<updated>2018-01-19T23:31:04Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Thermostat Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=790</id>
		<title>Multiple Instances</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=790"/>
				<updated>2018-01-19T20:30:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section goes over how to create multiple instances of webCoRE and the purpose of having multiple webCoRE instances.  &lt;br /&gt;
&lt;br /&gt;
== Reasons for Creating Multiple webCoRE Instances: ==&lt;br /&gt;
&lt;br /&gt;
* Test new pistons out without affecting your normal webCoRE instances.   You can use virtual devices to accomplish this without having to test with your actual devices.&lt;br /&gt;
* Split up the memory usage for webCoRE if you have a lot of pistons.&lt;br /&gt;
* Recommended to move all of your piston tiles that's setup if you're using a lot of them.  Piston tiles can display the status of devices, modes, statuses, information, etc.&lt;br /&gt;
&lt;br /&gt;
== How to Create and Setup Another webCoRE Instance: ==&lt;br /&gt;
&lt;br /&gt;
1. Add webCoRE Smartapp again like you did when you first installed it, follow this section of the Wiki on how to do so:&lt;br /&gt;
https://wiki.webcore.co/#Installing_webCoRE_2&lt;br /&gt;
&lt;br /&gt;
2. Once another instance is added, it's recommended to renaming all of the webCoRE instances that you have created so you know which one is which.   &lt;br /&gt;
&lt;br /&gt;
3. After renaming all of the webCoRE instances, log into the dashboard using the dashboard.webcore.co site.   Follow this section if you need help with logging into the dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
4. Click on options on the top-right / Register another instance:&lt;br /&gt;
&lt;br /&gt;
[[File:Register Another Instance.png]]&lt;br /&gt;
&lt;br /&gt;
5. Dashboard site will now ask for a code, follow instructions here to get a code to register the second instance in the webCoRE dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
6. Now another webCoRE instance will be registered on your dashboard. Switching between the multiple instances can be done by clicking on this section that is on top-left on your dashboard:&lt;br /&gt;
&lt;br /&gt;
[[File:Another_Instance_webCoRE.png]]&lt;br /&gt;
&lt;br /&gt;
7. It'll display the names you gave both of your webCoRE instances on that section like that screenshot shows above.&lt;br /&gt;
&lt;br /&gt;
8. Once multiple instances are registered in your webCoRE dashboard, a new &amp;quot;Move Pistons&amp;quot; option will now be available on left side of your dashboard.   This option hasn't been implemented yet so it will not work.  The only way to move a piston to another instance of webCoRE is adding a piston like you normally do (&amp;quot;Add a new pistion&amp;quot; option on left) then use the &amp;quot;Create a duplicate piston&amp;quot; option.    Make sure you are on the instance of webCoRE that you want to add a piston to before you do that part.&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=789</id>
		<title>Multiple Instances</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=789"/>
				<updated>2018-01-19T20:28:45Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section goes over how to create multiple instances of webCoRE and the purpose of having multiple webCoRE instances.   If you are using Global Variables, make sure you are using @@ instead of @ if a global variable will be used across multiple instances of webCoRE. &lt;br /&gt;
&lt;br /&gt;
== Reasons for Creating Multiple webCoRE Instances: ==&lt;br /&gt;
&lt;br /&gt;
* Test new pistons out without affecting your normal webCoRE instances.   You can use virtual devices to accomplish this without having to test with your actual devices.&lt;br /&gt;
* Split up the memory usage for webCoRE if you have a lot of pistons.&lt;br /&gt;
* Recommended to move all of your piston tiles that's setup if you're using a lot of them.  Piston tiles can display the status of devices, modes, statuses, information, etc.&lt;br /&gt;
&lt;br /&gt;
== How to Create and Setup Another webCoRE Instance: ==&lt;br /&gt;
&lt;br /&gt;
1. Add webCoRE Smartapp again like you did when you first installed it, follow this section of the Wiki on how to do so:&lt;br /&gt;
https://wiki.webcore.co/#Installing_webCoRE_2&lt;br /&gt;
&lt;br /&gt;
2. Once another instance is added, it's recommended to renaming all of the webCoRE instances that you have created so you know which one is which.   &lt;br /&gt;
&lt;br /&gt;
3. After renaming all of the webCoRE instances, log into the dashboard using the dashboard.webcore.co site.   Follow this section if you need help with logging into the dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
4. Click on options on the top-right / Register another instance:&lt;br /&gt;
&lt;br /&gt;
[[File:Register Another Instance.png]]&lt;br /&gt;
&lt;br /&gt;
5. Dashboard site will now ask for a code, follow instructions here to get a code to register the second instance in the webCoRE dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
6. Now another webCoRE instance will be registered on your dashboard. Switching between the multiple instances can be done by clicking on this section that is on top-left on your dashboard:&lt;br /&gt;
&lt;br /&gt;
[[File:Another_Instance_webCoRE.png]]&lt;br /&gt;
&lt;br /&gt;
7. It'll display the names you gave both of your webCoRE instances on that section like that screenshot shows above.&lt;br /&gt;
&lt;br /&gt;
8. Once multiple instances are registered in your webCoRE dashboard, a new &amp;quot;Move Pistons&amp;quot; option will now be available on left side of your dashboard.   This option hasn't been implemented yet.  The only way to move a piston to another instance of webCoRE is adding a piston like you normally do (&amp;quot;Add a new pistion&amp;quot; option on left) then use the &amp;quot;Create a duplicate piston&amp;quot; option.    Make sure you are on the instance of webCoRE that you want to add a piston to before you do that part.&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=788</id>
		<title>Multiple Instances</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=788"/>
				<updated>2018-01-19T20:15:53Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section goes over how to create multiple instances of webCoRE and the purpose of having multiple webCoRE instances.  &lt;br /&gt;
&lt;br /&gt;
== Reasons for Creating Multiple webCoRE Instances: ==&lt;br /&gt;
&lt;br /&gt;
* Test new pistons out without affecting your normal webCoRE instances.   You can use virtual devices to accomplish this without having to test with your actual devices.&lt;br /&gt;
* Split up the memory usage for webCoRE if you have a lot of pistons.&lt;br /&gt;
* Recommended to move all of your piston tiles that's setup if you're using a lot of them.  Piston tiles can display the status of devices, modes, statuses, information, etc.&lt;br /&gt;
&lt;br /&gt;
== How to Create and Setup Another webCoRE Instance: ==&lt;br /&gt;
&lt;br /&gt;
1. Add webCoRE Smartapp again like you did when you first installed it, follow this section of the Wiki on how to do so:&lt;br /&gt;
https://wiki.webcore.co/#Installing_webCoRE_2&lt;br /&gt;
&lt;br /&gt;
2. Once another instance is added, it's recommended to renaming all of the webCoRE instances that you have created so you know which one is which.   &lt;br /&gt;
&lt;br /&gt;
3. After renaming all of the webCoRE instances, log into the dashboard using the dashboard.webcore.co site.   Follow this section if you need help with logging into the dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
4. Click on options on the top-right / Register another instance:&lt;br /&gt;
&lt;br /&gt;
[[File:Register Another Instance.png]]&lt;br /&gt;
&lt;br /&gt;
5. Dashboard site will now ask for a code, follow instructions here to get a code to register the second instance in the webCoRE dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
6. Now another webCoRE instance will be registered on your dashboard. Switching between the multiple instances can be done by clicking on this section that is on top-left on your dashboard:&lt;br /&gt;
&lt;br /&gt;
[[File:Another_Instance_webCoRE.png]]&lt;br /&gt;
&lt;br /&gt;
7. It'll display the names you gave both of your webCoRE instances on that section like that screenshot shows above.&lt;br /&gt;
&lt;br /&gt;
8. Once multiple instances are registered in your webCoRE dashboard, a new &amp;quot;Move Pistons&amp;quot; option will now be available on left side of your dashboard.   This option hasn't been implemented yet.  The only way to move a piston to another instance of webCoRE is adding a piston like you normally do (&amp;quot;Add a new pistion&amp;quot; option on left) then use the &amp;quot;Create a duplicate piston&amp;quot; option.    Make sure you are on the instance of webCoRE that you want to add a piston to before you do that part.&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=787</id>
		<title>Multiple Instances</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=787"/>
				<updated>2018-01-19T20:15:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Reasons for Creating Multiple webCoRE Instances: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section goes over how to create multiple instances of webCoRE.  &lt;br /&gt;
&lt;br /&gt;
== Reasons for Creating Multiple webCoRE Instances: ==&lt;br /&gt;
&lt;br /&gt;
* Test new pistons out without affecting your normal webCoRE instances.   You can use virtual devices to accomplish this without having to test with your actual devices.&lt;br /&gt;
* Split up the memory usage for webCoRE if you have a lot of pistons.&lt;br /&gt;
* Recommended to move all of your piston tiles that's setup if you're using a lot of them.  Piston tiles can display the status of devices, modes, statuses, information, etc.&lt;br /&gt;
&lt;br /&gt;
== How to Create and Setup Another webCoRE Instance: ==&lt;br /&gt;
&lt;br /&gt;
1. Add webCoRE Smartapp again like you did when you first installed it, follow this section of the Wiki on how to do so:&lt;br /&gt;
https://wiki.webcore.co/#Installing_webCoRE_2&lt;br /&gt;
&lt;br /&gt;
2. Once another instance is added, it's recommended to renaming all of the webCoRE instances that you have created so you know which one is which.   &lt;br /&gt;
&lt;br /&gt;
3. After renaming all of the webCoRE instances, log into the dashboard using the dashboard.webcore.co site.   Follow this section if you need help with logging into the dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
4. Click on options on the top-right / Register another instance:&lt;br /&gt;
&lt;br /&gt;
[[File:Register Another Instance.png]]&lt;br /&gt;
&lt;br /&gt;
5. Dashboard site will now ask for a code, follow instructions here to get a code to register the second instance in the webCoRE dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
6. Now another webCoRE instance will be registered on your dashboard. Switching between the multiple instances can be done by clicking on this section that is on top-left on your dashboard:&lt;br /&gt;
&lt;br /&gt;
[[File:Another_Instance_webCoRE.png]]&lt;br /&gt;
&lt;br /&gt;
7. It'll display the names you gave both of your webCoRE instances on that section like that screenshot shows above.&lt;br /&gt;
&lt;br /&gt;
8. Once multiple instances are registered in your webCoRE dashboard, a new &amp;quot;Move Pistons&amp;quot; option will now be available on left side of your dashboard.   This option hasn't been implemented yet.  The only way to move a piston to another instance of webCoRE is adding a piston like you normally do (&amp;quot;Add a new pistion&amp;quot; option on left) then use the &amp;quot;Create a duplicate piston&amp;quot; option.    Make sure you are on the instance of webCoRE that you want to add a piston to before you do that part.&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=786</id>
		<title>Multiple Instances</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=786"/>
				<updated>2018-01-19T20:14:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* How to Create and Setup Another webCoRE Instance: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section goes over how to create multiple instances of webCoRE.  &lt;br /&gt;
&lt;br /&gt;
== Reasons for Creating Multiple webCoRE Instances: ==&lt;br /&gt;
&lt;br /&gt;
* Test new pistons out without affecting your normal webCoRE instances.   You can use virtual devices to accomplish this without having to test with your actual devices.&lt;br /&gt;
* Split up the memory usage for webCoRE if you have a lot of pistons.&lt;br /&gt;
* Recommended if using a lot of Piston Tiles if you want to display the status of devices, modes, statuses, information, etc.&lt;br /&gt;
&lt;br /&gt;
== How to Create and Setup Another webCoRE Instance: ==&lt;br /&gt;
&lt;br /&gt;
1. Add webCoRE Smartapp again like you did when you first installed it, follow this section of the Wiki on how to do so:&lt;br /&gt;
https://wiki.webcore.co/#Installing_webCoRE_2&lt;br /&gt;
&lt;br /&gt;
2. Once another instance is added, it's recommended to renaming all of the webCoRE instances that you have created so you know which one is which.   &lt;br /&gt;
&lt;br /&gt;
3. After renaming all of the webCoRE instances, log into the dashboard using the dashboard.webcore.co site.   Follow this section if you need help with logging into the dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
4. Click on options on the top-right / Register another instance:&lt;br /&gt;
&lt;br /&gt;
[[File:Register Another Instance.png]]&lt;br /&gt;
&lt;br /&gt;
5. Dashboard site will now ask for a code, follow instructions here to get a code to register the second instance in the webCoRE dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
6. Now another webCoRE instance will be registered on your dashboard. Switching between the multiple instances can be done by clicking on this section that is on top-left on your dashboard:&lt;br /&gt;
&lt;br /&gt;
[[File:Another_Instance_webCoRE.png]]&lt;br /&gt;
&lt;br /&gt;
7. It'll display the names you gave both of your webCoRE instances on that section like that screenshot shows above.&lt;br /&gt;
&lt;br /&gt;
8. Once multiple instances are registered in your webCoRE dashboard, a new &amp;quot;Move Pistons&amp;quot; option will now be available on left side of your dashboard.   This option hasn't been implemented yet.  The only way to move a piston to another instance of webCoRE is adding a piston like you normally do (&amp;quot;Add a new pistion&amp;quot; option on left) then use the &amp;quot;Create a duplicate piston&amp;quot; option.    Make sure you are on the instance of webCoRE that you want to add a piston to before you do that part.&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=785</id>
		<title>Multiple Instances</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Multiple_Instances&amp;diff=785"/>
				<updated>2018-01-19T20:13:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section goes over how to create multiple instances of webCoRE.  &lt;br /&gt;
&lt;br /&gt;
== Reasons for Creating Multiple webCoRE Instances: ==&lt;br /&gt;
&lt;br /&gt;
* Test new pistons out without affecting your normal webCoRE instances.   You can use virtual devices to accomplish this without having to test with your actual devices.&lt;br /&gt;
* Split up the memory usage for webCoRE if you have a lot of pistons.&lt;br /&gt;
* Recommended if using a lot of Piston Tiles if you want to display the status of devices, modes, statuses, information, etc.&lt;br /&gt;
&lt;br /&gt;
== How to Create and Setup Another webCoRE Instance: ==&lt;br /&gt;
&lt;br /&gt;
1. Add webCoRE Smartapp again like you did when you first installed it, follow this section of the Wiki on how to do so:&lt;br /&gt;
https://wiki.webcore.co/#Installing_webCoRE_2&lt;br /&gt;
&lt;br /&gt;
2. Once another instance is added, it's recommended to renaming all of the webCoRE instances that you have created so you know which one is which.   &lt;br /&gt;
&lt;br /&gt;
3. After renaming all of the webCoRE instances, log into the dashboard using the dashboard.webcore.co site.   Follow this section if you need help with logging into the dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
4. Click on options on the top-right / Register another instance:&lt;br /&gt;
[[File:Register Another Instance.png]]&lt;br /&gt;
&lt;br /&gt;
5. Dashboard site will now ask for a code, follow instructions here to get a code to register the second instance in the webCoRE dashboard: https://wiki.webcore.co/#Using_webCoRE_from_another_browser&lt;br /&gt;
&lt;br /&gt;
6. Now another webCoRE instance will be registered on your dashboard. Switching between the multiple instances can be done by clicking on this section that is on top-left on your dashboard:&lt;br /&gt;
[[File:Another_Instance_webCoRE.png]]&lt;br /&gt;
&lt;br /&gt;
7. It'll display the names you gave both of your webCoRE instances on that section like that screenshot shows above.&lt;br /&gt;
&lt;br /&gt;
8. Once multiple instances are registered in your webCoRE dashboard, a new &amp;quot;Move Pistons&amp;quot; option will now be available on left side of your dashboard.   This option hasn't been implemented yet.  The only way to move a piston to another instance of webCoRE is adding a piston like you normally do (&amp;quot;Add a new pistion&amp;quot; option on left) then use the &amp;quot;Create a duplicate piston&amp;quot; option.    Make sure you are on the instance of webCoRE that you want to add a piston to before you do that part.&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Register_Another_Instance.png&amp;diff=784</id>
		<title>File:Register Another Instance.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Register_Another_Instance.png&amp;diff=784"/>
				<updated>2018-01-19T20:04:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=783</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=783"/>
				<updated>2018-01-19T19:48:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=782</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=782"/>
				<updated>2018-01-19T19:47:05Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Light Sensor Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any light sensors setup and display the Lux (illuminance) value.   This piston can be used for both indoor and outdoor sensors&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status.  These tiles will support detectors that do not support CO (Carbon Monoxide) as well.  &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;pxbp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status (s &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot; SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png|500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=781</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=781"/>
				<updated>2018-01-19T19:45:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Water Leak Sensor Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any water leak sensors setup and display the status (Wet or Not Wet). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status.  These tiles will support detectors that do not support CO (Carbon Monoxide) as well.  &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;pxbp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status (s &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot; SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png|500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=780</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=780"/>
				<updated>2018-01-19T19:44:09Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Smoke/CO Detector Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any Smoke/CO Detectors setup and display the status.  These tiles will support detectors that do not support CO (Carbon Monoxide) as well.  &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;pxbp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status (s &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot; SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png|500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=779</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=779"/>
				<updated>2018-01-19T19:42:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Sleep Sensor Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;pxbp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any sleep sensors setup such as the one on the webCoRE Presence Sensor and display the status (s &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;wwgy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SleepSensors” with the Sleep Sensor Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called &amp;quot; SleepSensorNames&amp;quot; with the Sleep Sensor Devices that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1, Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 8 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true. It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable. You can use Font Awesome or Emojis for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tiles Piston.png|500px]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Sleep_Sensor_Device_Tiles_Piston.png&amp;diff=778</id>
		<title>File:Sleep Sensor Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Sleep_Sensor_Device_Tiles_Piston.png&amp;diff=778"/>
				<updated>2018-01-19T19:40:26Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=777</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=777"/>
				<updated>2018-01-19T19:39:33Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Smoke/CO Detector Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;pxbp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=776</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=776"/>
				<updated>2018-01-19T19:39:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Water Leak Sensor Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;p3nde&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=775</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=775"/>
				<updated>2018-01-19T19:38:37Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Smoke/CO Detector Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “SmokeDetectors” with the Smoke/CO Detectors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SmokeDetectorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Smoke_Detector_Device_Tiles_Piston.png&amp;diff=774</id>
		<title>File:Smoke Detector Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Smoke_Detector_Device_Tiles_Piston.png&amp;diff=774"/>
				<updated>2018-01-19T19:37:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=773</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=773"/>
				<updated>2018-01-19T19:36:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Water Leak Sensor Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “WaterSensors” with the Water Leak Sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “WaterSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Water_Leak_Sensor_Device_Tiles_Piston.png&amp;diff=772</id>
		<title>File:Water Leak Sensor Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Water_Leak_Sensor_Device_Tiles_Piston.png&amp;diff=772"/>
				<updated>2018-01-19T19:34:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=771</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=771"/>
				<updated>2018-01-19T19:34:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Light Sensor Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;foz7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “LightSensors” with the light sensor devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “LightSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Light_Sensor_Device_Tiles_Piston.png&amp;diff=770</id>
		<title>File:Light Sensor Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Light_Sensor_Device_Tiles_Piston.png&amp;diff=770"/>
				<updated>2018-01-19T19:33:13Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=769</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=769"/>
				<updated>2018-01-19T19:29:47Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Battery Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
These tiles will monitor any devices with a battery and display the battery status.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;c3k4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “BattDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BattDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Battery_Device_Tiles_Piston.png&amp;diff=768</id>
		<title>File:Battery Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Battery_Device_Tiles_Piston.png&amp;diff=768"/>
				<updated>2018-01-19T19:28:12Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=767</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=767"/>
				<updated>2018-01-19T19:27:33Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Temperature\Humidity Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
* Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=766</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=766"/>
				<updated>2018-01-19T19:27:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Temperature\Humidity Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
These tiles will monitor any Temperature sensors and display the Temperature &amp;amp; Humidity (if device supports Humidity) values. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;8792&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
Fahrenheit:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
Celsius:&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “TempDevices” with the devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “TempDeviceNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Device is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 5 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer.&lt;br /&gt;
Under the variables section on the top, the Background and font colors can be modified if needed under the TileBackgroundColor and TileTextColor variables&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
* A timer is setup to update every 5 minutes by default, this can be modified by updating the UpdateInterval variable to the desired number of minutes you like.&lt;br /&gt;
* Under the variables section on the top, if your Device does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Temperature_Device_Tiles_Piston.png&amp;diff=765</id>
		<title>File:Temperature Device Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Temperature_Device_Tiles_Piston.png&amp;diff=765"/>
				<updated>2018-01-19T19:25:40Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Thermostat_Tiles_Piston.png&amp;diff=764</id>
		<title>File:Thermostat Tiles Piston.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Thermostat_Tiles_Piston.png&amp;diff=764"/>
				<updated>2018-01-19T19:24:52Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=763</id>
		<title>Device Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=Device_Tiles&amp;diff=763"/>
				<updated>2018-01-19T19:14:22Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: /* Motion Sensor Status Tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not Done Yet'''&lt;br /&gt;
&lt;br /&gt;
This page contains a list of piston tile examples that will monitor your devices connected to the Smartthings platform called Device Tiles.   Please post on the [https://community.webcore.co/t/device-status-tiles/ Device Status Tiles] page within the Community site if you want to add anything on this page, have any problems or any suggestions when using these pistons below.&lt;br /&gt;
&lt;br /&gt;
It's highly recommended to create another instance of webCoRE just for the device tiles listed below since it’ll split up the memory usage within webCoRE and increase performance.  Instructions on how to create multiple instances of webCoRE is located here: [https://wiki.webcore.co/Multiple_Instances Multiple Instances]&lt;br /&gt;
&lt;br /&gt;
== Presence Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any Presence sensors you use along with displaying your location or closest location if away from home when using the webCoRE Presence Sensor.     Another version of the Presence Sensor Status Tiles is also located on the [https://wiki.webcore.co/Samples Samples Page].&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;tymkb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''PresenceDevices''' with the Presence Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''PresenceDeviceNames''' with the Presence Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Presence Device 1, Presence Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Presence Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Room Occupancy Status Tiles ==&lt;br /&gt;
This piston is designed for the Rooms Manager Smartapp and Rooms Occupancy DTH located here: [https://community.webcore.co/t/rooms-manager-smartapps-and-rooms-occupancy-dth-smarter-lighting-with-automated-rules-driven-lighting/1813/1 Rooms Manager smartapps and Rooms Occupancy DTH], give credit to Baz2473 and bangali for this great idea!  These tiles will monitor any Room sensors you use with the current occupancy status.     &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;xc0u&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Room Occupancy Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Rooms''' with the Room Devices you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''RoomNames''' with the Room Devices that you want to display on the tile.   This is helpful if you use a longer name for the device but the name is not fitting in the tile.   You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2).  This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 8 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 8 minute timer but this 8 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
* How the tiles are displayed and what colors are used can be modified in the variables section, read the instructions already noted above each variable.  You can use [https://wiki.webcore.co/Font_Awesome Font Awesome] or [https://wiki.webcore.co/Emojis Emojis] for images in the tiles to change how they are displayed or change the color schemes to your liking.&lt;br /&gt;
&lt;br /&gt;
[[File:Room Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Thermostat Status Tiles ==&lt;br /&gt;
These tiles will monitor any Thermostats setup with the setpoint temperature, current temperature, humidity and current mode&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;i8ye5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard. Below is all the different ways it’ll show based on the mode the Thermostat is in.'''&lt;br /&gt;
Gray: Idle / Orange: Heating / Blue: Cooling / Green: Auto (Heat &amp;amp; Cool) / Light Steel Blue: Fan Only / Black: Off (not on at all, not even idle)&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''When Celsius Variable is enabled, examples of what the tiles look like below:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Celsius.png]]&lt;br /&gt;
&lt;br /&gt;
'''Below shows a definition of all the values within the Thermostat tile(s):'''&lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Meaning.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
* This piston was designed for all Thermostats, but I only have a Nest Thermostat to test with so please let me know how this works with other Thermostat brands.&lt;br /&gt;
* There’s a 16-device limit per piston so only use 16 devices max per piston. If you have more than 16 devices, create multiple pistons to get around the 16-device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Thermostats''' with the Thermostats you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''ThermostatNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You must put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat does not support converting the temperature to Celsius in the DTH, change the Variable called Convert2Celsius to True so it’ll convert from F to C.&lt;br /&gt;
* Under the variables section on the top, if your Thermostat is set to Celsius, change the Variable called CelsiusMode to true so it’ll display correctly as Celsius in the Device tiles.&lt;br /&gt;
* A timer is setup to update every 40 seconds by default, this can be modified by updating the UpdateInterval variable to the desired number of seconds you like. Do not use anything below 30 seconds though, it’ll decrease the performance a lot in WebCoRE. &lt;br /&gt;
&lt;br /&gt;
[[File:Thermostat Device Tiles Piston.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Door Lock Status Tiles Piston ==&lt;br /&gt;
These tiles will monitor any Door Locks setup and display that status (Locked or Unlocked) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;kzug&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorLocks''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorLockNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle (lock or unlock) the door lock. If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the door lock.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Lock Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Door Status Tiles ==&lt;br /&gt;
These tiles will monitor any doors setup via contact sensors and display the status (Open or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;vahy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Doors''' with the Door Locks you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Door Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Doorbell Status Tiles ==&lt;br /&gt;
These tiles will monitor any doorbells setup and display the status (Active or Inactive) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;9b7d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''DoorBells''' with the Doorbells you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''DoorBellNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Doorbell Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Window Status Tiles ==&lt;br /&gt;
These tiles will monitor any windows with contact sensors that is setup and display the status (Opened or Closed) &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;gv0ji&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Window Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called '''Windows''' with the Windows you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called '''WindowNames''' with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to set up or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there's an event or after first 10 minutes of the piston being created.   If there's no event, it'll display &amp;quot;No Event Yet&amp;quot; instead of a time stamp in the footer.  I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well on the UpdateInterval variable.&lt;br /&gt;
* The Timestamps on the footer default to US format.  If you want 24-hour timestamps, update the 24Hour variable to true.  For DD/MM date format, change the DDMMDateFormat variable to true.  It'll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Window Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Bulb Status Tiles ==&lt;br /&gt;
These tiles will monitor any light bulbs setup and display the status (Turned On or Off).   The tiles are also setup to display the level and color temperature (if bulb supports it) if turned on. &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;0tw9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Color Temperature and Level on the footer, it only display time stamps when the light bulb is turned off. If the bulb doesn’t support colors, it will not display the color temperature value as you can see with the LR Lamp example above that’s a white bulb.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Bulbs” with the light bulbs you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “BulbNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light bulb (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light bulb.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Bulb Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Light Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any light switches setup and display the status (Turned On or Off). The tiles are also setup to display the level (if switch supports it) if turned on.&lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;aupy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* This Piston displays the Level on the footer if the switch is a dimmer.  It'll only display time stamps when the light switch is turned off or turned on if the switch doesn't support a level.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “Switches” with the light switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “SwitchNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the light switch (Turn on or off). If you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the light switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Light Switch Status Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Power Switch Status Tiles ==&lt;br /&gt;
These tiles will monitor any power switches setup and display the status (Turned On or Off). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;fh5r&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Power_Switch_Tiles_Example.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “PowerSwitches” with the Power switches you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “PowerSwitchNames” with the Power switches names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space seperating the devices (Ex: Power Sw1,Power Sw2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* Clicking the tile will toggle the device, if you want to open the tile make sure you hold down CTRL + mouse click to open the tile instead of toggling the power switch.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Power Switch Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Motion Sensor Status Tiles ==&lt;br /&gt;
These tiles will monitor any motion sensors setup and display the status (Motion or No Motion). &lt;br /&gt;
&lt;br /&gt;
'''Import Code:'''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;ksnag&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of what it looks like on the Dashboard:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Status Tiles Example 3.png]]&lt;br /&gt;
&lt;br /&gt;
'''Before importing this one, read the instructions below:'''&lt;br /&gt;
&lt;br /&gt;
* There’s a 16 device limit per piston so only use 16 devices max per piston.  If you have more than 16 devices, create multiple pistons to get around the 16 device limit.&lt;br /&gt;
* Under the variables section on the top, update the device variable called “MotionSensors” with the motion sensors you want to monitor.&lt;br /&gt;
* Under the variables section on the top, update the string variable called “MotionSensorNames” with the names that you want to display on the tile. This is helpful if you use a longer name for the device but the name is not fitting in the tile. You have to put a comma in-between each device with no space separating the devices (Ex: Device 1,Device 2). This is required to setup or the names will not display correctly.&lt;br /&gt;
* The tiles will update either once there’s an event or after first 10 minutes of the piston being created. If there’s no event, it’ll display “No Event Yet” instead of a time stamp in the footer. I fixed it so it will display on the 10 minute timer but this 10 minute timer can always be updated if needed as well.&lt;br /&gt;
* The Timestamps on the footer default to US format. If you want 24-hour timestamps, update the 24Hour variable to true. For DD/MM date format, change the DDMMDateFormat variable to true It’ll work fine if you mix or enable both as well.&lt;br /&gt;
&lt;br /&gt;
[[File:Motion Sensor Device Tiles Piston.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Temperature\Humidity Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (F).png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Temperature &amp;amp; Humidity Status Tiles Example (C).png]]&lt;br /&gt;
&lt;br /&gt;
== Battery Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Light Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Light Sensor Status Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Water Leak Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Water Leak Sensor Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Smoke/CO Detector Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Smoke Detector Tiles Example.png]]&lt;br /&gt;
&lt;br /&gt;
== Sleep Sensor Status Tiles ==&lt;br /&gt;
To-Do&lt;br /&gt;
&lt;br /&gt;
[[File:Sleep Sensor Device Tile Example.png]]&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Motion_Sensor_Status_Tiles_Example_3.png&amp;diff=762</id>
		<title>File:Motion Sensor Status Tiles Example 3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Motion_Sensor_Status_Tiles_Example_3.png&amp;diff=762"/>
				<updated>2018-01-19T19:13:50Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	<entry>
		<id>https://wiki.webcore.co/index.php?title=File:Motion_Sensor_Status_Tiles_Example.png&amp;diff=761</id>
		<title>File:Motion Sensor Status Tiles Example.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.webcore.co/index.php?title=File:Motion_Sensor_Status_Tiles_Example.png&amp;diff=761"/>
				<updated>2018-01-19T19:12:13Z</updated>
		
		<summary type="html">&lt;p&gt;Bfara83: Bfara83 uploaded a new version of File:Motion Sensor Status Tiles Example.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfara83</name></author>	</entry>

	</feed>