-
Notifications
You must be signed in to change notification settings - Fork 16
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
v 2.3 - IKEA RODRET Dimmer not working. #93
Comments
This would need some debugging at your end or a sizeable log to be posted. I suggest the following steps
If the controller doesnt generate a hub event then hte integration would not help |
|
Any hub event debug log when you click on the shortcut? |
“When I press the button, this appears in the log file.”
|
Will be nice to get the full logs with debug enabled. then restart home assistant and press a button. |
@bjo3rns I have deleted the log that posted for info in log... I have it copied with me for debugging |
If you check the JSON dump for the dimmer, you see it cant send clicks to the hub [ notice the canSend attribute ], thus no empty scenes are not associated and hence no trigger is associated with it. The click even you sent are you sure its from the dimmer, all the messages are either from light_sensor or motion_sensor. Would help to have the full json dump as well |
|
Thank you, you would see the the RODRET dimmer doesnt support any click events. |
If you could create a scene associated with this dimmer (using the IKEA app) and then press the butotn and see if it comes up in the hub_event debug log then I can make it work |
I created a scene in the Ikea app and executed it.
|
did u restart hass post creating the scene. If not if could do that and verify in the log it says "Found scenes.." is more than 0 currently it shows zero. Post that activate the scene and send in the logs |
I created a scene in the IKEA app, but it cannot be controlled with the IKEA RODRET dimmer. I can only control devices, not scenes. |
|
18T19:12:38.000Z', 'attributes': {'customName': 'Fernbedienung', 'firmwareVersion': '1.0.57', 'hardwareVersion': '1', 'manufacturer': 'IKEA of Sweden', 'model': 'RODRET Dimmer', 'productCode': 'E2201', 'serialNumber': '583BC2FFFEEE2F74', 'batteryPercentage': 93, 'isOn': False, 'lightLevel': 1, 'permittingJoin': False, 'otaPolicy': 'autoUpdate', 'otaProgress': 0, 'otaScheduleEnd': '00:00', 'otaScheduleStart': '00:00', 'otaState': 'readyToCheck', 'otaStatus': 'upToDate', 'circadianPresets': []}, 'capabilities': {'canSend': ['isOn', 'lightLevel'], 'canReceive': ['customName']}, 'room': {'id': 'bd914af4-6ee5-4166-96ab-d02e27e407a6', 'name': 'Schlafzimmer ', 'color': 'ikea_beige_1', 'icon': 'rooms_bed'}, 'deviceSet': [], 'remoteLinks': [], 'isHidden': False}] 2024-10-18 23:05:32.874 DEBUG (MainThread) [custom_components.dirigera_platform] Iterated to : RegistryEntry(entity_id='sensor.fernbedienung', unique_id='c9023a1e-333f-4a56-b318-6f8a4be84129_1', platform='dirigera_platform', previous_unique_id=None, aliases=set(), area_id=None, categories={}, capabilities=None, config_entry_id='01JA0XS7DF13NNXT9KT79W8SYF', created_at=datetime.datetime(2024, 10, 18, 14, 54, 27, 143855, tzinfo=datetime.timezone.utc), device_class=None, device_id='701b07c01b332e52b8b410ab5166dce9', disabled_by=None, entity_category=<EntityCategory.DIAGNOSTIC: 'diagnostic'>, hidden_by=None, icon=None, id='adda3721c4eb3c93810677d0cb440927', has_entity_name=False, labels=set(), modified_at=datetime.datetime(2024, 10, 18, 14, 54, 28, 540639, tzinfo=datetime.timezone.utc), name=None, options={'conversation': {'should_expose': False}}, original_device_class='battery', original_icon='mdi:battery', original_name='Fernbedienung', supported_features=0, translation_key=None, unit_of_measurement='%') 2024-10-18 23:05:32.874 DEBUG (MainThread) [custom_components.dirigera_platform] Found controller to tag events to entity : sensor.fernbedienung 2024-10-18 23:05:32.875 DEBUG (MainThread) [custom_components.dirigera_platform] Returning triggers : [{'device_id': '701b07c01b332e52b8b410ab5166dce9', 'domain': 'dirigera_platform', 'platform': 'device', 'type': 'single_click', 'entity_id': 'sensor.fernbedienung'}, {'device_id': '701b07c01b332e52b8b410ab5166dce9', 'domain': 'dirigera_platform', 'platform': 'device', 'type': 'long_press', 'entity_id': 'sensor.fernbedienung'}, {'device_id': '701b07c01b332e52b8b410ab5166dce9', 'domain': 'dirigera_platform', 'platform': 'device', 'type': 'double_click', 'entity_id': 'sensor.fernbedienung'}]
The text was updated successfully, but these errors were encountered: