Page 26 of 28
Re: TellStick Duo
Posted: Sat Apr 09, 2016 9:56 am
by krambriw
I do not fully understand what is your problem except that you should not use that version of the plugin, it was for debugging purpose ONLY
Instead upgrade to correct version from the link below and what you marked in green will not show any longer
Re: TellStick Duo
Posted: Sat Apr 09, 2016 10:41 am
by juanalei
Thank you for answering so quickly. I'll try the latest version and tell me how it went.
Greetings.
Re: TellStick Duo
Posted: Mon Apr 11, 2016 7:05 pm
by juanalei
Hello krambriw
I have updated to the latest version and the things that i marked didn't appear in green. After be testing several days I do not receive the evententos of Oregon sensors.
Just get them to the reboot telldus service and restarting the plugin, in addition only receipt some events of the sensors.
Any ideas?
Best regards.
Re: TellStick Duo
Posted: Sun Sep 25, 2016 6:53 pm
by eirik226
Hey Walter,
Not sure if this is the right place to ask this, but I came across something recently, a new tellstick with both 433 mhz and z-wave. Take a look:
Link to the product.
I was wondering if it would be too much work for you to add something so the plugin would work with that? Both z-wave and the other. Just asking, feel NO pressure at all. I have to be honest and say that I have no clue how to do it or even where to begin, so that's why.

Re: TellStick Duo
Posted: Mon Sep 26, 2016 9:53 am
by krambriw
Hello,
This is more like a combined TellStick Net with transmission possibilities combined with zwave and it all depends on Telldus Live. And there is no sdk/api similar to the one available for the TellStick Duo and Classic. So no, no plans, no possibilities for the moment and it is unclear what strategy Telldus will follow now when they are acquired by Proove
Re: TellStick Duo
Posted: Wed Sep 28, 2016 6:26 am
by eirik226
krambriw wrote:Hello,
This is more like a combined TellStick Net with transmission possibilities combined with zwave and it all depends on Telldus Live. And there is no sdk/api similar to the one available for the TellStick Duo and Classic. So no, no plans, no possibilities for the moment and it is unclear what strategy Telldus will follow now when they are acquired by Proove
Ah I see! Sorry, my bad. I should have done some research before asking. Totally unrelated question - do you happen to know if any of the z-wave plugins or a plugin that talks with another program could work to control this:
http://www.thesmartesthouse.com/product ... ave-eu-ver
Not sure if it's exactly this model I have (bought it off ebay last year).
Thanks in advance!

Re: TellStick Duo
Posted: Wed Sep 28, 2016 6:37 pm
by kgschlosser
That z wave dongle is a pretty common one. and there is a host of windows based software solutions to control devices using it. now. the question is which ones have a plugin already made for EG. I know there is a few. but i think they have not been supported for some time. and the software packages to control that dongle the good ones, they aren't free and they aren't cheap either.
I have been thinking about trying one and coding a whole control suite in EG for it. I have a micasaverde vera and the thing is useless. to slow to do anything worth a damn. sometimes it take 5 minutes for a macro to run on the thing when all it's supposed to do is turn on a light if another one turns on.
Re: TellStick Duo
Posted: Thu Sep 29, 2016 5:16 am
by krambriw
I think my thread is moving OT so just some final words. I would suggest that you buy a Raspberry Pi, download and install ThingWorx (ready image based on Node-RED) and follow the instructions here in this link:
http://thethingbox.io/docs/ZwaveUI.html. And you should have a good platform for z-wave.
Then use MQTT to integrate with EG
To continue the discussion about this, please open up a new thread
Re: TellStick Duo
Posted: Tue Oct 18, 2016 6:32 pm
by deejay
I cant download the plugin.
Tried multiple computers and browsers.
http://krambriw.net/Release/TellStickDuo/Current version/TellStickDuo.zip
http://krambriw.net/Release/TellStickDu ... ickDuo.zip
Just times out..
Sincerely Andreas
Re: TellStick Duo
Posted: Fri Oct 21, 2016 7:55 am
by deejay
Never mind, it worked the day after.
Re: TellStick Duo
Posted: Fri Oct 21, 2016 8:00 am
by deejay
Toggle on/off with delay seems not to work as i imagine it would.
I set it to delay 5 seconds before toggle on and 60 seconds before toggle off.
When i double check the values both are 60 seconds.
What i want to do is to read a Nexa IR sensor and after this delay 5 seconds and turn on a switch.
After 60 seconds i want to turn off the switch.
If i use "wait" all other Tellstick commands are qued.
And one other thing, the Nexa IR sensor sends 2 ON.
This is qued and i get 2 of the above...
Is ther a way around this?
Sincerely Andreas
Re: TellStick Duo
Posted: Fri Oct 21, 2016 1:07 pm
by krambriw
You are correct, it is not working properly, I will take a closer look
And one other thing, the Nexa IR sensor sends 2 ON.
This is qued and i get 2 of the above...
Is ther a way around this?
I think you can set 'Delay between events' to a suitable setting to avoid this
Re: TellStick Duo
Posted: Fri Oct 21, 2016 1:26 pm
by krambriw
The bug should be taken care of now. New version is available from the link below
http://sto.hopto.org/Release/TellStickD ... 20version/
Re: TellStick Duo
Posted: Thu Oct 27, 2016 9:27 am
by bongolf
Hi!
Is it possible to set the dimming level in a script or command?
I┬┤m building a wake up light, that I what to gradually dim from 0 to 100% in 30 minutes.
I can of course make a lot of actions and events, but I think it would be nicer and more adaptable if I could control the dimming level in a script.
Is that possible?
Telldus dimmer (
http://telldus.se/produkt/fjarrstyrt-ut ... er-433mhz/) registered as proove in Telldus Center
Re: TellStick Duo
Posted: Thu Oct 27, 2016 10:23 am
by krambriw
Well, there is already two actions made for such purposes, but if you would like to control the dim level from a script you can use
Code: Select all
eg.plugins.TellStickDuo.Dim(u'Dimmer', 50)