Skip to content

New nodes added in the ISY require restart of module. #69

@shbatm

Description

@shbatm

Right now an error is logged and message ignored if a new node is added to the ISY after the initial connection is made to the event stream.

This module should support live adding/removing of nodes from the ISY (especially with the move to ISYv5).

It shouldn't be too hard to implement, but would probably be best after moving to asyncio (or similar for true async comms -- see #53). I'm thinking if you get a _controlmsg for a node you don't know about, try calling rest/nodes/--unknown node-- and see if you get a good response. If so, add the node an process.

Originally posted by @shbatm in #65

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