Edit specific insights

For Some reason I have a tempsensor that randomly report temperature of 999degrees.
This is obviously wrong and messing up my insight. Graphic charts is useless with a spike of 999 - as normaltemperatur fluctuations becomes flat lines.
Is there a way to search and destroy theese insight values ?

Not to my knowledge.
Maybe the sensors’ manufacturer should be notified to be able to fix it,
and/or you can ask the app developer if it’s possible to add a upper limit to the measured temperature values, like 40°C or so.

If (sensor-room-temperature-value > 40) {
 measured_temperature = 40
}