Skip to content
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

[mqtt.homeassistant] HomeAssistant discover error, IKEA TRADFRI ON/OFF switch #14881

Closed
miwok72 opened this issue Apr 25, 2023 · 1 comment
Closed

Comments

@miwok72
Copy link

miwok72 commented Apr 25, 2023

hello,

in principle, the IKEA butto works, but in the log file appear the messages below, I think that here not everything is fully supported.

OH 3.4.3 and zigbee2mqtt 1.30.3

firmwareVersion 2.3.079
modelId TRADFRI ON/OFF switch (E1743)
deviceId zigbee2mqtt_5F0xbc33acfffe280cd9
vendor IKEA

https://www.zigbee2mqtt.io/devices/E1743.html#ikea-e1743

MQTT Config Topic

binary_sensor/0xbc33acfffe280cd9/update_available
device_automation/0xbc33acfffe280cd9/action_brightness_move_down
device_automation/0xbc33acfffe280cd9/action_brightness_move_up
device_automation/0xbc33acfffe280cd9/action_brightness_stop
device_automation/0xbc33acfffe280cd9/action_off
device_automation/0xbc33acfffe280cd9/action_on
device_automation/0xbc33acfffe280cd9/click_brightness_down
device_automation/0xbc33acfffe280cd9/click_brightness_stop
device_automation/0xbc33acfffe280cd9/click_brightness_up
device_automation/0xbc33acfffe280cd9/click_off
device_automation/0xbc33acfffe280cd9/click_on
sensor/0xbc33acfffe280cd9/action
sensor/0xbc33acfffe280cd9/battery
sensor/0xbc33acfffe280cd9/click
sensor/0xbc33acfffe280cd9/linkquality
sensor/0xbc33acfffe280cd9/update_state
update/0xbc33acfffe280cd9/update
2023-04-25 19:55:31.580 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_brightness_up component type is unsupported: device_automation
2023-04-25 19:55:31.580 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_on component type is unsupported: device_automation
2023-04-25 19:55:31.581 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_off component type is unsupported: device_automation
2023-04-25 19:55:31.581 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_brightness_move_up component type is unsupported: device_automation
2023-04-25 19:55:31.582 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_brightness_stop component type is unsupported: device_automation
2023-04-25 19:55:31.582 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_brightness_stop component type is unsupported: device_automation
2023-04-25 19:55:31.583 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_brightness_down component type is unsupported: device_automation
2023-04-25 19:55:31.586 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing update component type is unsupported: update
2023-04-25 19:55:31.586 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_on component type is unsupported: device_automation
2023-04-25 19:55:31.587 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_off component type is unsupported: device_automation
2023-04-25 19:55:31.624 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_brightness_move_down component type is unsupported: device_automation
2023-04-25 19:55:36.653 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_brightness_up component type is unsupported: device_automation
2023-04-25 19:55:36.653 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_brightness_move_up component type is unsupported: device_automation
2023-04-25 19:55:36.655 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_on component type is unsupported: device_automation
2023-04-25 19:55:36.656 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_off component type is unsupported: device_automation
2023-04-25 19:55:36.657 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_brightness_stop component type is unsupported: device_automation
2023-04-25 19:55:36.660 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_brightness_stop component type is unsupported: device_automation
2023-04-25 19:55:36.660 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing update component type is unsupported: update
2023-04-25 19:55:36.662 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_on component type is unsupported: device_automation
2023-04-25 19:55:36.662 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_off component type is unsupported: device_automation
2023-04-25 19:55:36.703 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing click_brightness_down component type is unsupported: device_automation
2023-04-25 19:55:36.705 [WARN ] [ssistant.internal.DiscoverComponents] - HomeAssistant discover error: thing action_brightness_move_down component type is unsupported: device_automation
@ccutrer
Copy link
Contributor

ccutrer commented Nov 19, 2023

device_automation is now supported as of #14234. #14241 add support for the update component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants