"light one" switches?

Moderator: Telldus

Post Reply
jaqen
Posts: 8
Joined: Fri Mar 17, 2023 9:45 am

"light one" switches?

Post by jaqen »

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 first 5 tells what remote to listen to, the last five which button on the remote

A search on this forum tells me usually means it should be programmed as a sartano switch:

Code: Select all

device {
  id = 4
  name = "test1"
  protocol = "SARTANO"
  model = ""
  parameters {
  code = "1111110000"
  }
}
only it doesn't work.

I've tried changing all the small switches on the device to on, and changed the config to either all ones or zeroes, in case i had mistaken on for off on the switch, but it still doesn't work.

any ideas?

i see that with the latest update the rfcmd command is gone, so my initial idea of bruteforcing all combinations isn't an option :-(
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: "light one" switches?

Post by micke.prag »

Do you have a picture of your devices?

The protocol "fuhaote" uses the same types of dip-switches as sartano. Try those.
Micke Prag
Software
Telldus Technologies
jaqen
Posts: 8
Joined: Fri Mar 17, 2023 9:45 am

Re: "light one" switches?

Post by jaqen »

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
Photo 02-12-11 19.11.26.jpg (255.47 KiB) Viewed 7688 times
tried this with the one you see opened:

Code: Select all

device {
  id = 4
  name = "test1"
  protocol = "fuhaote"
  model = ""
  parameters {
  code = "1111110000"
  }
}
But no luck
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: "light one" switches?

Post by micke.prag »

They sure looks like the fuhaote ones!

Have you restarted telldusd after changing the config?
Micke Prag
Software
Telldus Technologies
jaqen
Posts: 8
Joined: Fri Mar 17, 2023 9:45 am

Re: "light one" switches?

Post by jaqen »

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

It is correct to set model as empty?
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: "light one" switches?

Post by micke.prag »

Set model to "codeswitch" to be sure.
Micke Prag
Software
Telldus Technologies
jaqen
Posts: 8
Joined: Fri Mar 17, 2023 9:45 am

Re: "light one" switches?

Post by jaqen »

micke.prag wrote:Set model to "codeswitch" to be sure.

Code: Select all

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 left to search the forum?
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: "light one" switches?

Post by micke.prag »

If you are kind enough to add it here it will be very much appreciated:
http://developer.telldus.com/wiki/TellStick_conf
Micke Prag
Software
Telldus Technologies
Post Reply