-
Notifications
You must be signed in to change notification settings - Fork 47
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
Buttons stopped working #235
Comments
Based on a similar issue with switches (#234), I’m guessing some ids have changed. HA may still be seeing the button presses, but may not be routing them to the existing triggers in your automations. I’m looking into the issue. |
thanks. here's the logs on my last button push if that helps Logger: homeassistant Error doing job: Exception in callback Hub._process_event({'content': {'data': None, 'descriptionText': 'Master Bed A... 1 was pushed', 'deviceId': '787', 'displayName': 'Master Bed A...edside Keypad', ...}}) |
the strange thing is all my lights AND switches work just fine, nothing was altered with them. This is strictly button related |
correction, there are virtual switches from HE that have the issue others are having, but not physical swicthes. |
i ended up rolling back, got things restored |
Excellent. That implies the issue should be easy enough to fix. |
I have the same issue. I've noticed that the Hubitat switches (including virtual switches) in HA changed from switch.name into switch.name_power. I've solved my issue by "renaming" all the buttons not working with the proper "new" id "_power". |
Yep I changes all my automations and stuff to use those new switches per device. Problem solved. Hopefully I do not have to do it all again if there's going to be some kind of changes to fix the issue. |
I've suffered the same issue and have fixed by restoring my last backup. I'm just posting to say "Thanks" for your hard work keeping this important integration up to scratch! |
Switches should be fixed in v0.9.17. Buttons may be fixed, although I was never able to reproduce any issues with buttons locally, so I'm not sure what the cause was. In local testing, button controllers in v0.9.8, v0.9.12, and v0.9.16 all emit events with the same property values, so it doesn't seem like anything changed there. If you're still having issues with buttons, how are you using them? Are you using device triggers, or something else? |
The author closed our issue, however the things are not resolved, we have upgraded from 0.9.9 to 0.9.17 as suggested by the author and the issues are still there, switches and contacts get still renamed. We had to go back to 0.9.9 to get everything back. Specially it is worse with virtual switches with dual functions. Please look into it. Thank you |
Also I recommend to author to Add one or more Virtual Devices (Contacts and switches) , or at least one virtual device with dual functionality to your local test environment, this is good for checking current issues as well as for testing the future releases. HPM and hubitat has already a few virtual device with dual/multiple functionality you can add to your test environment. Thank you |
@HomeWiseAdmin I only closed your issue because it appeared to be duplicative of other issues, and there wasn't enough detail to easily differentiate it. In particular, a problem with entity naming, specifically with |
Hi, I have 2 Ikea remotes, one Tradfri and one Styrbar. They do register button presses in Hubitat, the remotes are seen by HA but button presses are not registered. they worked fine in Update 0.9.8, but are broken since. I do have some sonoff buttons which work fine, so my guess is only devices with multiple buttons have this issue. Thanks |
@regius10 A couple things to try:
If either of the above things work, then HA is processing button press events, but something in the event receiver is still different than in previous versions of the integration. |
Hi Jason, thanks for the quick reply. I am just starting with HA, and I managed to restore a backup with ver. 0.9.8, so I cannot check 1., but I can confirm 2. is not working, as before the restore I tried to redo my automations, and the new triggers did not work either. I did also try to reinstall the devices in HE and re-added them in MakerApi, but that din't work either. |
Is anyone still having button issues with 0.9.17 or 0.9.18? I haven't been able to reproduce any problems locally with button entities or automations, so if there are still issues I'm going to need a bit more information. |
I will test the 0.9.18 at the begining of next week and let you know. unfortunately cannot do it sooner. thanks |
Ikea remotes with multiple buttons (Tradfri/Styrbar) work fine with ver. 0.9.19. Thanks |
I'm closing this because it sounds like it's resolved, but I'll reopen if people are still having issues. |
Since i updated last night, none of my buttons are working. I have lutron keypad buttons in Hubitat, exposed to HA and automations programmed within HA. prior to updating, all buttons worked. now none of them do. Hubitat sees the button presses, but HA does not.
The text was updated successfully, but these errors were encountered: