By default fakegato-history repeats last data every 10 minute to Eve app to avoid gaps in sensor history. This is good for "lazy" sensors, but not good for normal sensors that sends data every while.
This is problem when sensor battery dies and in Eve app seems "all ok" because fakegato is filling data with last known value. (It don't respect Error("No response") that the timeout sets)
To avoid this behaviour i added disableRepeatLastData parameter for temperature and humidity sensors.
By default fakegato-history repeats last data every 10 minute to Eve app to avoid gaps in sensor history. This is good for "lazy" sensors, but not good for normal sensors that sends data every while.
This is problem when sensor battery dies and in Eve app seems "all ok" because fakegato is filling data with last known value. (It don't respect
Error("No response")
that the timeout sets)To avoid this behaviour i added
disableRepeatLastData
parameter fortemperature
andhumidity
sensors.