Page 1 of 1

tellstick and waveman remote cmr-1000, and nexa lwmr-210

Posted: Fri Mar 17, 2023 9:45 am
by pumo
Hi

I bought finnish johdoton.fi cmr-1000 switch, and should be same nexan lcmr-1000 and seller told it is.
well it behave starange, with SLA-10 switch it works fine, but not with tellstick or waveman remote it turns on with off and on button, and tellstick can switch on but not off.
pages are finnish only but I put those here :)
http://www.johdoton.fi/cmr-1000
http://www.johdoton.fi/sla-10

other question,
do nexa lwmr-210 work with tellstick ?
and if it is, how do I configure it in linux (debian).

Re: tellstick and waveman remote cmr-1000, and nexa lwmr-21

Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
We are missing some information needed for us to help you.

For example, how have you configured your receivers? What version of the software are you running? Batch of TellStick? The more information you provide, the easier for us to help you.

Re: tellstick and waveman remote cmr-1000, and nexa lwmr-21

Posted: Fri Mar 17, 2023 9:45 am
by pumo
off course, sorry.g12, I have other receiver in another room, but it doesnt make any disorder, I even remove it from socket.

i am using in debian lenny 2.6.26-2-686
libtelldus-core2 2.0.4-2 Library to control a Telldus TellStick
telldus-core 2.0.4-2 Utilities and driver to control wireless receivers through a T

/etc/tellstick.conf:

Code: Select all

deviceNode = "/dev/tellstick"
device {
  id = 1
  name = "socket_livingroom"
  protocol = "waveman"
  parameters {
    house = "G"
    unit = "1"
  }
}
device {
  id = 2
  name = "lights"
  protocol = "waveman"
  parameters {
    house = "G"
    unit = "12"
  }
 }

Re: tellstick and waveman remote cmr-1000, and nexa lwmr-21

Posted: Fri Mar 17, 2023 9:45 am
by pumo
sorry my mistake :)
I just copied those lines in conf, offcourse it should be

Code: Select all

device {
  id = 2
  name = "lights"
  protocol = "nexa"
  parameters {
    house = "G"
    unit = "12"
  }
}
and now it works with rfcmd but not with tdtool:
pumo:~$ tdtool --on 2
Turning on device 2, lights - The method you tried to use is not supported by the device


still like to get answer for how to configure that nexa lwmr-210, or is it even possible ?

Re: tellstick and waveman remote cmr-1000, and nexa lwmr-21

Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
Try them like this:

Code: Select all

device {
  id = 2
  name = "lights"
  protocol = "arctech"
  model = "codeswitch"
  parameters {
    house = "G"
    unit = "12"
  }
}
For selflearning:

Code: Select all

device {
  id = 3
  name = "lwmr-210"
  protocol = "arctech"
  model = "selflearning-switch"
  parameters {
    house = "953934"
    unit = "1"
  }
}
The full guide can be found here:
http://developer.telldus.se/wiki/TellStick_conf

Re: tellstick and waveman remote cmr-1000, and nexa lwmr-21

Posted: Fri Mar 17, 2023 9:45 am
by pumo
WOW Thanks ! :clap:
cmr-1000 works now with tdtool and because of that with homeautomation also.

I will test nexa lwmr-210 later.