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:
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Homeseer
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Homeseer
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: Homeseer
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
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
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: Homeseer
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
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
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: Homeseer
Thank you, it does. I can create scenes with various dimming levels and use the Event trigger as a work around.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
Thanks to Ersan for adding this function too. I hope someone does implement a brighter/dimmer function, that'd be cool.