Hello,
First of all, thank you for developing this module ![]()
I have just done some tests knowing that I have 2 sensors:
- EV1527 / SelectPlus (motion detector): Amazon.fr
- Atlantic’S MD-210R (door opening sensor): Amazon.fr
Note: I tested using the image created by @peb which is 14 days old like the Github repo (Images 🐳 pour tester des services en développement)
Here are the messages transmitted by RFlink with my 2 devices:
- EV1527: 20;01;EV1527;ID=0e28a0;SWITCH=0e;CMD=ON;
- Selectplus: 20;02;SelectPlus;ID=0575f1;SWITCH=02;CMD=ON;CHIME=01;
- MD-210: 20;09;Atlantic;ID=3e6835;SWITCH=01;CMD=ON; or 20;0A;Atlantic;ID=3e6835;SWITCH=01;CMD=OFF;
Observations:
- The RFlink card (on Arduino Mega) is detected and used without any necessary manipulation

- The motion sensor is well detected
- The motion sensor is detected as a switch. Shouldn’t it be motion?
- The door opening detector is not. Is it because the model « Atlantic » has not been implemented yet?
- Devices appear in duplicates in the « Devices detected by the gateway » section
- When I add a first device to Gladys, everything goes well but when I add an additional device, the one I just created is duplicated (just a display issue?)
- Strange behavior of Gladys, it is impossible to refresh the integrations page (the page becomes white)
- Rflink debug console: I have a value but it’s always the same even though I capture a plethora of 433MHz modules
Available for all the necessary details.