1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.57k stars 786 forks source link

esp32dev-multi_receiver CC1101 RTL_433 no WS2032 messages after upgrade from 1.4.0 to 1.5.0 #1583

Closed murfy76 closed 1 year ago

murfy76 commented 1 year ago

Hello,

After OMG upgrade from 1.4.0 to 1.5.0 with same HW & SW configuration I didn't receive WS2032 weather station messages anymore. Messages from other 433 devices like Nexus-T, inFactory-TH, Generic-remote are received normally. After downgrade back to 1.4.0 I can receive WS2032 messages again. Thank you.

Peter

To Reproduce Steps to reproduce the behavior:

  1. Install OMG 1.4.0 version
  2. Receive messages from WS2032
  3. Upgrade to OMG 1.5.0 version
  4. No messages from WS2032

Expected behavior Receive messages from WS2032

Environment (please complete the following information):

NorthernMan54 commented 1 year ago

@murfy76 The update from v1.4.0 to v1.5.0 included this update to the rtl_433_ESP library ( https://github.com/NorthernMan54/rtl_433_ESP/compare/v0.1.6...v0.1.9 ), which incorporated a significant amount of tuning to improve the overall signal reception for sx127x based receivers but not the CC1101. Let me dig further into this and do a comparison between my CC1101 devices.

NorthernMan54 commented 1 year ago

We have identified the issue, and will releasing a new version shortly to resolve.

This is a duplicate of #1609