But not really sure as I dont speak swedish
Search found 8 matches
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
- Replies: 8
- Views: 15151
Re: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
This thread seems to be related to mine : http://www.telldus.se/forum/viewtopic.p ... 5&start=30
But not really sure as I dont speak swedish
But not really sure as I dont speak swedish
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
- Replies: 8
- Views: 15151
Re: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
After removing stuff in modprobe (tellstick duo don't use it), and removing kernel modules from memory. I try : # /etc/init.d/telldusd start Starting the Telldus TellStick daemon : telldusd. # tdadmin controller connect --pid=0c31 --vid=1781 # tdtool --on 1 Turning on device 1, Example device - Tell...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: Questions about telldus-core
- Replies: 3
- Views: 4618
Questions about telldus-core
Hello, I'm trying to developp a plugin to manage my tellstick duo using the domogik project : http://www.domogik.org/. It's written in python. In the web interface, I use the tdTurnOn or tdTurnOff function of the telldus-core to manage swith and dimmer. I've defined a callback function to catch the ...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: Temperature with DUO?
- Replies: 4
- Views: 7505
Re: Temperature with DUO?
Hi
Don't know what is your favorite language but there is some examples in the developpers tools :
http://developer.telldus.se/browser/trunk/examples
HTH
Don't know what is your favorite language but there is some examples in the developpers tools :
http://developer.telldus.se/browser/trunk/examples
HTH
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
- Replies: 8
- Views: 15151
Re: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
The tellstick is inserted before starting the daemon Here are some informations about my nas : # lsusb Bus 003 Device 008: ID 1781:0c31 ... According to this I've updated the modules options # cat /etc/modprobe.d/tellstick options ftdi_sio vendor=0x1781 product=0x0c31 udev is not installed on my nas...
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
- Replies: 8
- Views: 15151
Re: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
ttyUSB1 appears to be my usb to parallel adaptater. I remove it and do the same process as above but that doesn't work.
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
- Replies: 8
- Views: 15151
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Tellstick Duo on a ReadyNax NV+ (Sparc processor)
- Replies: 8
- Views: 15151
Tellstick Duo on a ReadyNax NV+ (Sparc processor)
Hello, I try to install telldus-core on my readynas NV+ (with a sparc-padre processor) : http://www.readynas.com/?cat=4 The kernel is a 2.6.17, with some hacks from Netgear. I plan to use my tellstick with domogik (http://www.domogik.org/). Domogik is already installed on my NAS. I follow the How-to...