Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location tracker not updated, but all_info sensor has the correct information #140

Open
sbeuchat opened this issue Mar 23, 2024 · 6 comments

Comments

@sbeuchat
Copy link

The problem

The Location on the vehicle tracker didn't update, still showing home, but if you check all_info sensor, Coordonate are correctly updated.

All_info 08:37 - Home Location
"calculatedPosition":null,"position":{"longitude":7.457595,"latitude":46.25203694444444,"timestamp":"2024-03-23T08:37:09+0000","speed":0,

All_info : 11:06 - Other location
"calculatedPosition":null,"position":{"longitude":7.748960277777778,"latitude":46.306559444444446,"timestamp":"2024-03-23T11:06:06+0000","speed":0,

All_info : 12:34 - Another Location
"calculatedPosition":null,"position":{"longitude":7.457721666666667,"latitude":46.252429722222224,"timestamp":"2024-03-23T12:34:15+0000","speed":0,"heading":155,"positionQuality":null}},"device_class":"timestamp","icon":"mdi:cloud","friendly_name":"Defender All Info"}

image

Tracker has last update in less than 5 minutes, but still remain in home (except if I reload integration). Refreshing health data doens't change.

How can I help you solving that ?

BR

Steve

What version of JLR Home Assistant Integration has the issue?

3.0.0beta7

What was the last working version of JLR Home Assistant Integration?

No response

Vehicle type and model

LandRover Defender

Diagnostics information

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@sbeuchat sbeuchat changed the title Location tracker not updated, but all_info has te correct information Location tracker not updated, but all_info sensor has the correct information Mar 23, 2024
@ismarslomic
Copy link
Collaborator

Thanks for reporting this bug @sbeuchat! I see the same issue on my car, with v3.0.0beta7. Can't promise you when we will have time to fix it, but I assume it will take couple of weeks.

@sbeuchat
Copy link
Author

No emergencies, in the meantime, I force an automation to refresh the entity every two minutes, it's working fine :

alias: Defender - reload
description: ""
trigger:

  • platform: time_pattern
    minutes: /2
    condition: []
    action:
  • service: homeassistant.reload_config_entry
    data: {}
    target:
    device_id: 17c413965b5e253bc5b01654b73e6392
    mode: single

Thanks for support.

Steve

@BNWEIN
Copy link

BNWEIN commented Apr 8, 2024

Just to add i am also experiencing this same issue

@BNWEIN
Copy link

BNWEIN commented Apr 8, 2024

No emergencies, in the meantime, I force an automation to refresh the entity every two minutes, it's working fine :

alias: Defender - reload description: "" trigger:

  • platform: time_pattern
    minutes: /2
    condition: []
    action:
  • service: homeassistant.reload_config_entry
    data: {}
    target:
    device_id: 17c413965b5e253bc5b01654b73e6392
    mode: single

Thanks for support.

Steve

Which entity are you reloading every 2 minutes here?

@ptruman
Copy link

ptruman commented Apr 10, 2024

I'm getting similar.

The "device_tracker.my_car_device_tracker" is reporting "old" co-ordinates, but sensor.my_car_all_info is reporting the correct/actual position. Shouldn't they update together? or...?

msp1974 added a commit that referenced this issue Apr 22, 2024
@huganega
Copy link

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants