matthias-bs / BresserWeatherSensorLW

Bresser 868 MHz Weather Sensor Radio Receiver based on ESP32/RP2040 and SX1262/SX1276 - sends data to a LoRaWAN Network
MIT License
11 stars 1 forks source link

Uplink Payload Formatter: Create status flags for backward compatibility #48

Closed matthias-bs closed 3 months ago

matthias-bs commented 3 months ago

ws_batt_ok – weather sensor battery o.k. ws_dec_ok – weather sensor decoding o.k. s1_batt_ok – soil moisture sensor battery o.k. s1_dec_ok – soil moisture sensor dencoding o.k. ble_ok – BLE T-/H-sensor data o.k.

{"status": {"ws_batt_ok": 1, ...}