Git Product home page Git Product logo

Comments (7)

jrlucier avatar jrlucier commented on September 18, 2024 1

Thanks for the quick triage! I'm slacking on cutting a release. Let me do a shakedown tonight with the latest version of HA and I'll cut one. :)

from eero_tracker.

jrlucier avatar jrlucier commented on September 18, 2024 1

Testing now, I'll cut a release if it all looks good in the morning.

from eero_tracker.

sbressler avatar sbressler commented on September 18, 2024

I just set my log level default in configuration.yaml to debug. I now see these seemingly relevant log lines showing something is working but maybe not everything?

2020-05-04 02:00:54 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for eero_tracker which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-05-04 02:00:55 DEBUG (SyncWorker_5) [custom_components.eero_tracker.device_tracker] Initializing eero_tracker (domain device_tracker)
2020-05-04 02:00:55 DEBUG (zeroconf-ServiceBrowser__hap._tcp.local.) [homeassistant.components.zeroconf] Discovered new device Living Room eero Pro._hap._tcp.local. {'host': '192.168.7.1', 'port': <snip>, 'hostname': 'eero-<snip:mac-address>.local.', 'type': '_hap._tcp.local.', 'name': 'Living Room eero Pro._hap._tcp.local.', 'properties': {'_raw': {'c#': b'12', 'ff': b'2', 'id': b'<snip:mac-address>', 'md': b'eero Pro', 'pv': b'1.1', 's#': b'1', 'sf': b'1', 'ci': b'33', 'sh': b'<snip>'}, 'c#': '12', 'ff': '2', 'id': '<snip:mac-address>', 'md': 'eero Pro', 'pv': '1.1', 's#': '1', 'sf': '1', 'ci': '33', 'sh': '<snip>'}}
2020-05-04 02:00:55 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform legacy
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/device_tracker/setup.py", line 64, in async_setup_legacy
    self.platform.get_scanner, hass, {DOMAIN: self.config}
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/eero_tracker/device_tracker.py", line 43, in get_scanner
    return EeroDeviceScanner(hass, config[DOMAIN])
  File "/config/custom_components/eero_tracker/device_tracker.py", line 75, in __init__
    self.__scan_interval, MINIMUM_SCAN_INTERVAL, MINIMUM_SCAN_INTERVAL)
  File "/usr/local/lib/python3.7/logging/__init__.py", line 1407, in error
    self._log(ERROR, msg, args, **kwargs)
  File "/usr/local/lib/python3.7/logging/__init__.py", line 1514, in _log
    self.handle(record)
  File "/usr/local/lib/python3.7/logging/__init__.py", line 1524, in handle
    self.callHandlers(record)
  File "/usr/local/lib/python3.7/logging/__init__.py", line 1586, in callHandlers
    hdlr.handle(record)
  File "/usr/local/lib/python3.7/logging/__init__.py", line 894, in handle
    self.emit(record)
  File "/usr/src/homeassistant/homeassistant/components/system_log/__init__.py", line 181, in emit
    record, stack, _figure_out_source(record, stack, self.hass)
  File "/usr/src/homeassistant/homeassistant/components/system_log/__init__.py", line 97, in __init__
    self.message = deque([record.getMessage()], maxlen=5)
  File "/usr/local/lib/python3.7/logging/__init__.py", line 369, in getMessage
    msg = msg % self.args
TypeError: %d format: a number is required, not datetime.timedelta

from eero_tracker.

sbressler avatar sbressler commented on September 18, 2024

I see tons of changes from @rsnodgrass in device_tracker.py in the past two months since the last release. Perhaps the latest release (1.0.6) doesn't work with the latest version of Home Assistant 0.109.3? I'll try my hand at installing tip of master and seeing if things start working... and here I was thinking I was saving time by figuring out HACS earlier tonight 😉

from eero_tracker.

sbressler avatar sbressler commented on September 18, 2024

Okay, just realized I can install master with HACS 🙏

from eero_tracker.

sbressler avatar sbressler commented on September 18, 2024

Working with tip of master! All my devices populated in the list of Entities. Feel free to resolve this after you create a new release?

from eero_tracker.

jrlucier avatar jrlucier commented on September 18, 2024

1.0.7 is cut and released. Great job on the updates @rsnodgrass !

from eero_tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.