Skip to content

Is fleetgo integration supposed to work? #150066

@lroovers

Description

@lroovers

The problem

I followed the instructions but nothing happens
I dont see info in the logfiles, no entities

Yes i dic reboot, even waited 2 dayd now

What version of Home Assistant Core has the issue?

2025-7.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Fleetgo

Link to integration documentation on our website

https://www.home-assistant.io/integrations/fleetgo/

Diagnostics information

na

Example YAML snippet

device_tracker:
  - platform: fleetgo
    client_id: xxx
    client_secret: xxxx
    username: xxx    
    password: xxx

Anything in the logs that might be useful for us?

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 345, in async_setup_legacy
    setup = await hass.async_add_executor_job(
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/fleetgo/device_tracker.py", line 48, in setup_scanner
    if not scanner.login(hass):
           ~~~~~~~~~~~~~^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/fleetgo/device_tracker.py", line 79, in login
    self.setup(hass)
    ~~~~~~~~~~^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/fleetgo/device_tracker.py", line 71, in setup
    self._refresh()
    ~~~~~~~~~~~~~^^
  File "/usr/src/homeassistant/homeassistant/components/fleetgo/device_tracker.py", line 91, in _refresh
    device.get_map_details()
    ~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/ritassist/device.py", line 150, in get_map_details
    street = self.get_closest_street(data)
  File "/usr/local/lib/python3.13/site-packages/ritassist/device.py", line 185, in get_closest_street
    return self.get_closest_element(result)
           ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/ritassist/device.py", line 208, in get_closest_element
    distance = geopy.distance.vincenty(d_position, e_position).km
               ^^^^^^^^^^^^^^^^^^^^^^^

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions