Error when trying to add Shelly BLU Gateway

Hi,
When trying to add a Shelly BLU Gateway it fails and writes this in the log:


2024-07-14 08:53:13.540 [DEBUG] [shelly.internal.ShellyHandlerFactory] - Shelly BLU Gateway: Create new thing of type shelly:shellyblugw using ShellyBluSensorHandler

2024-07-14 08:53:13.546 [DEBUG] [shelly.internal.ShellyHandlerFactory] - Thing handler for uid shelly:shellyblugw:f36cdb6bb6 added, total things = 1

2024-07-14 08:53:13.548 [DEBUG] [ernal.handler.ShellyBluSensorHandler] - Thing is using class org.openhab.binding.shelly.internal.handler.ShellyBluSensorHandler

2024-07-14 08:53:15.548 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellyblugw-f36cdb6bb6: Using default userId admin from binding config

2024-07-14 08:53:15.549 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellyblugw-f36cdb6bb6: Using default password from bindingConfig (userId=admin)

2024-07-14 08:53:15.549 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellyblugw-f36cdb6bb6: Config: Device address=192.168.19.75, HTTP user/password=admin/***, update interval=60

Events: Button: false, Switch (on/off): true, Push: true, Roller: trueSensor: true, CoIoT: false

Blu Gateway=true, Range Extender: true

2024-07-14 08:53:15.549 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellyblugw-f36cdb6bb6: Start initializing for thing Shelly BLU Gateway, type shellyblugw, IP address 192.168.19.75, Gen2: false, CoIoT: false

2024-07-14 08:53:15.793 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellyblugw-f36cdb6bb6: Unexpected API result: 404/Not Found

org.openhab.binding.shelly.internal.api.ShellyApiException:

at org.openhab.binding.shelly.internal.api.ShellyHttpClient.innerRequest(ShellyHttpClient.java:213) ~[?:?]

at org.openhab.binding.shelly.internal.api.ShellyHttpClient.httpRequest(ShellyHttpClient.java:113) ~[?:?]

at org.openhab.binding.shelly.internal.api1.Shelly1HttpApi.getDeviceProfile(Shelly1HttpApi.java:132) ~[?:?]

at org.openhab.binding.shelly.internal.handler.ShellyBaseHandler.initializeThing(ShellyBaseHandler.java:324) ~[?:?]

at org.openhab.binding.shelly.internal.handler.ShellyBaseHandler.lambda$0(ShellyBaseHandler.java:188) ~[?:?]

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [?:?]

at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]

at java.lang.Thread.run(Thread.java:840) [?:?]


Openhab 4.2

Best Regards, Valter