GithubHelp home page GithubHelp logo

mDNS reconfiguration about esp-homekit HOT 4 CLOSED

maximkulkin avatar maximkulkin commented on May 28, 2024
mDNS reconfiguration

from esp-homekit.

Comments (4)

Rjayone avatar Rjayone commented on May 28, 2024

Hi @maximkulkin, there is any updates about mdns reconfig? I was faced with problem, when removed the accessory. Now the device announced with status sf=0

from esp-homekit.

maximkulkin avatar maximkulkin commented on May 28, 2024

@Rjayone It usually works fine. Are you sure you did it the right way (e.g. actually being on the same network when removing accessory) ? If not, accessory won't know you have removed it.

from esp-homekit.

Rjayone avatar Rjayone commented on May 28, 2024

I removed the house from Home at all. I'm not sure it was a correct way. Also, i'm not sure that i used latest lib
So, there is no any (easy) ways to reset the device when it was removed, not being in the same network?

from esp-homekit.

maximkulkin avatar maximkulkin commented on May 28, 2024

Depends on which firmware you have used. Some firmwares support complete config reset when you long press a button. If you do not have that, an easy way is to erase and reupload firmware. Erasing flash will erase sector that holds HomeKit config. You could also do that by erasing just the region with config with following command esptool.py -p /dev/tty.SLAB_USBtoUART -b 115200 erase_region 0x7a000 4096 (assuming /dev/tty.SLAB_USBtoUART is your serial port, 0x7a000 is your HOMEKIT_SPI_FLASH_BASE_ADDR... Change those according to your setup)

from esp-homekit.

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.