What are the options for using the Ikea Tradfri remotes with HA ?
As far as I understand, they don’t pair with the gateway, but with the bulbs themselves… however I’d like to employ them to control my Yeelight bulbs and other HA actions
From what I’ve found so far, the only options are:-
ZiGate - (Proprietary hardware)
Deconz - (With a proprietary Conbee stick or raspbee)
I already have several Zigbee sticks (for use with Zigbee2mqtt) but it seems Zigbee shepherd cannot support the Tradfri remote currently…
Ideally I’d prefer not to have to buy yet another stick - but I assume there is no firmware available to use a CC2530/31 with ZiGate/Deconz?
Are there any other options I missed ? - I’d like to get this done as cheaply as possible as WAF is low when I keep buying things
I use different remotes with deCONZ, and it works as expected. I use appdaemon to do custom automations, e.g. use side buttons to move control of lights to a subset of a room
The tradfri remote also works with the development version of zigbee2mqtt. I set it up two days ago and it works like a charm. Pairing not just only to a bulb and so freely configurable in HA.
If it works like that with deCONZ, it should be possible with zigbee2mqtt also. The current procedure (while very nice for the tinkerer) does not seem suitable for the broad masses.
In zigbee2mqtt the tradfri remote control is defined as mqtt sensor as all information is sent as (JSON formatted) payload to the configured topic. Some exmaple payloads:
I paired my tradfri remote with deconz and I can see it on Phoscon software. It works when I set up an automation on Phoscon. I don’t see the device on HA though, in the list of deconz devices (I can see other devices there).
How can I set up and automation with this switch?
I cannot setup the automation suggested by @rtenklooster because I don’t have an entity_id.
Thx. I guess you are referring to this. I’ve read it. I’m still missing the device id though. My remote appears as " TRADFRI remote control" in Phoscon, but what device id should I expect to get in the event parameter of the deconz_event? Should I expect to see the remote somewhere in HA UI?