Skip to content

Device tracker error in 0.67.0b0 #13772

@point-4ward

Description

@point-4ward

Home Assistant release with the issue:
0.67.0b0

Last working Home Assistant release (if known):
0.66.1b-something (I've missed at least one, been too busy this week!!)

Operating environment (Hass.io/Docker/Windows/etc.):
Debian / Venv

Component/platform:
Device tracker

Description of problem:
Since upgrade I get this error on every restart (see trace)

PLEASE NOTE - it's 11pm here so I can't say whether this is actually affecting presence detection, but the device tracker.see service is present in the services tab.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

device_tracker:
  - platform: bluetooth_tracker
    new_device_defaults:
      track_new_devices: false

  - platform: gpslogger

ios:

Traceback (if applicable):

Sun Apr 08 2018 22:50:13 GMT+0100 (GMT Daylight Time)

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/__init__.py", line 332, in async_see
    yield from device.set_vendor_for_mac()
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/__init__.py", line 573, in set_vendor_for_mac
    self.vendor = yield from self.get_vendor_for_mac()
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/__init__.py", line 593, in get_vendor_for_mac
    oui = '{:02x}:{:02x}:{:02x}'.format(*[int(b, 16) for b in oui_bytes])
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/__init__.py", line 593, in <listcomp>
    oui = '{:02x}:{:02x}:{:02x}'.format(*[int(b, 16) for b in oui_bytes])
ValueError: invalid literal for int() with base 16: '_AC'

Additional information:

None yet, but will try an add to this when I can do some tests in daylight hours.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions