feat: IKEA BILRESA scroll wheel blueprint for Zigbee2MQTT (#51) — v5.3.2 - #82
Merged
Conversation
The E2490 can be switched from Matter to Zigbee mode; paired with Zigbee2MQTT it only had the Matter blueprint so far. In Zigbee mode Z2M reports a single press as alternating on/off, double as on_double, triple as off_double and a turn as brightness_move_to_level with the absolute target in action_level; no long press and nothing from the lower LED part. The blueprint listens on the state topic so action_level reaches the sequences. Image reused from the Matter blueprint (same device). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L4NaGiukVkz6M4tnjii9Mp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #51: the BILRESA scroll wheel (E2490) can be switched from Matter to Zigbee mode, and paired with Zigbee2MQTT it only had the Matter blueprint so far.
zigbee2mqtt-ikea-e2490). In Zigbee mode the remote reports far less than over Matter: a single press alternateson/off, double presson_double, triple pressoff_double, a long press sends nothing and the lower LED part only cycles the LED. Rotating sendsbrightness_move_to_levelwith the absolute target inaction_level(0-255, several messages per turn).zigbee2mqtt/+, identifierzigbee2mqtt/<device>) sodata.action_levelreaches the sequences; the info text suggestslight.turn_onwithbrightness: "{{ [data.action_level, 254] | min }}"and queued mode.Manifest bumped to 5.3.2. Verified on the dev instance with simulated Zigbee2MQTT state messages: discovery reports the device, rotate fires with
action_level120, press (on) fires, messages without a matching action do nothing. Not tested on a physical E2490 in Zigbee mode, the two reporters in #51 have one.🤖 Generated with Claude Code
https://claude.ai/code/session_01L4NaGiukVkz6M4tnjii9Mp