ESPresense Companion AddOn

Moin Community! Ich hab gestern das ESPresense Companion Add On gefunden, was ich bisher noch nicht kannte.

Hab mir die Doku durchgelesen aber verstehe irgendwie nur Bahnhof, ich bekomme kein Gerät in die config.yaml eingebunden. egal was ich versuche, das Gerät wird leider nicht gefunden.

Hat jemand auch ESPresense mit dem Addon am laufen und könnte mir mal seine Config bereitstellen, damit ich ein bisschen besser den Aufbau “verstehe”?

Danke schonmal!!

Moin,
hier ist die Räume in verschiedenen Stockwerken funktioniert,
allerdings werden bei mir noch keine Geräte richtig zugeordnet


# MQTT Connection, if empty will query and use hassio provided mqtt
mqtt:
  host: !secret host_ip
  port: 1883
  ssl: false
  username: !secret mqtt_user
  password: !secret mqtt_pw

# This gets added to the x,y,z to derive a gps location
gps:
  latitude: 48
  longitude: 12
  elevation: 249

# How long before device considered stale
timeout: 30
# How long before device is considered away
away_timeout: 120

optimization:
  enabled: true
  interval_secs: 3600

  limits:
    absorption_min: 2.5
    absorption_max: 3.5
    tx_ref_rssi_min: -70
    tx_ref_rssi_max: -50
    rx_adj_rssi_min: -15
    rx_adj_rssi_max: 20

history:
  enabled: false # Enable to log history to db (Beta]
  expire_after: 1 # Expire after 24 hours

weighting:
  algorithm: gaussian
  props:
    sigma: 0.10

# Floors w/ the points to draw it in meters
floors:
  - id: map_1og
    name: 1.OG
    bounds: [[0, 0, 0], [14, 12, 3]]
    rooms:
      - id: abstellkammer_1og
        name: Abstellkammer
        floor: 1.OG
        points:
          - [0, 4]
          - [1.5, 4]
          - [1.5, 0]
          - [0, 0]
          - [0, 4]
      - id: gaeste_wc_1og
        name: Gäste WC
        floor: 1.OG
        points:
          - [2.57, 4]
          - [4.07, 4]
          - [4.07, 0]
          - [2.57, 0]
          - [2.57, 4]
      - id: kueche_1og
        name: Küche
        floor: 1.OG
        points:
          - [6, 4]
          - [10, 4]
          - [10, 0]
          - [6, 0]
          - [6, 4]
      - id: buero_1og
        name: Büro
        floor: 1.OG
        points:
          - [10, 4]
          - [14, 4]
          - [14, 0]
          - [10, 0]
          - [10, 4]
      - id: wohnzimmer_1og
        name: Wohnzimmer
        floor: 1.OG
        points:
          - [8, 11.98]
          - [14, 11.98]
          - [14, 3.98]
          - [8, 3.98]
          - [8, 11.98]
      - id: flur_1og
        name: Flur
        floor: 1.OG
        points:
          - [0, 5.99]
          - [8, 5.99]
          - [8, 4]
          - [0, 4]
          - [0, 5.99]

  - id: map_2og
    name: 2.OG
    bounds: [[0, 0, 0], [14, 12, 3]]
    rooms:
      - id: flur_2og
        name: Flur 2.OG
        floor: 2.OG
        points:
          - [3.57, 0.51]
          - [8.57, 0.51]
          - [8.57, 1.71]
          - [3.57, 1.71]
          - [3.57, 0.51]
      - id: schlafzimmer_kai
        name: Schlafzimmer Kai
        floor: 2.OG
        points:
          - [8.54, 0]
          - [14.01, 0]
          - [14.01, 4.19]
          - [8.54, 4.19]
          - [8.54, 0]
      - id: schlafzimmer_werner
        name: Schlafzimmer Werner
        floor: 2.OG
        points:
          - [0, 0]
          - [3.53, 0]
          - [3.53, 4.26]
          - [0, 4.26]
          - [0, 0]
      - id: bad_2og
        name: Bad
        floor: 2.OG
        points:
          - [5.37, 1.71]
          - [8.54, 1.71]
          - [8.54, 4.21]
          - [5.37, 4.21]
          - [5.37, 1.71]

# Locations of espresense nodes in meters
nodes:
  - name: buero
    point: [10.78, 0.7, 0]
    floors: ["1.OG"]
  - name: wohnzimmer
    point: [8.12, 6.89, 0]
    floors: ["1.OG"]
  - name: schlafzimmer_kai
    point: [13.8, 2.0, 0]
    floors: ["2.OG"]
  - name: schlafzimmer_werner
    point: [0.2, 1.0, 0]
    floors: ["2.OG"]

# Devices to track
devices:
  - name: "*" # Track all named devices
#  - id: "tile:*" # Track all tiles
#  - id: "irk:*" # Track all IRKs
#  - id: "watch:*"
#  - id: "phone:*"
#  - id: "wallet:*"
#  - id: "keys:*"
#  - id: "therm:*"
#  - id: "iBeacon:*"
#  - id: "car:*"
#  - id: "laptop:*"
#  - id: "itag:f0f010303080"
#    name: "Piper's Backpack"
# Devices to NOT track