Skip to content

Am I misunderstanding how maxDistance works? Using room-assistant to track my trash can. #550

Answered by ih8gates
ih8gates asked this question in Q&A
Discussion options

You must be logged in to vote

Here's my config. (I changed the ble IDs)

global:
  integrations:
    - homeAssistant
    - bluetoothLowEnergy
homeAssistant:
  mqttUrl: 'mqtt://10.0.0.74:1883'
  mqttOptions:
    username: xxx
    password: xxx
  sendAttributes: true
bluetoothLowEnergy:
  maxdistance: 2
  allowlist:
    # trash
    - 426c7565436861726d42-3838-4949
    # key
    - fda50693a4e24fb1afcfc-10065-26049
  tagOverrides:
    426c7565436861726d42-3838-4949:
      measuredPower: -59
    fda50693a4e24fb1afcfc-10065-26049:
      measuredPower: -75

And, yes - I'm stopping/restarting the service to make sure that my config updates are seen.

When it's not raining, I'll fetch my sensor off the trash can and measure the R…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mKeRix
Comment options

@ih8gates
Comment options

Answer selected by ih8gates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants