dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.88k stars 489 forks source link

One ikea open/close remote for multiple fyrtur blinds? #3414

Closed jbigte closed 3 years ago

jbigte commented 3 years ago

Describe the question or issue you are having

Controlling multiple fyrtur blinds with one ikea open/close remote E1766 - does not work

Screenshots

Environment

deCONZ Logs

Additional context

Here's what I did and the issue:

I've spent hours researching the multiple threads here, eg https://github.com/dresden-elektronik/deconz-rest-plugin/issues/3406 https://github.com/dresden-elektronik/deconz-rest-plugin/issues/1261 and especially https://github.com/dresden-elektronik/deconz-rest-plugin/issues/1121 and elsewhere and found some relevant information, but nothing that has ultimately led to a solution.

I have 9 Ikea Fyrtur blinds, running latest firmware 2.2.009. Four blinds in one room, four blinds in another room, one in a third room.

For the rooms with four blinds, I'd like a single remote to control three of them. Paired the switch in Phoscon without issue. Firmware version 2.2.010 (although I have some other switches of the same model that are firmware 2.2.008 - same ultimate result.)

Then added 3 blinds to the group created by the switch. I've tried doing this in both the old web interface, and using the REST API.

Output from the REST API shows there are indeed 3 blinds in the group created by the switch pairing:

{ "action": { "alert": "none", "bri": 127, "colormode": "hs", "ct": 0, "effect": "none", "hue": 0, "on": false, "sat": 127, "scene": null, "xy": [ 0, 0 ] }, "devicemembership": [ "13" ], "etag": "62758450de1629d88a54b741adfad9fe", "id": "10", "lights": [ "3", "6", "4" ], "name": "TRADFRI open/close remote", "scenes": [], "state": { "all_on": false, "any_on": false }, "type": "LightGroup", "uniqueid": "68:0a:e2:ff:fe:42:06:b8" }

And the switch shows as follows under sensors:

"13": { "config": { "alert": "none", "battery": 60, "group": "10", "on": true, "reachable": true }, "ep": 1, "etag": "7ec0a9644d57c19fae8d96637151070c", "lastseen": "2020-10-13T15:29Z", "manufacturername": "IKEA of Sweden", "mode": 1, "modelid": "TRADFRI open/close remote", "name": "Test Master", "state": { "buttonevent": 1002, "lastupdated": "2020-10-13T07:23:50.099" }, "swversion": "2.2.010", "type": "ZHASwitch", "uniqueid": "68:0a:e2:ff:fe:42:06:b8-01-1000" }

Here's one of the blinds, under lights:

"3": { "etag": "d6186952bd94743d8e108497b210874d", "hascolor": false, "lastannounced": "2020-10-12T08:55:15Z", "lastseen": "2020-10-13T15:31Z", "manufacturername": "IKEA of Sweden", "modelid": "FYRTUR block-out roller blind", "name": "Master balcony center blind", "state": { "bri": 0, "lift": 0, "on": false, "open": true, "reachable": true }, "swversion": "2.2.009", "type": "Window covering device", "uniqueid": "d0:cf:5e:ff:fe:dd:c0:aa-01" },

However, only one blind is controlled, the others do nothing.

I've tried re-pairing the blinds, disconnecting the battery for 10 seconds on the blinds, same on the remote, and no luck.

One other thing, I'm also running home automation (core) on the same debian server. No problem controlling the blinds individually from HA.

Can anyone advise how to diagnose the issue, or anything else to try? Wondering:

Screenshot 2020-10-13 at 17 37 46 Screenshot 2020-10-13 at 17 44 45
stale[bot] commented 3 years ago

As there hasn't been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

jbigte commented 3 years ago

After a bit of further digging - eg saw that the ikea remotes were sending 3 events for each button press (not sure why?), gave up on them and am now using HA to control the blinds without issues.

Would be nice to get the remotes working some day...

stale[bot] commented 3 years ago

As there hasn't been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.