Code Monkey home page Code Monkey logo

Comments (4)

balloob avatar balloob commented on August 16, 2024 1

The Home Assistant issue is unrelated to here. That is due to Home Assistant using the configuration name as unique ID, and so the unique ID changes. This needs to be updated to use the mac address to seamlessly allow renaming.

For discovered, I think that's a backend bug @jesserockz. The problem is that the output of ping contains cached devices. We should either clear that output after a rename, or have a better way of cleaning up stale devices.

Easy step to reproduce is to hit "rename" in a dropdown menu in ESPHome dashboard.

from dashboard.

Mariusthvdb avatar Mariusthvdb commented on August 16, 2024

right, so after some time, and having adopted all of my 3 boards, the discovered ones are gone. However, the Olimex boards seem no to communicate with actual devices, whihc now all show a dBm of lower than -90... while the boards are actually next to them.

My M5 stack does this better, and actually makes the connection stronger when moving towards it.

opening the Esphome dashboard now shows this, the board is re Discovered yet again...:

Schermafbeelding 2022-10-07 om 14 28 30

also, when clicking the edit button, the yaml is nowhere near what the yaml files contain in the Esphome repo for these devices:

substitutions:
  name: "bluetooth-proxy-aanbouw"
packages:
  esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/olimex-esp32-poe-iso.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false

and the wifi board has:

substitutions:
  name: bluetooth-proxy-dining
packages:
  esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/m5stack-atom-lite.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

shouldn't there at least be something on the 'active: true'?

so what is going on here?
btw, did restart the add-on too (figured restarting HA wouldn't do that) but still the same happening, and also this:

Logger: homeassistant.components.esphome
Source: components/esphome/__init__.py:263 
Integration: ESPHome (documentation, issues) 
First occurred: 14:21:07 (68 occurrences) 
Last logged: 14:49:22

Name of device olimex-bluetooth-proxy-288d84 changed to bluetooth-proxy-aanbouw, potentially due to IP reassignment
Name of device olimex-bluetooth-proxy-277564 changed to bluetooth-proxy-centraal, potentially due to IP reassignment

from dashboard.

Mariusthvdb avatar Mariusthvdb commented on August 16, 2024

can close now, seems to be fixed and no longer happening
thx.

or should that backend bug still be considered?

from dashboard.

balloob avatar balloob commented on August 16, 2024

That was already addressed.

from dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.