I have installed OMG 1.8.1.
i am using an ESP 32D with a 8p CC1101.
and installed esp32dev-multi_receiver.
I have an screen/blind motor from the brand "brel" type: Brel BLE45-20/10 Solar 20Nm.
It uses a bidirectional communication.
I have an remote control (DD2700) 433.05-434.79MHz.
it has a rolling code modulation FSK.
i have not yet found a way to catch an raw data from the remote. (help needed).
I think this is from my brel used MQTT Explorer:
{ "model": "undecoded signal", "protocol": "signal parsing failed", "duration": 785996, "rssi": -40, "pulses": 87 "duration": 644996, "rssi": -64, "pulses": 100 }
Console output @434.790MHz:
T: isAdupl? T: Enqueue JSON T: Queue length: 1 T: Min ind: 1 T: store code : T0 / 5097382 T: Col: val/timestamp T: mem code : 0 / 5055962 T: mem code : 0 / 5097382 T: mem code : 78 / 4489850 T: mem code : 78 / 4542850 T: mem code : 78 / 4595849 T: mem code : 0 / 4729626 T: mem code : 0 / 4755138 T: mem code : 78 / 4913854 T: mem code : 95 / 4943729 T: mem code : 78 / 4966814 T: mem code : 28547310 / 5009704 T: mem code : 95 / 5022697 : Dequeue JSON N: [ OMG->MQTT ] topic: homeassistant/OMG_multi_receiver/RTL_433toMQTT/undecoded signal msg: {"model":"undecoded signal","protocol":"signal parsing failed","duration":2564996,"rssi":-64,"pulses":287}
When switching frequency from 433.500 to 434.79MHz, the signal is still picked up with a strong RSSI (-40), but the pulse counts keeps changing.
I have installed OMG 1.8.1.
i am using an ESP 32D with a 8p CC1101.
and installed esp32dev-multi_receiver.
I have an screen/blind motor from the brand "brel" type: Brel BLE45-20/10 Solar 20Nm.
It uses a bidirectional communication.
I have an remote control (DD2700) 433.05-434.79MHz.
it has a rolling code modulation FSK.
i have not yet found a way to catch an raw data from the remote. (help needed).
I think this is from my brel used MQTT Explorer:
{ "model": "undecoded signal", "protocol": "signal parsing failed", "duration": 785996, "rssi": -40, "pulses": 87 "duration": 644996, "rssi": -64, "pulses": 100 }Console output @434.790MHz:
T: isAdupl? T: Enqueue JSON T: Queue length: 1 T: Min ind: 1 T: store code : T0 / 5097382 T: Col: val/timestamp T: mem code : 0 / 5055962 T: mem code : 0 / 5097382 T: mem code : 78 / 4489850 T: mem code : 78 / 4542850 T: mem code : 78 / 4595849 T: mem code : 0 / 4729626 T: mem code : 0 / 4755138 T: mem code : 78 / 4913854 T: mem code : 95 / 4943729 T: mem code : 78 / 4966814 T: mem code : 28547310 / 5009704 T: mem code : 95 / 5022697 : Dequeue JSON N: [ OMG->MQTT ] topic: homeassistant/OMG_multi_receiver/RTL_433toMQTT/undecoded signal msg: {"model":"undecoded signal","protocol":"signal parsing failed","duration":2564996,"rssi":-64,"pulses":287}When switching frequency from 433.500 to 434.79MHz, the signal is still picked up with a strong RSSI (-40), but the pulse counts keeps changing.