Error in log I don't know how to shake off

Hello everyone,

I have a things that is a mqtt home-assistant device. In the log, it give me this error nearly each seconds:

2022-12-21 09:35:08.211 [WARN ] [t.generic.ChannelStateTransformation] - Executing the JINJA-transformation failed: An error occurred while transformation. UnknownTokenException: Unknown token found: value_json.last_trip_ev_distance_mi
2022-12-21 09:35:08.213 [WARN ] [t.generic.ChannelStateTransformation] - Executing the JINJA-transformation failed: An error occurred while transformation. UnknownTokenException: Unknown token found: value_json.last_trip_ev_distance

I tried erasing the channel for these 2 value (they return nothing) but the problem is since it’s a discovered HA object, it re-add them in the things configuration because of the discovery. Is there a way to stop that? I don’t even need those value anyway.

Thank you!

Install the Jinja Transformation add-on. Looking at the docs for HomeAssistant MQTT it says the JSONPATH add-on is also required.

Hello,

Thank you for the reply. I already have both installed :frowning: