Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

New release #13

Merged
merged 30 commits into from
Feb 29, 2020
Merged

New release #13

merged 30 commits into from
Feb 29, 2020

Commits on Aug 4, 2019

  1. Initial commit.

    Adminiuga committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    dea0364 View commit details
    Browse the repository at this point in the history
  2. Scan all discovered neighbours.

    Sanity check after scan is finished.
    Adminiuga committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    ecdbc9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a3e0f View commit details
    Browse the repository at this point in the history
  4. isort imports.

    Adminiuga committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    ef23385 View commit details
    Browse the repository at this point in the history
  5. Handle unknown neigbours.

    Adminiuga committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    9ec3be2 View commit details
    Browse the repository at this point in the history
  6. Handle failures gracefuly.

    Don't include failed devices in next scan.
    Don't scan devices not present in `zigbee.db`.
    Adminiuga committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    2d18b09 View commit details
    Browse the repository at this point in the history
  7. scan_now service.

    Adminiuga committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    700037d View commit details
    Browse the repository at this point in the history
  8. Black format.

    Adminiuga committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    66d03c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b94c2a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    e99180a View commit details
    Browse the repository at this point in the history
  2. Add WS command.

    Adminiuga committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    579eefe View commit details
    Browse the repository at this point in the history
  3. "offline" property.

    Neighbours are assumed to be online by default. Only neigbours which
    were attempted to be scanned and failed are marked offline. This implies
    that Zigbee End Devices are always online, because they are never
    attempted to be scanned.
    Adminiuga committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    3cc5203 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Add "neighbours" missing in neighobour table.

    Add devices as "offline" if present in zigbee.db, but not found in
    neighbours.
    Adminiuga committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    2747100 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    ae74eb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Skip devices not supporting ZDO lqi_mgmt_req.

    Samjin multisensor reports itself as a router, even though it is an end device.
    Adminiuga committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    4aea068 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. return timestamp in WS call (#2)

    abmantis authored and Adminiuga committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    ccbaf82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22752ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a798d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Fix IEEE conversions.

    Adminiuga committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c979627 View commit details
    Browse the repository at this point in the history
  2. Use node descriptor only if available.

    Derive device type from node descriptor (authorative) only if avaiable
    ie device is online.
    Adminiuga committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c352b18 View commit details
    Browse the repository at this point in the history
  3. Doh.

    Adminiuga committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    23efc79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae3661c View commit details
    Browse the repository at this point in the history
  5. Black format code.

    Adminiuga committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c246984 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Update neighbour.py (#4)

    prevent infinity loop
    jkkwon83 authored and Adminiuga committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    7e341b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    49fb8c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Configuration menu
    Copy the full SHA
    9ef57df View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Revert "fix unhadled exception on scan timeout (#5)" (#10)

    This reverts commit 49fb8c7.
    Adminiuga authored Feb 16, 2020
    Configuration menu
    Copy the full SHA
    0a4b775 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Create info.md

    Adminiuga authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    f0ffb0e View commit details
    Browse the repository at this point in the history
  2. Create LICENSE (#12)

    Adminiuga authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    4680580 View commit details
    Browse the repository at this point in the history
  3. Update info.md

    Adminiuga authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    97088ad View commit details
    Browse the repository at this point in the history