-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test pylutron in isolation #46
Comments
I have a tiny wrapper i instantiate in python shell that i use to test against my repeater, nothing actually i'd call "test project". I have a strong distaste for asyncio because i find that method of programming confusing and I don't like it :) Integrating this with asyncio in home-assistant is enough exposure of asyncio for me to last a life time :) |
Oh, and patches welcome, when I get around to reviewing and merging them. |
Any chance of sharing your wrapper or test example? Some usage docs to watch output? |
I'd also love to have a way to test how the parser handles inputs from the DbXmlInfo.xml URL from a repeater. It's clunky doing imports all the way into HA to test for things. |
Hi @thecynic ,
I wanted to contribute to this project to add support for International Seetouch Keypads, CCIs, WCIs, and of course to support Homeworks.
Do you have a test project for pylutron or are you testing only connecting it with home-assistant?
Do you ever considered to use asyncio?
The text was updated successfully, but these errors were encountered: