lovelace-plotly-graph-card icon indicating copy to clipboard operation
lovelace-plotly-graph-card copied to clipboard

Alter (transform) certain data points

Open jazzmonger opened this issue 1 year ago • 0 comments
trafficstars

I have a tuya ac unit that throws out anomalies when the temp reading is under 61 degrees. IMG_3092

I tried the filter map but it's averaging data values resulting in incorrect data. Trying to remap those values doesn't give me the desired result. IMG_3094

I actually want to "replace" certain data values less than 20 by adding back a constant value: If datapoint < 20 datapoint + 45

Is this possible? Or do I need to create some sort of template sensor?

jazzmonger avatar Aug 27 '24 11:08 jazzmonger