Lost connexion with Bluetooth device

Hello

I paired a Firestick 4K remote. It works well but after a while i have a message on my TV set that my remote is disconnected then reconnected and so on. Very annoying. At the end, the remote cannot control because the entity is offline. The original cheap remote is working well.

What’s wrong?

Connect and disconnect is normal behaviour and can only be changed with the REST API. This connecting and disconnecting does not mean that the entity is offline and cannot be controlled anymore. Every time you press a button it will be reconnected.

Ralf

Thanks Ralf.

I understand that it’s the normal behavior but it’s annoying to have a message on TV set that the connection is lost.

What’s the cons to change the behavior with API rest? How to do that?

I am sure Ralf will come back on how to change the Bluetooth settings in the API.

Alternatively, I am wondering if there is a way to suppress notifications on the Fire TV stick.

Here is a doc for the different modes:

I hardly use BlueTooth. Perhaps another user can say more.

Ralf

1 Like

I just remembered that I played around with this a few months ago based on the information in the link in Ralf‘s post above. Maybe the below on discord is helpful:

1 Like

Hello,
i send the curl command with BEST EFFORT actions but no effect. Must i reboot the remote after?
If yes, i did not find where the reboot is. Sorry i am a newbie :slight_smile:

I think yes to reboot but I am no BlueTooth fan. Reboot is a bit hidden.

In setting, development, preview features is a reboot button on the bottom.

Ralf

1 Like

I would certainly recommend a reboot of the remote. The quickest way is to long press the power button when on the home page of the remote.

You can check the bluetooth settings in the API (in the cfg/bt section). If the remote is set to best effort you should see the following somewhere in the settings:

"suspend_actions": ["NONE"],
  "wakeup_actions": ["NONE"]
1 Like

I come back with no good news. I have some disconnections, i don’t know why. Maybe a IP adress issue?

Here my log:

Logs

Bluetooth does not care about your IP. Disconnections and reconnects are normal unless you change it with the rest API. I am not sure if it is connected but I always use prevent sleep in all activities and did not have a disconnect today.

Ralf

1 Like

Hello

how can i check BT settings? A special curl command?

Thanks

It is in rest API /cfg/btw which is explained here

Somewhere Markus explained what settings are possible but I do not find it anymore.

Ralf

Here is a description of the options:

1 Like

You must be a lot younger your memory seems to work better than mine.

1 Like