Page 2 of 2
Re: IKEA Fyrtur, Tredansen and Praktlysing
Posted: Thursday 27 October 2022 21:30
by kris
I followed the steps in
https://zigbeefordomoticz.github.io/wik ... ller-blind
After enabling this setting the blind will show up in the list, but only the blind. When I try to save it, it won't save and I don't get a group Id.
Is there some other setting I need to enable? I have enabled "Create Group 0000" but it doesn't create and save that group either...
Re: IKEA Fyrtur, Tredansen and Praktlysing
Posted: Thursday 27 October 2022 21:44
by pipiche
So here is what I did on my test system with a ZIgate V1
1- in the settings enable
- group
- create group 0000

- Screenshot 2022-10-27 at 21.41.37.png (97.74 KiB) Viewed 407 times
2- I restarted the plugin
and after the restart got the group 0000 created

- Screenshot 2022-10-27 at 21.43.15.png (77.9 KiB) Viewed 407 times
So if you cannot reach that, please have a look to the Domoticz logs and the Plugin logs, because that would mean something do not work.
Re: IKEA Fyrtur, Tredansen and Praktlysing
Posted: Thursday 27 October 2022 22:09
by kris
Hey I got it working! (the group that is).
I had to disable and enable the plugin from Domoticz Hardware tab, the plugin restart from the DomoticzZigbee WebUI didn't take apparently.
Thanks for your help!
Now if I could only get the remote joined to the group.

Re: IKEA Fyrtur, Tredansen and Praktlysing
Posted: Thursday 27 October 2022 22:51
by kris
I ran the commands
Code: Select all
curl -X PUT -d ‘{“sourceIeee”:”8cf681fffe2d5cda”, “sourceEp”: “01”, “groupId”: “0000”, “cluster”: “0102”}’ http://127.0.0.1:9440/rest-zigate/1/unbinding-group
and
Code: Select all
curl -X PUT -d ‘{“sourceIeee”:”8cf681fffe2d5cda”, “sourceEp”: “01”, “groupId”: “0001”, “cluster”: “0102”}’ http://127.0.0.1:9440/rest-zigate/1/binding-group
and got response that the bind was made but he remote still won't control the blind...
Anyway, I don't care too much about that as I have scripted the remote buttons and it's working nicely now.
What I really want though is to be able to set a level for the blind from Domoticz.
