Page 1 of 1
Homeseer
Posted: Sat Sep 18, 2010 6:27 am
by krambriw
The origin and full credit of this plugin comes from the author "Me" at the Smart Living site found here
http://smart-living.geoblog.be/?p=4&lang=en
My only contribution is some modifications and extensions with some additional actions
The main reason to put it in here is to make it easier for the community to find the various available plugins
Latest version always here:
Re: Homeseer
Posted: Wed Mar 14, 2012 2:09 am
by blaher
Thank you for this, is there a way to send a dimming value? Below is what shows up in my HomeSeer event log:
Command sent to Z-Wave Z-Wave Interface Z-Wave Dimmer Switch: Q9 On Dimval: 0 Data: 0
It looks like the variable 'Dimval' would be the one to use, but I'm not sure how to use it with the plug-in.
Cheers
Re: Homeseer
Posted: Wed Mar 14, 2012 6:45 am
by krambriw
Basically I think it would be possible but it would require further work on the plugin (to add an action for "Dim").
There has also been some further development made in a different branch here:
viewtopic.php?f=10&t=2692&start=15#p19381
Maybe the function "doEvent" can be useful for you.
Best regards, Walter
Re: Homeseer
Posted: Thu Mar 15, 2012 7:38 am
by blaher
krambriw wrote:Basically I think it would be possible but it would require further work on the plugin (to add an action for "Dim").
There has also been some further development made in a different branch here:
viewtopic.php?f=10&t=2692&start=15#p19381
Maybe the function "doEvent" can be useful for you.
Best regards, Walter
Thank you, it does. I can create scenes with various dimming levels and use the Event trigger as a work around.
Thanks to Ersan for adding this function too. I hope someone does implement a brighter/dimmer function, that'd be cool.