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.

