puddly
puddly
Network formation for Z-Stack 1 and 3 is complicated to say the least, especially if you want to form networks with arbitrary user-provided settings. The command sets are slightly different...
> I guess the question is if this has changed? Yes, it is now done with the BDB subsystem. That's effectively the only change. Formation for Z-Stack 3 is trickier...
I use the dongle as a sniffer and it seems to work fine. If you want to try writing a zigpy radio library for it, using their "CLI interface" might...
It's just a validation problem with the CLI, I never tested it with a TCP coordinator. Try again with the `dev` version: `pip install --upgrade git+https://github.com/puddly/universal-silabs-flasher.git@dev` ```console $ universal-silabs-flasher --device...
There's some weirdness with the different bootloader versions, not all of them exit the same way. Run it with `-vvv` verbosity and open an issue on the GitHub repo.
Future development of SiLabs flashing is going to happen in https://github.com/puddly/universal-silabs-flasher/, this is out of scope for bellows.
Python enums unfortunately can't be subclassed: ```Python import enum class Enum1(enum.Enum): FOO = 1 # TypeError: Enum2: cannot extend enumeration 'Enum1' class Enum2(Enum1): pass ``` https://github.com/ethanfurman/aenum may be an alternative...
> But, I am wondering, how will any camera-less/scanner app less device onboard such newer Zigbee3.0 newer devices at all? A QR code is just one way encode the device's...
I just encountered this issue again by accident. - HA Core 2021.10.6: fresh environment `rm -Rf home-assistant_v2.db .storage zigbee.db` ```yaml frontend: logger: default: info logs: homeassistant.core: debug homeassistant.components.zha: debug zigpy:...
Yes, that seems to fix it. Are they also using an EmberZNet coordinator?