-
|
Hi ! I created all entities found in TeslaMate documentation and all is working... except one : "active_route" Here is my entity :
As "error" value in payload returns null if there is a destination and returns "No active route available" if not, my value template should work
Attributes are right :
First I thought that "value_json.xxx" was in fault but it works with another entity I created :
This one works well, "traffic_minutes_delay" is correctly reported in "sensor.tesla_model_3_traffic_delay" Do you have any idea why ? Many thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I finally found how to solve it ! I've just changed type from "device_tracker" to "sensor"...
|
Beta Was this translation helpful? Give feedback.


I finally found how to solve it !
I've just changed type from "device_tracker" to "sensor"...
Now it's working ! I don't know why it wasn't working using "device_tracker" but "sensor" type does the job :)