Page 1 of 1

RFCustom device stops responding

Posted: 11 Jun 2020, 22:47
by patricktm
Hi, I have a Digoo DG HOSA Door & Window Sensor (EV1527 device), which is detected as 2 different devices in RFLink:

Code: Select all

20;C0;EV1527;ID=[REDACTED];SWITCH=03;CMD=ON;
20;C1;SelectPlus;ID=[REDACTED];SWITCH=02;CMD=ON;CHIME=01;
I've added a custom record using the RF Signal Learning mechanism and I see commands in minicom like this:

Code: Select all

20;CA;RFCustom;ID=524643;SWITCH=0;CMD=OFF;
It works well for a while but then RFLink seems to 'forget' the RFCustom record, and only receives the EV1527 and SelectPlus commands. The only solution I've found to resolve this is to press the reset button on the Arduino Mega. After resetting, RFLink debug begins to log commands from the RFCustom record again.

I don't want to have to reset my Arduino all the time, and as it currently stands, I can't trust RFLink to correctly receive commands when the door is opened. Is anyone aware of an issue with RFFind records that would cause this to happen?

Re: RFCustom device stops responding

Posted: 12 Jun 2020, 11:29
by patricktm
Sorry for the double post. I have edited my original post to add some more information.