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.62k stars 797 forks source link

[SERIAL] Enable SERIAL communication layer #2068

Closed 1technophile closed 2 months ago

1technophile commented 2 months ago

Description:

Add Serial as a communication layer to transmit data to/from serial Enable discovery of BT sensors through serial Add serial heartbeat

Change the discovery principle for interval and intervalacts, keep them always discovered, and deactivate adaptivescan when changed. Instead of removing their discovery when adaptive scan is activated

Increase JSON_MSG_BUFFER_MAX as we are now using const char* for msg transport and it requires more memory for Arduino Json Deserialization

Checklist: