Hi everyone,
I have a small issue with Shelly Blu window/door sensors.
I have several of them, but the latest ones I acquired no longer work correctly with openMQTTGateway.
Here’s what I see in MQTT Explorer:
{
"manufacturerdata": "a90b0101000b02000a8187a8f52e3c",
"name": "SBDW-2C8781",
"id": "3C:2E:F5:A8:87:81",
"rssi": -54,
"rssi": -60,
"servicedatauuid": "fcd2",
"servicedata": "4400100164059808002d003f0000",
"mfr": "Allterco Robotics ltd"
}
Whereas for the older ones…
{
"name": "SBDW-002C",
"id": "3C:2E:F5:BD:25:16",
"rssi": -46,
"rssi": -45,
"brand": "Shelly",
"model": "ShellyBLU Door/Window",
"model_id": "SBDW-002C",
"type": "CTMO",
"packet": 212,
"batt": 100,
"lux": 0,
"open": false,
"rot": 0,
"mac": "3C:2E:F5:BD:25:16"
}
I think they have changed the way they communicate because I was able to see them in the Shelly app.
If someone can help me.
Thank you all.