Traccar "monitored_conditions" not working

Hi,

I’m having some troubles getting monitored conditions pull in from traccar. I have it installed as a hassio add-on and use it to track my car.

I’m trying to get the satellite and total distance attributes, this is in my config:

monitored_conditions: ['satellites', 'total distance']

Still haven’t got this working if anyone has any suggestions?

I fixed this, i stumbled accross it whilst looking through my MySQL tables. My tracker reports these as ‘sat’ and ‘totalDistance’. The attribute name has to be perfect for it to work

1 Like