RadoZA
(Radoslav)
November 25, 2019, 9:21pm
1
Hello, I have paired Ikea switch E1743 to ZHA, but I see only battery state, and can’t create action for push button. I have discovered, that this device support binding, so I bind it to Ikea power outlet, but nothing is happening when I push on or off button. I can’t find more information about it. This is what I see in logs (and other stuffs)
2019-11-25 21:19:02 INFO (MainThread) [homeassistant.components.zha.api] Issue bind devices: source_ieee: [cc:cc:cc:ff:fe:69:e0:f0] target_ieee: [08:6b:d7:ff:fe:07:7e:0d]
2019-11-25 21:19:17 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139897308740624] Error handling message: Timeout
And I have latest release from morning 0.102.2.
Any help ?
Thank You.
RadoZA
(Radoslav)
November 26, 2019, 8:33pm
2
Answered for newbies as I’m am.
Go to Developer tools > Events > star listening for zha_events and play with switch
and copy device_id and command to automation based on event trigger
7 Likes
Hmmm… I just hit this problem today.
The round remotes work nicely (E1810). However, I have the same problem with the square on/off remotes. They just show up as a battery indicator.
However, I cannot see any events in the developer tools when I listen for them. Nothing happens.
2 Likes
RadoZA
(Radoslav)
November 29, 2019, 6:34am
4
Hi,
I assume, that you already paired that switch to HA. Paring is done with resetting button inside device next to the battery.
Yes, it pairs no problem, and shows up in devices and entities.
RadoZA
(Radoslav)
November 29, 2019, 8:06am
6
I’m not sure if debug need to be enabled, but you can try this settings in configuration.yaml
logger:
default: error
logs:
hacs: debug
limitlessled: info
asyncio: info
homeassistant.components.zha: debug
zigpy: debug
bellows: info
zigpy_deconz: debug
zigpy_zigate: info
yes, I had set debug on the zha components. I can see the messages coming from the other (round) remotes, but nothing comes from the square ones at all.
oxyd
(Oxyd)
December 16, 2019, 5:38pm
9
When I listen to events, nothing ever shows up - for both round and square buttons.
Any idea how to get at least some activity logged?
ruzickav
(Vladimir)
December 26, 2019, 3:51pm
10
Hi there.
Have you managed to take this button working? I have the same one, with same behavior. Thus I am curious
oxyd
(Oxyd)
December 27, 2019, 3:42am
11
Yes, but not with ZHA since I have Hass.io on top of Raspbian and didn’t want to mock around trying to add the file off GitHub.
My solution, as per this thread https://community.home-assistant.io/t/ikea-switch-e1743/151429/12?u=oxyd was to buy a ConBee II and use deCONZ for now - and this is working great!
1 Like
walt
(Walt)
December 27, 2019, 6:40am
12
The button works with the latest version of zha-quirks which will be in an upcoming home assistant release.
1 Like
pegatron89
(Pegatron89)
December 27, 2019, 4:32pm
13
Can confirm this works with raspbee. Bought one today and can switch on / off anything really via automations and zha_event
Birger
(Birger Johansson)
January 27, 2020, 6:09am
14
Any news on this? Is it supposed to work in the latest update?
sgvj
April 24, 2020, 4:39pm
15
Square remotes work perfectly for me based on current release.
When creating an automation I can simply select ‘Device’ as the trigger type, then choose a trigger within that.
1 Like
Fabian04
(Fabian )
April 26, 2020, 7:26am
16
Thanks! Which release are you referring to? I do see the same options in automations, but if I press on the switch it does not trigger the automation
sgvj
April 27, 2020, 2:31pm
17
Lastest Home Assistant.
I experienced some switches not triggering also. Adding and removing the device fixed it.
1 Like
kkmaslowski
(Kamil Maslowski)
November 1, 2020, 8:42pm
18
Anybody know how to configure it as dimmer in HomeAssistant?
Hi there
Have the same issue with a E1743 with ZHA.
I tried to listening for zha_events and get nothing from this on/off switch.
I only see the battery level
walt
(Walt)
November 30, 2020, 5:02am
20
Sometimes you need to remove the remote from ZHA then add it back to get events generated.