Marco Colombo

Results 18 comments of Marco Colombo

thanks for the reply! Actually I solved by now making a server request through Google Apps Script But isn't there a json where I can directly pick up all data...

@Jc2k "we are actively encouraging people not to use onboard bluetooth because the range is known to be crap." Could you give some reference please?

On `bluetoothctl` commands I get for `power on` or `power off` org.bluez.Error.Busy for `scan on` org.bluez.Error.NotReady Also, if I run `sudo rfkill unblock all` (or any rfkill command) I get...

Update: as suggested [here](https://github.com/home-assistant/core/issues/76544#issuecomment-1210605604) power cycling solved everything in my case

Hi @volumio, do you have a release timeline? I'm evaluating a paid subscription, and having output to bluetooth is the main factor, thanks!

For info, has this been ever implemented?

It's a pity! Would have been a terrific and time saving feature

I was able to solve this making a copy of the original library and adding there into the manifest `appsscript.json` this line ` "oauthScopes": ["https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/firebase.database", "https://www.googleapis.com/auth/script.external_request"]` . I suggest...

Same here. Actually I see in the player that something is playing, but there's no audio or video, just the progress bar proceeding - the total lenght of the video...

I'm having the same issue. Even though I'm able to use puppeteer thanks to the browserless.io solution (thanks @mflisikowski!), still my puppeteer is not behaving as expected. I believe because...