Replies: 2 comments 12 replies
-
Have you tried with another app like Eve or Controller for HomeKit? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much for your reply. I can see the button(s) in Eve and I have assigned an action to them - however nothing happens when switch used. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am new in the Z2M world and desperately need your help (I spend hours looking for a solution...)
I am running Homebridge on rp4 + Zigbee2MQTT.
In Zigbee2MQTT I successfully connected my IKEA E1743 switch. Homebridge is picking up the switch from MQTT with 6 different buttons:
This buttons are not visible in the Home app on my Iphone nor are they having any reaction on any button press (except the battery charge indicator is shown correctly).
I assume that the reason is lack of configuration in the JSON file. I tried everything possible without success.
Current JSON:
{
"mqtt": {
"base_topic": "zigbee2mqtt",
"server": "mqtt://192.168.178.96:1883",
"reject_unauthorized": false,
"keepalive": 60,
"version": 4,
"disable_qos": false
},
"defaults": {
"exclude": false
},
"exclude_grouped_devices": false,
"platform": "zigbee2mqtt"
}
For information - Homebridge is shwowing the following:
31/01/2024, 21:33:30] [zigbee2mqtt] Mapping of property 'action' of device 'ikea':
Button 1 (off):
- SINGLE: off
Button 2 (on):
- SINGLE: on
Button 3 (brightness_stop):
- SINGLE: brightness_stop
Button 4 (brightness_move_down):
- SINGLE: brightness_move_down
Button 5 (brightness_move_up):
- SINGLE: brightness_move_up
Please point me to the correct direction.
Thank you in advance.
Marko
Beta Was this translation helpful? Give feedback.
All reactions