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.53k stars 781 forks source link

RMF69 and Lacrosse Sensors #581

Closed MiG-41 closed 4 years ago

MiG-41 commented 4 years ago

I'm searching a posibility to receive signal from two Lacrosse Weather sensors TX29D-IT , via RMF69 module . ( Later i would split temperatures and Humidity and pass it to MQTT). Tried to use ESP8266 on NodeMCU + RMF69H 868Mhz module , conected as described in Wiki.( On this point there is a questionmark about D4 pin , in code it is described as RFM69_RST , should be somwhere connected ?) In User_config.h checked #define ZgatewayRFM69 , changed TRIGGER_PIN to 16 ( as 14 was taken by RFM69 SCK and connected to D5 and coused resets and factory settings)

In config_RFM69_h changed freq to RF69_868Mhz , and in main changed MQTT_MAX_PACKET_SIZE to 1024.

Used libraries from OpenMQTTGateway relese v0.9.3 , only ArduinoLog.h was downloaded from Arduino library. Compiled to ESP8266 looks working , but i don't know if really radio is on , since i'm not getting anything.... Is it possible to receive data from that sensors in this project ?

I'm sure that RFM69 and NodeMCU is good , i'm receiving data from sensors in other project.

EDIT: With RMF69 Reset pin connected to D4 i always receive a message: "E:ZgatewayRFM69 initialization failed"

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.