Tom Harris

Results 38 comments of Tom Harris

The reason the message handling is inside State is because this makes it clear what messages effect what state of the device. Multiple states can listen/subscribe to a single message....

Yes, this is exactly what I was hoping for. The only thing is perhaps we can take it out of this PR and make it an issue or part of...

https://github.com/orgs/pyinsteon/teams/pyinsteon pyinsteon is an org. ________________________________ From: Christopher Piggott Sent: Tuesday, September 11, 2018 10:35:41 AM To: nugget/python-insteonplm Cc: Tom Harris; Comment Subject: Re: [nugget/python-insteonplm] WIP Create superclass for insteon...

@mstovenour I have started a new library that has much better layer separation. It is called pyinsteon. You can find it on github. I would be very interested in feedback...

Operating flag 3 appears to only be set on KPL device 2486D and 2486S which were made by Icon, not SmartHome. The current versions don't seem to have the same...

The method for doing his is to use the PLM `manage_aldb_record` method. There is no way to directly manage an ALDB record in the modem. What this method requires is...

@rpdrewes hopefully this answers your question. Let me know if it does not.

@nugget Looking at this request has me thinking about my design descision to break complex devices (like FanLinc) into different devices at the Insteon level. I think the best way...