Tom Harris
Tom Harris
Did Misterhouse did you ever implement the Hub 2245? This is the v2 hub (aka 2014 Hub) that does not have a PLM. This `insteonplm` module does work with it...
@mstovenour you can now trigger All-Link groups with this library. It was added to the `Modem` class with the methods `trigger_group_on` and `trigger_group_off`.
Just saw that you are a Home Assistant user. Here is the link to documentation in HA. https://www.home-assistant.io/components/insteon/#insteon-scenes
I upgraded pyserial-asyncio and pyserial per the direction provided by @nugget. Now I am getting an error that set_write_buffer_limits is NotImplementedError in /usr/lib/python3.5/asyncio/transports.py. I am running Debian with a virtualenv...
Yes, I now downgraded to 3.2.0 and it is all working. I did not implement the patch described by @j3kestrel
@rstanley75 Hope all is well. Not sure how this is happening since the insteonplm code specifically references 3.2.0. Might you have another module that references later version? Or might you...
I recommend moving to the `pyinsteon` module since this `insteonplm` module is no longer being maintained.
I have started working on some changes to the ALDB which will allow for direct writes to the modem. The ALDB of the modem works different than the ALDB of...
@wz2b Hope you are well. Not sure if you have been following pyinsteon but I have made a lot of progress. Here is the underlying architecture. All layers communicate via...
Future plan for link management. Ultimately _state will be renamed _group. Just haven’t gotten around to it. For any device that has multiple states/groups, the _states list will be used...