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.
TellStick Duo
Re: TellStick Duo
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?
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
No there is not, and not on the REST interface either...maybe a good suggestion to StefanI was just thinking that maybe there's a built-in command that can be sent on the tcp command port that could restart it
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
Yep, it would be! I'm guessing you mean that I should suggest it, right?
Dump it on the new guy, huh... 
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: TellStick Duo
Log redirector and filterMastiff wrote:Very interesting, thanks!Sounds like a nice, general feature to me, so maybe Pako will take the bait?
Pako
Re: TellStick Duo
Nice! Thanks, Pako! 
Re: TellStick Duo
Krambriw, I keep getting this event in the log without doing anything for it:
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.
Code: Select all
10:03:18 OpenNetHome.RollerTrolBlind is 14393-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: TellStick Duo
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'
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'
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
Aha, thanks! Then it's not a problem. I'll fix that next time I get to the cabin. 
Re: TellStick Duo
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
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
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
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
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
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
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
Fine, I will 'inherit' your version, thanks for your workThe last version was 2015-02-13
BestR
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: TellStick Duo
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.
Re: TellStick Duo
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>