matthias-bs / BresserWeatherSensorTTN

Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver based on ESP32 and RFM95W/SX1276 - sends data to a LoRaWAN Network (e.g. The Things Network)
MIT License
22 stars 9 forks source link

Wrong Soil Moisture Value #15

Closed matthias-bs closed 1 year ago

matthias-bs commented 1 year ago

The Soil Moisture Sensor value is not plausible.

Bug in BresserWeatherSensorTTN.ino: encoder.writeUint8(weatherSensor.sensor[s1].humidity); -- should read encoder.writeUint8(weatherSensor.sensor[s1].moisture);

matthias-bs commented 1 year ago

Fixed in https://github.com/matthias-bs/BresserWeatherSensorTTN/commit/8e3037b0f2703b42ebb91cf35780e433836db762

matthias-bs commented 1 year ago

Test succesful.