Skip to content

Conversation

@wbyoung
Copy link
Owner

@wbyoung wbyoung commented Jul 22, 2025

There's still some work to do on this:

  • This is currently based off of Add Z-Wave support for Red series switches #5 & should be rebased on main after that lands.
  • Determine if it's possible to get more parameter values (see below).
  • Determine if it's possible to listen to some event and receive notifications when notifications with one or more durations expire. (For Blue switches under ZHA, it's the receival of 0x24 which corresponds to either all or individual LEDs expiring and is easy to consume via an event handler).
  • Ensure the list of entities is properly filtering to just Inovelli switches in the config entry.
  • Verify that updating for a solid notification works.
  • Ensure that double press on the config button ends up dismissing the notification (that the event handler is working properly).

Obtaining Parameter Values

We need to determine if it's possible to get the state of various parameters.

ZHA stores these values in sensors (with well known translation keys and unique IDs ending in -disable_clear_notifications_double_tap and -local_protection).

Why it matters: obviously, without the 2x tap to dismiss enabled, the switch doesn't disable the notification. We shouldn't clear it in this case—it should just be left alone. However, with local protection enabled, the switch will send the 2x tap message, but it doesn't disable the notification in this case either. In this case, we should send a message to clear it.

Prior Art & Documentation Resources

@wbyoung wbyoung force-pushed the matter branch 4 times, most recently from 938976c to 91d84e2 Compare July 27, 2025 23:00
@wbyoung wbyoung mentioned this pull request Jul 28, 2025
2 tasks
@wbyoung wbyoung force-pushed the matter branch 5 times, most recently from d220375 to 7cea8c6 Compare August 10, 2025 03:06
@wbyoung wbyoung force-pushed the matter branch 2 times, most recently from 07d21c9 to 79c957a Compare September 1, 2025 03:17
@wbyoung wbyoung force-pushed the matter branch 3 times, most recently from 3340d6a to 3f85d8e Compare September 7, 2025 17:34
@wbyoung wbyoung force-pushed the matter branch 2 times, most recently from befb741 to db6308e Compare October 1, 2025 17:44
@github-actions
Copy link

github-actions bot commented Nov 1, 2025

There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days.
If you are the author of this PR, please leave a comment if you want to keep it open. Also, please rebase your PR onto the latest dev branch to ensure that it's up to date with the latest changes.
Thank you for your contribution!

This is currently untested.
This is currently untested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants