PyISY
PyISY copied to clipboard
Python module for interactive with the ISY-994 Insteon controller.
I hope this is appropriate to ask this question. My goal is simple. I want find a value of the node from a nodeserver already installed. I know pyisi can...
Use the system status reported by the websocket to hold off on retrying a command until the system reports that it is ready. This will always still *try* the command...
Reference from #145 Thanks for the pointer to this discussion. It does seem like the retry mechanism that you're discussing would help with the issue that I'm seeing, but unrelated...
I had a power outage today and things didn't startup in the right order which resulted in the below. The failure was transient as it just happened that hass started...
Originated from https://github.com/shbatm/hacs-isy994/issues/74 Migrated here when archiving hacs-isy994.
I see a lot of warnings in the log from PyISY for my HueEmulator Polyglot Nodeserver which is still using 2.1.1: ``` 2021-06-27 14:47:14,522 Thread-8423 pyisy.events WARNING events:watch: PyISY encountered...
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...
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](https://github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.14.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.13...v0.14.5)
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's...