Using QX-305 buttons with OMG

I have a few buttons sending 433 MHz signals. Someone from the RTL_433 community already decoded the signals and added them here: rtl_433/conf/qx-30x.conf at master · merbanan/rtl_433 · GitHub

How can I use this config in OMG?

Thanks in advance!

OpenMQTTGateway uses GitHub - NorthernMan54/rtl_433_ESP: Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
You need to check if this decoder is included into this library.

Thanks, I’ll open an issue there.

Seems, flex decoders will not be supported by rtl_433_ESP. It’s fine.

However, I already use an OMG with RF (rc_switch) and I’m wondering if it would be possible to define a new protocol corresponding to this flex decoder.

Would something like the following work?

{ 33, 0, { 0, 0 }, 0, { 0, 0 }, { 3, 1 }, { 1, 3 }, false, 5 }

EDIT: Just tried it, but sadly it does not work. Even worse, the device enters a boot loop with kernel panic and division by zero error