Home Assistant Integration Monitored Conditions

Dean Longstaff5 years ago

Hi,

I am pulling traccar information into my Home Assistant which is working great. But i am trying to get the Satellites and Total Distance value into it by using monitored conditions.

This is my configuration atm:

device_tracker:
  - platform: traccar
    host: 192.168.20.13
    port: 8092
    username: ************
    password: ***********
    monitored_conditions: ['satellites', 'total distance']

Obviously it's not working for me so i was wondering if anyone else knew how to get this working? Thanks :)

PS - My port is 8092, i changed it.