geidorei
(geidorei)
January 5, 2022, 9:48pm
1
Has anyone been able to get this work?
I have tried a few blueprints all to avail. All showing up in Zigbee2MQTT, no issues there.
Just trying to get it to switch on an Ikea smart plug.
Have tried:
Controller - IKEA E1743 TRÅDFRI On/Off Switch & Dimmer
[Z2M] Generic Ikea Remote Control
Blueprint config with [Z2M as follows:
Any help much appreciated folks.
francisp
(Francis)
January 6, 2022, 9:27am
2
My ikea e1743 buttons work nice, but I don’t use blueprints.
example:
- id: '1567689190101'
alias: bedlicht aan
trigger:
- platform: mqtt
topic: zigbee2mqtt/ikea_button1/action
payload: 'on'
action:
- data:
entity_id: light.light_ikea1
service: light.turn_on
mode: single
- id: '1567689190102'
alias: bedlicht uit
trigger:
- platform: mqtt
topic: zigbee2mqtt/ikea_button1/action
payload: 'off'
action:
- data:
entity_id: light.light_ikea1
service: light.turn_off
mode: single
geidorei
(geidorei)
January 6, 2022, 9:44am
3
Thanks Francis - will have a look when I’ve finished work. Will let u know…
geidorei
(geidorei)
January 11, 2022, 10:06pm
4
Hi again - apols delay, things got in the way…
This is what I have moded your code to - obviously doesn’t work lol as not sure at all what to put in the MQTT line?
- id: '1567689190101'
alias: Turn On RockJam
trigger:
- platform: mqtt
topic: zigbee2mqtt/sensor.rockjam_button_action/action
payload: 'on'
action:
- data:
entity_id: switch.rockjam
service: switch.turn_on
mode: single
- id: '1567689190102'
alias: Turn Off RockJam
trigger:
- platform: mqtt
topic: zigbee2mqtt/sensor.rockjam_button_action/action
payload: 'off'
action:
- data:
entity_id: switch.rockjam
service: switch.turn_off
mode: single
And entities from HA are as follows:
Any help appreciated…
francisp
(Francis)
January 12, 2022, 5:43am
5
Install mqtt explorer, click your button and see what mqtt action is sent
geidorei
(geidorei)
January 12, 2022, 1:39pm
6
Hi - dont know if u can help with this but cant connect to 127.0.0.1 - cant find any solution online. Keeps saying disconnected from server.
HA is running on a Pi BTW.
geidorei
(geidorei)
January 12, 2022, 4:25pm
7
Hi don’t worry about above, as have manged to monitor via MQTT settings - when monitoring events only one event showed when I pressed ‘0’, nothing more showed no matter how many buttons I’ve pressed. I’ve checked status in zigbeemqtt, health good and LQI. No idea now lol.
francisp
(Francis)
January 12, 2022, 5:37pm
8
Don’t use 127.0.0.1, use the ip of your HA.
1 Like
geidorei
(geidorei)
January 15, 2022, 2:17pm
9
Hi - MTQQ Explorer shows nothing at all, correct IP entered. Port is still same 1883 isnt it, or am I being stupid?
francisp
(Francis)
January 16, 2022, 6:12am
10
You need something like this:
geidorei
(geidorei)
January 16, 2022, 1:01pm
11
Hi - many thanks for the reply - thats what I had… I installed on laptop and it worked, came back to main PC still nothing, reinstalled it and voila! No idea, I blame gremlins…
However, still not showing up when I press any button, no events showing. All okay on MQTT, as below.
Any ideas on this… ???
geidorei
(geidorei)
January 16, 2022, 6:37pm
12