Search found 3 matches

by xoubir
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: X10 support ?
Replies: 1
Views: 6308

X10 support ?

Hi there, I saw that an experimental support of X10 is mentionned in the wiki, and the configuration parameters are available in tdtool, but I couldn't get to control any X10 RF device using it (tdtool 2.0.2 linux). Is there work-in-progress on X10 support for tellstick softwares ? Great product ;) ...
by xoubir
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Python binding Class
Replies: 2
Views: 5581

Python binding Class

Hi there, Little message just to let know that I've written a Python binding Class for developers to be able to control devices through the TellStick. It directly uses the telldus-core library through ctypes python bindings. Feel free to use it if you feel it can be useful ;) The python package is d...
by xoubir
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Python binding Class
Replies: 2
Views: 5581

Hi Walter, Without having tried it yet, would your proposed way give any advantages? I think we use quite the same approach : I'm binding to the linux telldus-core library and you are binding on the Windows DLL, which should provide (but never tried) the exact same functions :). The best would be to...