Page 22 of 28
Re: TellStick Duo
Posted: Sat Mar 14, 2015 11:39 am
by Mastiff
Wow, I didn't get a mail about this, so I didn't know you had answered. Sorry. As for the first part, yeah, that's how it works now.
I'm running it in the same VM, and I guess I can probably close it and restart it with a command line thingy, I was just thinking that maybe there's a built-in command that can be sent on the tcp command port that could restart it. Or maybe not?
Re: TellStick Duo
Posted: Sat Mar 14, 2015 12:05 pm
by krambriw
I was just thinking that maybe there's a built-in command that can be sent on the tcp command port that could restart it
No there is not, and not on the REST interface either...maybe a good suggestion to Stefan

Re: TellStick Duo
Posted: Sat Mar 14, 2015 12:09 pm
by Mastiff
Yep, it would be! I'm guessing you mean that I should suggest it, right?

Dump it on the new guy, huh...

Re: TellStick Duo
Posted: Sat Mar 14, 2015 3:00 pm
by krambriw
Re: TellStick Duo
Posted: Tue Mar 17, 2015 8:46 am
by Pako
Mastiff wrote:Very interesting, thanks!

Sounds like a nice, general feature to me, so maybe Pako will take the bait?

Log redirector and filter
Pako
Re: TellStick Duo
Posted: Tue Mar 17, 2015 8:54 am
by Mastiff
Nice! Thanks, Pako!

Re: TellStick Duo
Posted: Tue Mar 17, 2015 9:06 am
by Mastiff
Krambriw, I keep getting this event in the log without doing anything for it:
Code: Select all
10:03:18 OpenNetHome.RollerTrolBlind is 14393
Any idea what that is? It seems to be the house code, but there is nothing going on with any RollerTrol switches in the cabin.
Re: TellStick Duo
Posted: Tue Mar 17, 2015 10:34 am
by krambriw
I think I fixed that in the latest version, are you using version = "1.1.7b9" ?
And the reason why was because Stefan did put the RollerTrol as 'Hardware' (and I am monitoring 'Hardware' for connection problems...)
So to get things correctly, use also Stefan latest and check that your RollerTrols are all cathegorized as 'Actuators'
Re: TellStick Duo
Posted: Tue Mar 17, 2015 10:40 am
by Mastiff
Aha, thanks! Then it's not a problem. I'll fix that next time I get to the cabin.

Re: TellStick Duo
Posted: Tue Mar 31, 2015 6:30 pm
by Filandre
Hello,
I made some update to the TellstickDuo plugin to get the state of a device (new class State), which simply return the state on/off or the dim value in eg.result.
It's useful for me, and I can share the source for anyone. Can I put it on this thread?
Regards,
Filandre
Re: TellStick Duo
Posted: Wed Apr 01, 2015 4:29 am
by krambriw
Thats good!
You can put your modified version here in the thread, yes, but provided you made your changes on the latest version...otherwise I have to ask you to do so first
Once done, I will continue from this version
Best regards, Walter
Re: TellStick Duo
Posted: Wed Apr 01, 2015 7:07 pm
by Filandre
The last version was 2015-02-13.
I added the class "State" in this version. It's now an April Fools version!
No, no, it works!
Regards,
Filandre
Re: TellStick Duo
Posted: Wed Apr 01, 2015 7:50 pm
by krambriw
The last version was 2015-02-13
Fine, I will 'inherit' your version, thanks for your work
BestR
Re: TellStick Duo
Posted: Sun May 24, 2015 8:07 pm
by Mastiff
Removed, moved to correct plug-in, sorry about that...
Re: TellStick Duo
Posted: Mon May 25, 2015 8:00 am
by Filandre
You can simply do this with a timer:
Code: Select all
<Macro Name="Detect TellStickDuo time-out">
<Event Name="TellStickDuo.*" />
<Action>
Timer.TimerAction(u'TellStickDuo', 0, 0, 120.0, u'TellStickDuo time-out', False, False, 1, u'00:00:00')
</Action>
</Macro>
<Macro Name="TellStickDuo time-out">
<Event Name="Timer.TellStickDuo time-out" />
...any action to signal a problem...
</Macro>