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.54k stars 782 forks source link

cannot receive or send rf codes #328

Closed bachoo786 closed 5 years ago

bachoo786 commented 5 years ago

hi

so I am subscribed to home/OpenMQTTGateway/433toMQTT topic and I can receive some rf but I get lots of characters i expect to receive digits only.

so my results that I get is: {"value":9313457,"protocol":1,"length":24,"delay":333}

I only expect to receive 9313457.

Can someone help me please? How can I just get 9313457?

thanks.

1technophile commented 5 years ago

If you are using OMG for production use you should use V0.8 and not v0.9beta.

If you want to stay with beta just comment jsonpublishing and uncomment simplepublishing in user_config.h

bachoo786 commented 5 years ago

is there any hiccups with v0.9beta? can I just use it as normal?

1technophile commented 5 years ago

It could, that s why it is tagged as beta. For your day to day use uou should take v0.8

bachoo786 commented 5 years ago

right lets see thank you