Search found 8 matches

by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: [solved]following packages have been kept back: telldus-core
Replies: 1
Views: 5231

[solved]following packages have been kept back: telldus-core

I am running my tellstick on my ubuntu LTS server (2.6.24-24-server) suddenly it stopped working, claiming no devices were configured: # tdtool --off "musik" Device 'musik', not found! This device has been working fine so far when updating packages on the server i get this: The following p...
by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: [solved]following packages have been kept back: telldus-core
Replies: 1
Views: 5231

Re: The following packages have been kept back: telldus-core

ah found it myself: on https://launchpad.net/ubuntu/maverick/i386/libftdi1/0.17-1 i got the link for the package file then i just did # cd /tmp /tmp# wget http://launchpadlibrarian.net/38021888/libftdi1_0.17-1_i386.deb /tmp# dpkg -i libftdi1_0.17-1_i386.deb after that i ran "apt-get dist-upgrad...
by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: "light one" switches?
Replies: 7
Views: 8350

"light one" switches?

i have the ordinary tellstick, thats a year old or so, one of the first with an antenna. It works great with the Rising Sun type of switch (from Kjell&co) but i also have 3 switches named "Light One" when you open them there is a row of 10 on/off switches, the remote only has 5. so the...
by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: "light one" switches?
Replies: 7
Views: 8350

Re: "light one" switches?

a picture of the switch and remote from the front, and a switch from the back, with the contact cover off Photo 02-12-11 19.11.26.jpg tried this with the one you see opened: device { id = 4 name = "test1" protocol = "fuhaote" model = "" parameters { code = "1111110...
by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: "light one" switches?
Replies: 7
Views: 8350

Re: "light one" switches?

hehe yes, I've noticed that it doesn't recognize changes else.

It is correct to set model as empty?
by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: "light one" switches?
Replies: 7
Views: 8350

Re: "light one" switches?

Set model to "codeswitch" to be sure. device { id = 4 name = "test1" protocol = "fuhaote" model = "codeswitch" parameters { code = "1111110000" } thanks a lot! that made the difference! Does info like this go onto a wiki somewhere, or are people lef...
by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Ubuntu - what next?
Replies: 5
Views: 9639

Re: Ubuntu - what next?

was wondering the same thing. Because after telling you how to do the config file there isnt much more I read a bit at random on this forum and found this thread http://www.telldus.com/forum/viewtopic.php?f=15&t=1053 where this code was of interest to me: rfcmd /dev/tellstick WAVEMAN G 9 1 rfcmd...
by jaqen
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Ubuntu - what next?
Replies: 5
Views: 9639

Re: Ubuntu - what next?

If you have tdtool working, which uses the .conf file you could consider taking a look at http://www.telldus.se/forum/viewtopic.php?f=11&t=633, also seen in my signature. thx for the info. funny that the linux install doesnt give a pointer towards what tools are actually in the package :-) Your...