Open MikeBishop opened 7 years ago
I have actually. The first time I used GitHub was because of SmartThings. I had no idea what I was doing LOL!
I am going to be moving all my device handler code to separate repos all with proper naming and cleaning out old releases.
Thanks for the feedback!
On Wed, Aug 23, 2017 at 10:19 AM Mike Bishop notifications@github.com wrote:
Since the files aren't named .groovy, SmartThings' GitHub integration doesn't see them. You might want to consider moving to .groovy filenames and using release tags to mark your versions instead of having distinct files.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/robertvandervoort/SmartThings/issues/24, or mute the thread https://github.com/notifications/unsubscribe-auth/AKcZldObb0oVtZy5tWtb2wfpmJeq95cKks5sbF8ogaJpZM4PAU9x .
Your devices need both. The device handler is the integration code that allows smart things to talk to the device, and listen to what the device has to say. The Smarthings Apps are the automation components that tie different devices together, or perform actions based on events. The Smart Dimmer 6 and the Micro Double Smart Switch are load controlling devices. This means that a device handler is all that is needed to control these devices using the SmartThings app. If, however, you want to have a wall switch, morion sensor, proximity sensor, time of day, or some other trigger cause the dimmer and switch to change state, then you need the Smart App to create the automation rules.
correct. Also, I posted a newer version of the smart dimmer code, you'll want to use that instead.
On Thu, Nov 9, 2017 at 2:16 PM, Armand Welsh notifications@github.com wrote:
Your devices need both. The device handler is the integration code that allows smart things to talk to the device, and listen to what the device has to say. The Smarthings Apps are the automation components that tie different devices together, or perform actions based on events. The Smart Dimmer 6 and the Micro Double Smart Switch are load controlling devices. This means that a device handler is all that is needed to control these devices using the SmartThings app. If, however, you want to have a wall switch, morion sensor, proximity sensor, time of day, or some other trigger cause the dimmer and switch to change state, then you need the Smart App to create the automation rules.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robertvandervoort/SmartThings/issues/24#issuecomment-343278235, or mute the thread https://github.com/notifications/unsubscribe-auth/AKcZleBmPYJWMZa7hxJwqGAPn4GVkFnsks5s012HgaJpZM4PAU9x .
Thanks Guys! I'll try it tommorrow.
Roger H Proulx II Retired General Contractor VPSHOA Board Member 15152C Campus Park Drive Moorpark, CA 93021 805-517-1905
On Thu, Nov 9, 2017 at 1:59 PM, Robert Vandervoort <notifications@github.com
wrote:
correct. Also, I posted a newer version of the smart dimmer code, you'll want to use that instead.
On Thu, Nov 9, 2017 at 2:16 PM, Armand Welsh notifications@github.com wrote:
Your devices need both. The device handler is the integration code that allows smart things to talk to the device, and listen to what the device has to say. The Smarthings Apps are the automation components that tie different devices together, or perform actions based on events. The Smart Dimmer 6 and the Micro Double Smart Switch are load controlling devices. This means that a device handler is all that is needed to control these devices using the SmartThings app. If, however, you want to have a wall switch, morion sensor, proximity sensor, time of day, or some other trigger cause the dimmer and switch to change state, then you need the Smart App to create the automation rules.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robertvandervoort/SmartThings/ issues/24#issuecomment-343278235, or mute the thread https://github.com/notifications/unsubscribe-auth/ AKcZleBmPYJWMZa7hxJwqGAPn4GVkFnsks5s012HgaJpZM4PAU9x
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robertvandervoort/SmartThings/issues/24#issuecomment-343305379, or mute the thread https://github.com/notifications/unsubscribe-auth/AXakM3UB0YjfKMVMEhI8IypicleEV3xFks5s03XAgaJpZM4PAU9x .
I have not had time to apply this advice until today and it worked perfectly for the Smart Dimmer 6. Next I will try to install the Micro Double switch . Will keep you posted!
Thanks So Much!
Roger H Proulx II Retired General Contractor VPSHOA Board Vice President 15152C Campus Park Drive Moorpark, CA 93021 805-517-1905
On Thu, Nov 9, 2017 at 2:10 PM, Roger Proulx rhproulx@gmail.com wrote:
Thanks Guys! I'll try it tommorrow.
Roger H Proulx II Retired General Contractor VPSHOA Board Member 15152C Campus Park Drive Moorpark, CA 93021 805-517-1905 <(805)%20517-1905>
On Thu, Nov 9, 2017 at 1:59 PM, Robert Vandervoort < notifications@github.com> wrote:
correct. Also, I posted a newer version of the smart dimmer code, you'll want to use that instead.
On Thu, Nov 9, 2017 at 2:16 PM, Armand Welsh notifications@github.com wrote:
Your devices need both. The device handler is the integration code that allows smart things to talk to the device, and listen to what the device has to say. The Smarthings Apps are the automation components that tie different devices together, or perform actions based on events. The Smart Dimmer 6 and the Micro Double Smart Switch are load controlling devices. This means that a device handler is all that is needed to control these devices using the SmartThings app. If, however, you want to have a wall switch, morion sensor, proximity sensor, time of day, or some other trigger cause the dimmer and switch to change state, then you need the Smart App to create the automation rules.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robertvandervoort/SmartThings/issues/24# issuecomment-343278235, or mute the thread https://github.com/notifications/unsubscribe-auth/AKcZleBmP YJWMZa7hxJwqGAPn4GVkFnsks5s012HgaJpZM4PAU9x
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robertvandervoort/SmartThings/issues/24#issuecomment-343305379, or mute the thread https://github.com/notifications/unsubscribe-auth/AXakM3UB0YjfKMVMEhI8IypicleEV3xFks5s03XAgaJpZM4PAU9x .
Since the files aren't named .groovy, SmartThings' GitHub integration doesn't see them. You might want to consider moving to .groovy filenames and using release tags to mark your versions instead of having distinct files.