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.

TellStick Duo

Questions and comments specific to a particular plugin should go here.
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: TellStick Duo

Post 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?
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: TellStick Duo

Post 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 :D
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: TellStick Duo

Post by Mastiff »

Yep, it would be! I'm guessing you mean that I should suggest it, right? :roll: Dump it on the new guy, huh... :lol:
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: TellStick Duo

Post by krambriw »

:)
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: TellStick Duo

Post by Pako »

Mastiff wrote:Very interesting, thanks! :D Sounds like a nice, general feature to me, so maybe Pako will take the bait? :lol:
Log redirector and filter
Pako
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: TellStick Duo

Post by Mastiff »

Nice! Thanks, Pako! :D
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: TellStick Duo

Post 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.
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: TellStick Duo

Post 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'
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: TellStick Duo

Post by Mastiff »

Aha, thanks! Then it's not a problem. I'll fix that next time I get to the cabin. :)
Filandre
Posts: 10
Joined: Sat Mar 28, 2015 8:27 pm

Re: TellStick Duo

Post 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
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: TellStick Duo

Post 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
Filandre
Posts: 10
Joined: Sat Mar 28, 2015 8:27 pm

Re: TellStick Duo

Post 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
Attachments
__init__20150401.py
(91.63 KiB) Downloaded 144 times
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: TellStick Duo

Post by krambriw »

The last version was 2015-02-13
Fine, I will 'inherit' your version, thanks for your work


BestR
Mastiff
Experienced User
Posts: 872
Joined: Thu May 03, 2012 10:43 am

Re: TellStick Duo

Post by Mastiff »

Removed, moved to correct plug-in, sorry about that...
Last edited by Mastiff on Mon May 25, 2015 9:19 pm, edited 1 time in total.
Filandre
Posts: 10
Joined: Sat Mar 28, 2015 8:27 pm

Re: TellStick Duo

Post 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>
Post Reply