@bendenoz/node-red-kalman-temp 1.0.7
Node-RED custom node for applying a Kalman filter to smooth temperature readings.
node-red-kalman-temp
Overview
node-red-kalman-temp
is a Node-RED custom node for applying a Kalman filter to smooth temperature readings. This node is designed to remove noise and provide predicted readings at regular intervals, even with less frequent input data.
Features
- Applies a Kalman filter to temperature data.
- Configurable measurement noise (R) and process noise (Q).
- Predict interval for periodic updates.