Sergio_Obredor Posted October 19, 2023 Share Posted October 19, 2023 (edited) "Hello Shelly community, I have the 'USB Shelly Blu Gateway' device, and I have the idea of using it to connect and manage all Bluetooth-enabled devices through it to ease the congestion on the Wi-Fi network. However, no matter how hard I've looked, I can't find any guides, tutorials, or examples on how to do this. Given the device's name, it should be straightforward to connect other devices to it, but I always get '0 devices connected.' The closest I've come to my goal is reading a message from the Shelly Blu door/window device via a script and performing an action based on this message. As far as I understand, this can be done with any Generation 2 device that supports scripting. This raises the question of whether the gateway is useful or not. Has anyone managed to connect devices to the gateway and communicate with them, not just to work as a Bluetooth repeater to improve the signal?" Edited October 19, 2023 by Sergio_Obredor Quote Link to comment Share on other sites More sharing options...
lamazze Posted November 1, 2023 Share Posted November 1, 2023 Hello Sergio, I have exactly the same question. I have a Shelly Gateway and a Shelly BLU Door/Window. My Shelly Gateway is configured and now I have absolutely no idea how to connect the Shelly BLU Door/Window. The web interface of the Gateway doesn't seem to have a page to connect a bluetooth device. And on the other hand when I push 10 seconds of the BLU Door/Window, nothing really happens. I thought I would at least "see" the device with my iPhone ou my PC but the device is invisible. Did you make any progress since October ? Thank you lamaZZe Quote Link to comment Share on other sites More sharing options...
coolmak Posted November 2, 2023 Share Posted November 2, 2023 Hi! I had this a week ago. At first install the Shelly BLE Debug app on your phone. With that you can connect to the BLU device and update the firmware. Apart from that you need to open the Shelly BLU Door/Window as there is a button inside. When scanning via Bluetooth you need to press the button on the device to show in the Shelly Smart Control App Quote Link to comment Share on other sites More sharing options...
Shelly Olsche Posted November 2, 2023 Shelly Share Posted November 2, 2023 17 minutes ago, coolmak said: Apart from that you need to open the Shelly BLU Door/Window as there is a button inside. The control button on the BLU DoorWindow is also very easily accessible from the outside. Quote Link to comment Share on other sites More sharing options...
lamazze Posted November 4, 2023 Share Posted November 4, 2023 Thank you for your input. The problem was rather simple, even if the Door/Window is completely new: the battery was dead! (I bought it in july 2023). Now I was able to connect and update the firmware of the door/window through the IOS Shelly app. And get data from it also. However I still have the same problem as Sergio: I have a BLU gateway running and connected to my wifi, and a BLU door/window. How do I get data from the door/window through the gateway ? The API (https://shelly-api-docs.shelly.cloud/gen2/Devices/ShellyBluGw) doesn't help, the web interface of the gateway allows to enable/disable the bluetooth but nothing to add a bluetooth device. Any idea and/or link that explains how to achieve that ? Thank you very much Quote Link to comment Share on other sites More sharing options...
lamazze Posted November 11, 2023 Share Posted November 11, 2023 I've installed a script on the Shelly Gateway and it's running. This is the dw BLU script: https://github.com/ALLTERCO/shelly-script-examples/blob/main/ble-shelly-dw.js In that script, I see a call to "Switch.Set": Shelly.call("Switch.Set", { id: 0, on: true }); How do I retrieve that value ? I've tried http://192.168.33.1/rpc/Switch.GetConfig?id=0 on the gateway but I get a 404 error Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.