Shelly Bindings - Shelly Plus RGBW White Mode

Hello,

I’m using openHAB 5.1.2 with the Shelly Binding 5.2.0‑SNAPSHOT (also tested with the inbound bindings).
My Shelly Plus RGBW PM is configured in White Mode, but openHAB only detects it as an RGBW device, not as White‑Mode.
Shelly firmware version is 1.7.4, and the device profile is set to “Lights x 4”.
openHAB runs on Windows.

I receive the following error in the openHAB log:

Logger Class: openhab.event.ThingStatusInfoChangedEvent
Thing 'shelly:shellyplusrgbwpm:2ea2fc2b4c' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR):
Es trat ein unerwartetes Problem beim API-Zugriff auf. Überprüfen Sie die Logdatei für genauere Informationen.

In the Shelly log I see:

shos_rpc_inst.c:243 Shelly.GetStatus [2601@ohshelly-2ea2fc2b4c-2601] via HTTP_in POST 192.168.xx.xx:55617
shos_rpc_inst.c:243 Shelly.GetStatus [2602@ohshelly-2ea2fc2b4c-2602] via WS_in 192.168.xx.xx:54526
shos_rpc_inst.c:355 0x3ffcdf20: duplicate id 'openhab-192.168.xx.xx'
shos_rpc_inst.c:223 No handler for RGBW.GetStatus

From what I understand, the device sometimes falls back to default RGBW mode when it detects a duplicate ID or conflicting connections.
My older Shelly RGBW2 works fine with the dedicated binding for white mode.

My questions:

  1. Will a future Shelly binding include a separate Thing type such as “Shelly Plus RGBW PM White Mode”, similar to the RGBW2 White mode option?

  2. Is there a way to disable one of the two GetStatus requests (HTTP or WebSocket) in openHAB to avoid the duplicate ID problem?

Any help or suggestions would be appreciated!