cpainchaud / RFLink32

RFLink for ESP, with MQTT client
Other
134 stars 46 forks source link

Not all protocols working on esp32/cc1101 vs sonoff RFBridge #102

Closed pwwoj closed 9 months ago

pwwoj commented 9 months ago

I was running rflink on sonoff bridge for a long time and was succesfully decoding ev1527 window switches, mebus temp sensor and powerfix remote for wall plugs. Decided to try esp32(wroom32) with cc1101 (ebyte e07-m1101d) module and the only one protocol working out of three above is ev1527. Also it seems to be much less reliable than on sonoff. I tried to check cli debug mode and see if I'm getting any results with powerfix remote, but nothing happens. Confirmed on EV1527 that debug info is getting through. Is there something I'm doing wrong or just it happens sonoff works better?

pwwoj commented 9 months ago

Kind of solved ... other protocols are decoded as on sonoff but range is limited to basically 0. Device needs to be almost touching module. So, problem most likely is in cc1101 module though ev1527 working at distance is mysterious.