v1.3.0
What's Fixed
- Periodic NTP time updates were likely broken and should be fixed with 1b5235d
What's Added
- Temperature readings published via MQTT are now filtered using Kalman filters. This reduces the amount of MQTT updates sent to the broker and removes the noise from the temperature sensor. The additional filters are enabled by default, with the possible to disable filters through
Configuration.h
. If you still observe sensor noise in your temperature readings, you might want to adapt the kalman filter settings inConfiguration.h
accordingly. #38
What's Improved
- Upgraded to the latest available arduino core 3.0.5 #39.
Full Changelog: v1.2.2...v1.3.0