I already tried to use the "Bluetooth device connected?" block by its own, but it doesn't work if I leave blank name and mac addrees... It forces me to choose a device or simply it takes the "no" path, but I don't want to choose a device, I want it to work for any device. I think I'm not rhe only one with this issue, 'cause other flows I downloaded from the community use a cycle to verify if any of the device paired in the past is connected.My flow is polling every 3 minutes because I want it to turn bluetooth on and verify if there is any device to connect to, if not I want it to turn the bluetooth off again, so the block has to work in "immediately" mode and not in "when changed".Thanks again for your help
Sorry pal, I think you are focusing on the wrong detail.I tried to check the address from both the yes and no path 'cause the "bluetooth device connected block" is not working as I suppose it should when I don't select a name and/or mac address: I thought it should exit the YES path if any bluetooth device was connected, the NO path if none is connected... But unless I fill in a name or mac address is always getting out on the NO path, so I tried to check by myself if, at least, the block would fill the variable.So, answer my question: how am i supposed to check if any device is connected by bluetooth? And please, don't tell me to use that block by itself cause it's not working.