[OBSOLETE] Telguard GDC1 Device Type

I wanted to share the device type for the Telguard GDC1 that I have been using in my SmartThings setup. The device type is based off of the Smarthings Zwave Switch template and I added in some of the logic from @johnconstantelo’s MIMO lite device type.

See the instructions in the README.md to get install it into your own SmartThings environment:

Change log:

  • 2/28/2016: Fixed formatting issues in the action tile for Android (not sure if it existed on Apple devices). Removed “Garage door state” information as it was ambiguous with the main tile information.
1 Like

I discovered a weird bug when watching the ST or SmartTiles Garage Tile. When mode gets set to away, I send a lights off, Locks locked and Garage Doors to close command the state changes from closed to closing and takes ~15 min to reset. Can the DH be updated to not issue close command if it’s already closed?

I will add the check to the code. Should be able to get to this in next couple of days. I will post back here when it’s updated.

@mkaplan2534 I have updated the device handler code. I made the following changes:

  • Added logic to on() and off() methods to ignore request if the state is already on or off
  • Added open and close buttons to the device page

Let me know if you have any issues.

1 Like