It is currently Mon Sep 06, 2010 8:55 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Telldus TellStick
PostPosted: Mon Jul 23, 2007 7:54 pm 
Plugin Developer

Joined: Sun Jun 17, 2007 10:45 pm
Posts: 4
We have made a plugin for Telldus TellStick.

Telldus Tellstick is a usb-dongle that allows you to control numerous wireless receivers available in europe. Would you be interested in including it in the EventGhost-distribution?

You can find the source here:
http://download.telldus.se/TellStick/So ... -0.1.1.zip

Micke Prag
http://www.telldus.se

I'm sorry that the page is not 100% translated into English yet.


Top
 Profile  
 
 Post subject: Re: Plugin for Telldus TellStick
PostPosted: Tue Jul 24, 2007 3:01 pm 
Site Admin
User avatar

Joined: Mon Feb 06, 2006 11:28 pm
Posts: 2236
Ok, it will be included in the next beta. Since the code basically wraps your DLL, I guess it will not need to be updated very often. Otherwise I could give you SVN access to allow direct updates in the trunk.

_________________
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!


Top
 Profile  
 
 Post subject: Re: Plugin for Telldus TellStick
PostPosted: Wed Jul 25, 2007 12:45 am 
Plugin Developer

Joined: Sun Jun 17, 2007 10:45 pm
Posts: 4
Since new features might be added in the dll, a svn account whould be great!

Btw, I love Eventghost. Been trying to do a plugin for Girder for month now. For Eventghost it only took a day...


Top
 Profile  
 
 Post subject: Re: Plugin for Telldus TellStick
PostPosted: Wed Jul 25, 2007 12:40 pm 
Site Admin
User avatar

Joined: Mon Feb 06, 2006 11:28 pm
Posts: 2236
I've just sent you the SVN login details by PM.

_________________
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!


Top
 Profile  
 
 Post subject: Re: Telldus TellStick
PostPosted: Thu Jan 08, 2009 5:36 pm 
User avatar

Joined: Thu Jan 08, 2009 5:35 pm
Posts: 8
Location: Sweden
Made a small hack to make it work with 0.3.6.1476

Code:
    def Configure(self, device=0):
        dialog = eg.ConfigPanel(self)
#        dialog = eg.ConfigurationDialog(self)
        deviceList = []
        numDevices = self.plugin.dll.devGetNumberOfDevices()
        selected = 0
        for i in range(numDevices):
            id = self.plugin.dll.devGetDeviceId(i)
            name = (c_char_p(self.plugin.dll.devGetName(id))).value
            if (id == device):
                selected = i
            deviceList.append(name)
        deviceCtrl = wx.Choice(dialog, -1, choices=deviceList)
        deviceCtrl.Select(selected)
        dialog.sizer.Add(
            wx.StaticText(dialog, -1, "Device:"),
            0,
            wx.ALIGN_CENTER_VERTICAL
        )
        dialog.sizer.Add(deviceCtrl, 0, wx.ALIGN_CENTER_VERTICAL)

#        if dialog.AffirmedShowModal():
#            return (self.plugin.dll.devGetDeviceId(deviceCtrl.GetSelection()), )

        while dialog.Affirmed():
            dialog.SetResult(self.plugin.dll.devGetDeviceId(deviceCtrl.GetSelection()))

_________________
Image Home Automation | Image Digital footprints


Top
 Profile  
 
 Post subject: Re: Telldus TellStick
PostPosted: Wed Jul 22, 2009 10:52 pm 

Joined: Thu Apr 02, 2009 11:19 am
Posts: 14
I'm having some problems with the waveman dimming with this plugin. Is there some way to support that in eventghost?

_________________
HTPC:Silverstone LC16M | E7200 | Gigabyte GA-EG45M-DS2H | Corsair 2GB 6400CL4 | Hauppauge HVR930C |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group