insteonlocal icon indicating copy to clipboard operation
insteonlocal copied to clipboard

Python library for controlling Insteon Hub locally

Results 4 insteonlocal issues
Sort by recently updated
recently updated
newest added

**Impact of the bug** Malicious code execution **Describe the bug** There are an unmet dependency in `setup.py` and `requirements.txt` - library pprint: https://github.com/phareous/insteonlocal/blob/master/setup.py#L14 https://github.com/phareous/insteonlocal/blob/master/requirements.txt#L3 Despite `pprint` library is built-in, it...

Just putting this here so anyone that happens to look at it knows this is something we are working on.

enhancement

This library becomes extremely slow and unreliable once I add > 10 devices. I tried to debug and found that cache is not being used. I added a debug line...

Following up on a discussion in the Gitter chat, attached is the output from running the example script and calling hub.get_linked(). Device discovery does not seem to be working. [insteonlocal-example-output.txt](https://github.com/phareous/insteonlocal/files/877729/insteonlocal-example-output.txt)