-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Make isy amaze balls #3082
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
Make isy amaze balls #3082
Conversation
…h backwards compatibility.
|
||
HIDDEN_STRING = DEFAULT_HIDDEN_STRING | ||
|
||
COMPONENTS = ['lock', 'binary_sensor', 'cover', 'fan', 'sensor', 'light', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PLATFORMS
or SUPPORTED_PLATFORMS
?
Gonna write unit tests tomorrow. |
Any chance this can get into 0.28? |
This looks good, but @Teagan42 seems to want to add unit tests. ISY is part of |
@kellerza - with my new job, I haven't had time to do everything I wanted. On Sat, Sep 10, 2016 at 1:50 PM, Johann Kellerman notifications@github.com
|
@Teagan42 good luck with the new job! 0.28 is out, so there are 2 weeks to test in @sytone @hoopty feedback would be great. If you don't run |
I have tested on dev branch and its working as expected - no issues found so far. Thanks @Teagan42 and best of luck on the new gig. |
Well, I have found something in the dev branch that isn't working like it does in 0.28.2 I have two lamp modules (not dimmers) that show up here:
But the corresponding switch entities are not appearing. Will turn up more logging on the isy component and report back. |
Not much, but here's the logging I got. I have a z-wave mimolite device (seen below as ZW005_*) that does have the with entities show up in HA. The ones not working are ZW002 & ZW003, which are the following device: Leviton VRPD3-1LW Vizia RF Series 300-watt Scene Capable Plug-In Lamp Dimming Module. They are working in the latest release.
|
I found a few other issues - I'll be making a PR here shortly On Thu, Sep 15, 2016 at 12:44 AM, Bryce Edwards notifications@github.com
|
Description:
The ISY994 platform is woefully incomplete. Update the platform to automatically discover covers, binary sensors, sensors, switches, lights, locks, etc. The PyISY library was updated to return the unit of measurement for devices, this allows sensors to display their value with unites or as a state.
Unit tests incoming - if I have time.
Related issue (if applicable): fixes #3037
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#893
Example entry for
configuration.yaml
(if applicable):Checklist:
If user exposed functionality or configuration variables are added/changed:
If code communicates with devices, web services, or a:
tox
run successfully. Your PR cannot be merged unless tests passREQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.If the code does not interact with devices:
tox
run successfully. Your PR cannot be merged unless tests pass