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.55k stars 784 forks source link

Question about RFM69 usage for weather station using FSK ? #322

Closed mr-sneezy closed 5 years ago

mr-sneezy commented 5 years ago

I have an RFM69 dev board and some ESP8266 modules (NodeMCU) and I'd like to try write some code to using it with OpenMQTTGateway to receive weather station packets and send onward to HomeAssistant (so RX only). I will have to decode the packets using my own Arduino coding, and feed those values for the MQTT routines... I should point out that this style of thing had been done many times for older weather stations sending the OOK siganlling at 433/915Mhz, but to my knowledge has never been done for the newer gen FSK transmission weather stations (li.e. the WH2900).

My question, is the RFM69 support available in OpenMQTTGateway limited to only using node/clients on a preset fixed modulation and data rate, or is there a config file that allows me to use any modulation and bandwidth etc available in the RFM69, to match what my weather station is sending and obtain the hex packets ?

Hope the question makes sense...

1technophile commented 5 years ago

My question, is the RFM69 support available in OpenMQTTGateway limited to only using node/clients on a preset fixed modulation and data rate, or is there a config file that allows me to use any modulation and bandwidth etc available in the RFM69, to match what my weather station is sending and obtain the hex packets ?

Hello, Maybe you could investigate on RFM69 library repo here is the link: https://github.com/LowPowerLab/RFM69/tree/master/Examples

1technophile commented 5 years ago

I'm closing this issue, if you need other info don't hesitate to reply

1technophile commented 5 years ago

May I add that with the advised receiver and emitter we can now use pilight, pilight support weather sensors like digoo dg-r8s