Page 1 of 1

Long press 433 RFXcom

Posted: Tuesday 21 November 2023 9:55
by menno.vanmunster
Hi,

I have a "standkachel" to use this there is e 433mhz remote, i can add them to domoticz
i can also use the + and - button to control the heater,
but.... to power on the heater, i must press the "on" button for 3 seconds, same to power off the heater.

How can i manage to send the power on/pff signal for 3 seconds with rfxcom and domoticz?
i have search but can find anything

i hope somebody can help me with this

Image
Image

Re: Long press 433 RFXcom

Posted: Tuesday 21 November 2023 10:28
by b_weijenberg
If Domoticz supports transmit of RAW data you can use the repeat count to send packets for about 3 seconds.

Re: Long press 433 RFXcom

Posted: Tuesday 21 November 2023 10:51
by menno.vanmunster
I have searched to see if i can change the "puls" time in domoticz, but i can't find it

On signal
------------------------------------------------
Packettype = Lighting5
subtype = BBSB new
Sequence nbr = 132
ID = 0FB569 decimal:1029481
Unit = 5
Command = Off
Signal level = 7 -64dBm


Off signal
------------------------------------------------
Packettype = Lighting4
subtype = PT2262
Sequence nbr = 128
Code = FB5698 decimal:16471704
S1- S24 = 1111 1011 0101 0110 1001 1000
Pulse = 410 usec
Signal level = 7 -64dBm

Re: Long press 433 RFXcom

Posted: Tuesday 21 November 2023 11:11
by b_weijenberg
Do not change the pulse time.
Repeat count is something different.

Re: Long press 433 RFXcom

Posted: Tuesday 21 November 2023 11:53
by b_weijenberg
I suppose you can use rfxsend.py https://github.com/ssjoholm/rfxcmd_gc

Re: Long press 433 RFXcom

Posted: Tuesday 28 November 2023 10:54
by menno.vanmunster
b_weijenberg wrote: Tuesday 21 November 2023 11:53 I suppose you can use rfxsend.py https://github.com/ssjoholm/rfxcmd_gc
Can you help me with this?
I realy do not know how this work

Re: Long press 433 RFXcom

Posted: Tuesday 28 November 2023 11:25
by b_weijenberg

Re: Long press 433 RFXcom

Posted: Tuesday 28 November 2023 13:30
by menno.vanmunster
b_weijenberg wrote: Tuesday 28 November 2023 11:25 viewtopic.php?t=27260
Thanks!
I wil test is