Release 2.4.0 (build 200)
Firmware binaries:
- firmware_zigbee.bin - ESP32-C5 ZigBee + BLE variant
- firmware_matter.bin - ESP32-C5 Matter + BLE variant
- firmware_esp8266.bin - ESP8266 (OS 3.x)
All releases: https://github.com/opensprinklershop/OpenSprinkler-Firmware/releases
Fixed
- Zigbee Soil battery contamination (gateway): in
gw_updateSensorFromReport, battery reports (POWER_CONFIG/0x0021or Tuya DP 15) no longer overwrite the sensor'slast_data/last_native_data/flags.data_ok/last_read. A short-circuit at the top of the function now updates onlylast_batteryandlast_lqiand returns early, so the battery percentage (50/76/100/...) can never be logged or displayed as the soil-moisture / temperature / humidity value.