Hi!
I would really appreciate if someone could help me with this, I have been researching this for several days and can’t find a solution. I will try to detail with as much information as I can:
I have been using z-wave for about a year and now started with zigbee together with a Conbee usb stick and a couple of Ikea trådfri lights, outlets and remotes. The lights and outlets are working as they should but I can’t hook into the events that the remotes should be sending. The ikea remote is connected and marked as online in the ZHA panel.
For the z-wave devices you can see the events triggered in OZW_log.txt and thought that the zigbee events would be displayed in home-assistant.log by adding the following to configuration.yaml, a whole lot more logging is added but I can’t see anything when clicking any of the buttons on the remote.
logger:
default: info
logs:
pydeconz: debug
homeassistant.components.deconz: debug
I’m running on hass.io v 0.88.1. I’m using the offical deCONZ addon v 1.4, all zigbee devices have been added using the addon and not the Phoscon UI and therefore no devices are shown in the Phoscon UI. Using GCFFlasher i flashed deCONZ_Rpi_0x26300500.bin.GCF firmware onto the usb stick from a windows machine, downloaded from: https://www.dresden-elektronik.de/rpi/deconz-firmware/?C=M;O=D
I have tried to setup automations that would be triggerd by the remotes but nothing happens, like this one:
- alias: ikea remote
hide_entity: True
initial_state: 'on'
trigger:
- platform: event
event_type: deconz_event
event_data:
id: zha.zha_ikea_of_sweden_tradfri_remote_control_fe204dd4
event: 1002
action:
service: scene.turn_on
entity_id: scene.good_night
Thanks in advance for any input!