RFXTRX443E and Luxorparts 50969

Moderator: leecollings

Post Reply
osirisguitar
Posts: 15
Joined: Thursday 27 August 2020 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

RFXTRX443E and Luxorparts 50969

Post by osirisguitar »

Anyone got Luxorparts 50969 working with RFXTRX433E?

https://www.kjell.com/se/produkter/smar ... ack-p50969

If I activate "Allow new hardware" and press the remote, multiple devices are detected. With PRO1 firmware the logs look like this:

Code: Select all

2020-09-02 09:52:31.504 (RFX433) Lighting 2 ()
2020-09-02 09:52:35.659 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:52:40.056 (RFX433) Lighting 5 ()
2020-09-02 09:52:40.552 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:52:46.037 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:52:49.843 (RFX433) Lighting 2 ()
2020-09-02 09:52:54.494 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:53:00.106 (RFX433) Lighting 2 ()
2020-09-02 09:53:01.320 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:53:03.910 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:53:05.124 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:53:06.597 (RFX433) Lighting 5 ()
2020-09-02 09:53:06.917 (RFX433) Lighting 2 ()
2020-09-02 09:53:08.146 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:53:11.104 (RFX433) Lighting 2 (Unknown)
2020-09-02 09:53:12.320 (RFX433) Lighting 2 (Unknown)
In the list of devices it says this:
domoticz.png
domoticz.png (37.46 KiB) Viewed 3046 times
None of the devices work though... I've tried manually adding switches and cycled through pretty much every protocol there is.

I get that they might just not work, but it seems sooo close. The description also says compatible with Nexa, Proove and Telldus...
plugge

Re: RFXTRX443E and Luxorparts 50969

Post by plugge »

osirisguitar wrote: Wednesday 02 September 2020 10:00 Anyone got Luxorparts 50969 working with RFXTRX433E?

https://www.kjell.com/se/produkter/smar ... ack-p50969
Hi, they should work according to a post from July 2017 https://www.domoticz.com/forum/viewtopi ... 40#p140107
I don't have these parts.
Maybe send a PM to the author of the message and ask what protocol was used.
osirisguitar
Posts: 15
Joined: Thursday 27 August 2020 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: RFXTRX443E and Luxorparts 50969

Post by osirisguitar »

plugge wrote: Thursday 03 September 2020 0:03
osirisguitar wrote: Wednesday 02 September 2020 10:00 Anyone got Luxorparts 50969 working with RFXTRX433E?

https://www.kjell.com/se/produkter/smar ... ack-p50969
Hi, they should work according to a post from July 2017 https://www.domoticz.com/forum/viewtopi ... 40#p140107
I don't have these parts.
Maybe send a PM to the author of the message and ask what protocol was used.
Awesome, thanks! I'm usually good att searching, I promise ;-)
osirisguitar
Posts: 15
Joined: Thursday 27 August 2020 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: RFXTRX443E and Luxorparts 50969

Post by osirisguitar »

No wait, he's using an RFLink, I'm using a Rfxtrx...
plugge

Re: RFXTRX443E and Luxorparts 50969

Post by plugge »

osirisguitar wrote: Thursday 03 September 2020 9:37 No wait, he's using an RFLink, I'm using a Rfxtrx...
Have you tried ARC (manually) in stead of AC? All my KaKu switches work like that and they seem similar to the Luxoparts 50969.
The setting on the back of the switch (if it has any) is important something like A..P and 1..16, or I..IV, or A 1..3, B 1...3 etc. when registering in RFXcom 433.92
osirisguitar
Posts: 15
Joined: Thursday 27 August 2020 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: RFXTRX443E and Luxorparts 50969

Post by osirisguitar »

plugge wrote: Thursday 03 September 2020 12:25
osirisguitar wrote: Thursday 03 September 2020 9:37 No wait, he's using an RFLink, I'm using a Rfxtrx...
Have you tried ARC (manually) in stead of AC? All my KaKu switches work like that and they seem similar to the Luxoparts 50969.
The setting on the back of the switch (if it has any) is important something like A..P and 1..16, or I..IV, or A 1..3, B 1...3 etc. when registering in RFXcom 433.92
I've tried every protocol available... Not every permutation of parameters obviously. They're self-learning, no switches.

Right now I'm trying to find some way to monitor raw output of signals received by the rfx to see if I can create an rfxcommand out of what the remote is sending. Rfxmngr can do it allegedly, but since I'm running Domoticz on a raspberry I'm not super keen on setting up a windows machine for that specifically...
plugge

Re: RFXTRX443E and Luxorparts 50969

Post by plugge »

osirisguitar wrote: Thursday 03 September 2020 13:36 Right now I'm trying to find some way to monitor raw output of signals received by the rfx to see if I can create an rfxcommand out of what the remote is sending. Rfxmngr can do it allegedly, but since I'm running Domoticz on a raspberry I'm not super keen on setting up a windows machine for that specifically...
Maybe via linux socat (see: https://guv.cloud/post/rfxmngr-and-hass ... anagement/)
And here there seems to be a solution for socat on RPi https://www.linuxquestions.org/question ... 175644811/
osirisguitar
Posts: 15
Joined: Thursday 27 August 2020 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: RFXTRX443E and Luxorparts 50969

Post by osirisguitar »

plugge wrote: Monday 07 September 2020 16:46
osirisguitar wrote: Thursday 03 September 2020 13:36 Right now I'm trying to find some way to monitor raw output of signals received by the rfx to see if I can create an rfxcommand out of what the remote is sending. Rfxmngr can do it allegedly, but since I'm running Domoticz on a raspberry I'm not super keen on setting up a windows machine for that specifically...
Maybe via linux socat (see: https://guv.cloud/post/rfxmngr-and-hass ... anagement/)
And here there seems to be a solution for socat on RPi https://www.linuxquestions.org/question ... 175644811/
Excellent find, going to try it out!
osirisguitar
Posts: 15
Joined: Thursday 27 August 2020 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: RFXTRX443E and Luxorparts 50969

Post by osirisguitar »

I can say right away that socat is available for RPi via apt. So no need to scavenge the internet for a static binary. Haven't actually tested tunneling the RFX yet though.
plugge

Re: RFXTRX443E and Luxorparts 50969

Post by plugge »

osirisguitar wrote: Wednesday 09 September 2020 13:35 Haven't actually tested tunneling the RFX yet though.
Did you manage to get it working?
osirisguitar
Posts: 15
Joined: Thursday 27 August 2020 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: RFXTRX443E and Luxorparts 50969

Post by osirisguitar »

Didn't actually try yet, I got sidetracked by another home automation project :-D. Will report back later.
User avatar
Bernd
Posts: 27
Joined: Tuesday 04 February 2014 8:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.1
Location: The Netherlands, De Wijk
Contact:

Re: RFXTRX443E and Luxorparts 50969

Post by Bernd »

Maybe @b_weijenberg can help? He is the developer of the RFXTRX443-series. You can send him a pm.....
Raspberry Pi 4 2GB (RPi OS Light)
RFXCOM RFXtrx433E, firmware version = 1025
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest