30.07.2026, 20:04
I have three IKEA Styrbar remote controls. One is a bit older than the two others. I have been playing with the old one, and have got everything configured as I'd like. So my plan was to just copy my config to the two others, and they would behave identically. Spoiler: They do not...
For the two new ones I can only get the power on and power off button to actually send an event. The arrows on the side and the dimup/down events are not sending anything.
They have very similar info. Old one:
New one:
New one has "64636" input cluster and "Scenes (5)" output cluster in addition, and of course the firmware differs.
Some googling revealed this link: https://github.com/arendst/Tasmota/discussions/23227 where it says that you have to bind the Scenes cluster. Which I don't understand how to do using Lua - especially since the "Scenes" cluster is not even mentioned here: https://kb.logicmachine.net/libraries/zi...ibute-list
Please help?
For the two new ones I can only get the power on and power off button to actually send an event. The arrows on the side and the dimup/down events are not sending anything.
They have very similar info. Old one:
Code:
Manufacturer: IKEA of Sweden
Model: Remote Control N2
Firmware version: 1.0.024
Device type: End device
Power source: Battery
Receive when idle: No
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- PowerCfg (1)
- Identify (3)
- PollCtrl (32)
- LightLink (4096)
- 64599
Output clusters
- Identify (3)
- OnOff (6)
- LevelCtrl (8)
- Ota (25)
- LightLink (4096)New one:
Code:
Manufacturer: IKEA of Sweden
Model: Remote Control N2
Firmware version: 2.4.17
Device type: End device
Power source: Battery
Receive when idle: No
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- PowerCfg (1)
- Identify (3)
- PollCtrl (32)
- LightLink (4096)
- 64599
- 64636
Output clusters
- Identify (3)
- Scenes (5)
- OnOff (6)
- LevelCtrl (8)
- Ota (25)
- LightLink (4096)New one has "64636" input cluster and "Scenes (5)" output cluster in addition, and of course the firmware differs.
Some googling revealed this link: https://github.com/arendst/Tasmota/discussions/23227 where it says that you have to bind the Scenes cluster. Which I don't understand how to do using Lua - especially since the "Scenes" cluster is not even mentioned here: https://kb.logicmachine.net/libraries/zi...ibute-list
Please help?