Shelly BLU motion sensors not sending updates

Just bought a Shelly BLU Motion sensor and tried to add it into Openhab 5.1
Using text definitions:

Things:

// The gateway
Thing shelly:shellyplus2pm-relay:ccba97dc9500 “Licht Essen” @ “Essen” [deviceIp=“192.168.10.34”, userId=“”, password=“”]

// The motion sensor
Thing shelly:shellyblumotion:e8e07ed0a0ec “Bewegung Wohnzimmer” [deviceAddress=“e8:e0:7e:d0:a0:ec”]

This works so far, as it becomes ONLINE, but
CONFIGURATION_PENDING
Device is initializing or in sleep mode.

And it only shows two channels:
device#alarm:
type: alarmTrigger
device#wifiSignal:
type: signal-strength

So I think that the Shelly Plus 2PM does not send any updates to openhab.
Not sure yet if :sensors or :status is correct since different sources tell different thing, but none of these are updated:
Switch Shelly_Motion_Sensors “Bewegung [%s]” { channel=“shelly:shellyblumotion:e8e07ed0a0ec:sensors#motion” }
Switch Shelly_Motion_Status_Status “Bewegung [%s]” { channel=“shelly:shellyblumotion:e8e07ed0a0ec:status#motion” }

It looks like this in the Shelly web-ui, therefore I think this part is working.

Has anyone a Shelly BLU motion sensor working via gateway?
Actually I’d prefer not to use the MQTT fallback.

Hi Thomas, I’m just trying to make may way through the same exercise .. maybe we can help each other a bit. From where you are right now, I would go for the following:

  1. Try to enable the gateway mode on the shelly2pm-Thing with the setting: enableBluGateway=“true”, once done (and refreshed) OH will push a script called “oh-blu-scanner.js” to the 2pm - you will be able to see it on the 2pm web-interface, section scripts:

  1. Afterwards you can go back to the thing configuration of the BLU Motion (eventually removing and adding it again). After saving the BLU Motion Sensor thing, it should show all the channels once you open it again (changing from CONFIGURATION_PENDING to ONLINE). Eventually try pressing the button on (or better to say in) the motion sensor in case it does not show up in the discovery.