Switch doesn't switch light

Hello everyone.
I’m a newbee and I can’t manage a switch working with a light.
On/off/etc doesn’t work.
Within the app I can sucessfully switch on/off the light. And can use the full functionality of the LED controller

Those parts are placed in the same group:
1 x Light (RGBCCT Strip with GLedOpto Pro controller)
1 x Friends of Hue switch
and (not parallel) for tests
1 x YPHIX Zigbee dimmer switch 1 zone

I unsuccessfully tried different button modes (on; off; on with dimming; off with dimming)

In my Philips Hue system both switches are working as defined.

Do have anybody an idea how to solve this issue?
Thanks for any help.

With the switch paired, can you check what it does in the API? In phoscon, under “help” there’s “api info” Check for “events” when you click the buttons.

Thanks for answering. In API information there is no action log while click the bottons. Meanwhile I tried a third switch, a YPHIX RGBW remote. This switch works with a stripe and events are logged in API. I’m wondering why the other both switches are listed in dropdown menue, but not work.
{
“9”: {
“config”: {
“battery”: 100,
“group”: “1793,6,7,8”,
“on”: true,
“reachable”: true
},
“ep”: 1,
“etag”: “4d9f7360c128370f38f9cfb9524bfb7a”,
“lastannounced”: “2021-12-01T20:02:12Z”,
“lastseen”: “2021-12-04T07:28Z”,
“manufacturername”: “Sunricher”,
“mode”: 1,
“modelid”: “ZGRC-KEY-007”,
“name”: “Schalter 2Tasten”,
“state”: {
“buttonevent”: 1002,
“lastupdated”: “2021-12-01T20:02:47.551”
},
“swversion”: “2.5.3_r20”,
“type”: “ZHASwitch”,
“uniqueid”: “cc:cc:cc:ff:fe:89:f6:16-01-0006”
},
“10”: {
“config”: {
“on”: true
},
“ep”: 242,
“etag”: “8dcdbc0a005b6709da24da1746bdb71d”,
“lastannounced”: null,
“lastseen”: “2021-12-01T21:27Z”,
“manufacturername”: “PhilipsFoH”,
“modelid”: “FOHSWITCH”,
“name”: “Friends of Hue Schalter”,
“state”: {
“buttonevent”: 7002,
“lastupdated”: “2021-12-01T21:27:40.482”
},
“type”: “ZGPSwitch”,
“uniqueid”: “00:00:00:00:01:72:c6:50-f2”
},
“15”: {
“config”: {
“battery”: 75,
“group”: “56065,12,13,14”,
“on”: true,
“reachable”: true
},
“ep”: 1,
“etag”: “e95b023bcd1cee3c23be2ea44b2910fa”,
“lastannounced”: null,
“lastseen”: “2021-12-04T07:26Z”,
“manufacturername”: “Sunricher”,
“mode”: 1,
“modelid”: “ZGRC-KEY-009”,
“name”: “Schalter 8Tasten”,
“state”: {
“buttonevent”: 1002,
“lastupdated”: “2021-12-04T07:00:35.905”
},
“swversion”: “2.2.3_r11”,
“type”: “ZHASwitch”,
“uniqueid”: “00:0d:6f:00:13:e9:cd:0d-01-1000”
}
}

I am in basically the same situation, cant trigger lights with my FoH switches. Have you found a solution?

@Mimiix , i cant find API under help, is there something i need to do to enable it?

@Lunt What version are you on?

Deconz 6.8.0

That’s not the deconz version but the HA Addon version. I am not sure what version that is of deCONZ. Either way, i suggest updating to the latest stable.

updating gave me the API. my deconz seems to be v2.13.4.

my rest api looks like

{
    "12": {
        "config": {
            "on": true
        },
        "ep": 242,
        "etag": "d9117b189943602f66d8112e9b580bd6",
        "lastannounced": null,
        "lastseen": null,
        "manufacturername": "PhilipsFoH",
        "modelid": "FOHSWITCH",
        "name": "S1",
        "state": {
            "buttonevent": 7002,
            "lastupdated": "2021-12-31T12:20:58.842"
        },
        "type": "ZGPSwitch",
        "uniqueid": "00:00:00:00:01:71:f4:3e-f2"
    },
    "13": {
        "config": {
            "on": true
        },
        "ep": 242,
        "etag": "a51c7fbe0a826d994ebe30dcda43690c",
        "lastannounced": null,
        "lastseen": null,
        "manufacturername": "PhilipsFoH",
        "modelid": "FOHSWITCH",
        "name": "Friends of Hue Switch",
        "state": {
            "buttonevent": 7002,
            "lastupdated": "2021-12-31T12:48:27.528"
        },
        "type": "ZGPSwitch",
        "uniqueid": "00:00:00:00:01:71:06:32-f2"
    }
}

my eventlist looks like

{}

Nothing is added when i push the buttons on the switches