-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrations stops functioning after a physical input to Sunnata Keypad Device #2
Comments
@MouseRatt, Thanks! I've just today ordered some Sunnata 4 Button and 3 ButtonRL keypads. Hopefully they show up sometime this week, and I can start testing it out. |
Short term, I can let them masquerade as 3 and 4 button Pico's until we get the HA integration updated to support them. I'll start looking into it. |
update compatablity for homeassistant lutron_caseta component
@MouseRatt , I've implemented the changes. Unfortunately for it to work I had to modify the lutron_caseta component within HA as well. I'll figure out how to get that pushed to HA, but for now you can download my modified lutron_caseta module to config/custom_components/pyluton_caseta to override the default one. More instructions coming soon. You will also have to repeat the instructions at the beginning of this thread to update the pylutron-caseta with the new one. Works for these Sunnata Keypads: |
If you download the contents of this folder into ./config/custom_components/lutron_caseta you should be able to test the keypads out. Mine are working great. https://github.com/danaues/core/tree/lutron_caseta-ra3keypads/homeassistant/components/lutron_caseta |
This is what I have in my configuration.yaml for debug logging I just go into Settings/System/Logs to see the output logger: |
@MouseRatt , I've just successfully pushed some changes into the HA integration that will allow your SunnataKeypads to work without crashing. Should be included in the next HA release. So give it a test once the new July release is issued. |
@MouseRatt, missed the 2022.7 release, but it's approved and should be in the next release. |
Amazing! I will check it out! Should be targeted for 2022.7.1 then? |
Is there a new way to utilize your pylutron edits? My RA3 hub is no longer responding/working in home assistant. I typically do the following: edit Sorry, to clarify, I did download your lutron_caseta component from the "core" repository on your github, and placed it in my custom component, added a version number to ensure it loads, but I am getting the following error. Logger: homeassistant.config_entries Error setting up entry 192.168.0.95 for lutron_caseta |
@MouseRatt , sorry about that. I’m trying to get these changes integrated into the main code, but having to make some changes to satisfy the maintainers requests. It’s breaking the compatibility. Use this branch instead, it should still work for you: ra3-occupancy command "pip install git+https://github.com/danaues/pylutron-caseta@ra3-occupancy" |
@danaues no worries at all, I actually ended up rolling all the way back to your 5/4/2022 edits (had to make my own fork to roll back to that commit).. for some reason the ra3 occupancy fork was throwing errors for me also |
@MouseRatt can you link me to the commit sha that you're using that is working? I haven't been able to get this going either yet... |
@JonGilmore https://github.com/MouseRatt/pylutron-caseta@ra3 (Note it's really my own private copy of danaues' forked repository until HA edits are working, all credit to danaues) |
Thanks buddy, this got me going - really appreciate it! |
@JonGilmore, @MouseRatt PR#101 |
Hey @daytonturner, JohnGilmore and MouseRatt have it working based on my older commits. I was forced to make some changes to get it merged with the main Module, which is why it broke. If you want to use my current RA3 branch, you can use my revisions to the HA integration from this branch: https://github.com/danaues/core/tree/lutron_caseta_ra3/homeassistant/components/lutron_caseta You will have to customize the manifest again if you place it in your custom components folder I have 2 PR's to merge the integration changes into HA core as well. |
Hi Danaues - INCREDIBLE work on the integration, was using an MQTT way of bringing RA3 devices into HA previously.
I've noticed that the integration unfortunately breaks though whenever I physically use a Sunnata Keypad device to control lights/trigger a scene. It throws failures to call switch/light services once a Sunnata keypad has been interacted with. Reload the integration or restarting home assistant fixes the issue
I don't see anything in the logs regarding this, is there something specific i should add to my config yaml to record log events from your integration branch to help with debugging this? I used "pip install git+https://github.com/danaues/pylutron-caseta@ra3" and tried adding 'homeassistant.components.lutron_caseta: debug' to my config.yaml but didn't see anything in the log.
Alternatively, is there a way to disable the RA3 integration from discovering the Sunnata keypads and see if that helps? I tried disabling the device through HA but it did not solve the problem.
The text was updated successfully, but these errors were encountered: