Lowpass filter does not recalc if sensor value remains unchanged

I had the same problem.
The solution was, to config the Sensor (via MQTT in my case) with “force_update: true”

see: How to force a template sensor to update even if the value hasn't changed?