Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I have purchased the TellStick which is a transmitter to control 433,92MHz switches and similar stuff. I would like to get it running on the DNS-323 but I can't manage without help. Anyone else interested (and probably Swedish speaking), please look at http://www.telldus.se/wiki/index.php?title=Huvudsida
Offline
KRH wrote:
send one and a switch to me and i will play whit it
Thanks for the suggestion, I think I will give it some more looking in to before surrendering though.
Offline
If someone could please help setting up ftdi_sio usb serial driver for the DNS I could get going with the fun stuff - creating an application for home automation using the DNS-323 and cheap-and-easy-to-get 433,92MHz wallplug switches. The Tellstick itself is also a bargain so I imagine this could actually be of interest to some of you guys as well.
Last edited by vedeja (2008-06-17 19:17:51)
Offline
Anyone?
Offline
Old topic but I thought I help people how wants to get the Tellstick to work on the dns-323 by putting the files needed here as I took the time to compile them. Attached are all files needed; the modified FTDI driver, the tdtool and dependent libraries.
A little bit of info:
The FTDI driver source is taken from kernel 2.6.14.7, modified accordingly to:
http://www.kernel.org/pub/linux/kernel/ … tick.patch
and compiled with http://tsd.dlink.com.tw/temp/download/3 … 052008.tgz (that is kernel 2.6.12.6)
Usbserial.ko is also compiled from the same source but could also be found for example here: http://dev.skcserver.de/dns323/modules_ … sb/serial/
Confuse 2.5 was also needed and the compiled library is attached (don't know why it came out as libconfuse.so.0.0.0 from the compilation but it works)
Install:
insert tellstick in usb connector
insmod usbserial.ko (if not already loaded)
insmod ftdi_sio.ko
mknod /dev/ttyUSB0 c 188 0
ln -s /path/to/library/libconfuse.so.0.0.0 /lib/libconfuse.so.0
ln -s /path/to/library/libtelldus-core.so.2 /lib/libtelldus-core.so.2.0.4
create /etc/tellstick.conf according to http://developer.telldus.se/wiki/TellStick_conf but be sure to also add "deviceNode=/dev/ttyUSB0" at the top of the file
tdtool -l should output a list of your devices
tdtool --help for more info
About tellstick: http://www.telldus.se/
/Happy light switching
Offline