puddly

Results 621 comments of puddly

Joining networks isn't something that is currently implemented. The node API right now is abstract enough to support normal operation once you're *on* a network (since it doesn't assume the...

It'll get more visibility here and I think it would be useful to generalize any changes and implement it in other radio libraries too (I've gotten it to work once...

For posterity, here is the "I want to beta test every IKEA update" config: ```yaml zha: zigpy_config: ota: extra_providers: - type: ikea # default DIRIGERA feed - type: ikea url:...

Thanks, that is an interesting project. I was eventually planning on trying to add a similar shell using [IPython](https://en.wikipedia.org/wiki/IPython) for sending commands interactively (since it has autocompletion and is async-friendly)....

Thank you! I've made a pull request that fixes CI in your repository. Once that is tested and merged, I can write some instructions for how to create a package...

@Hedda You already posted this as an [issue](https://github.com/lhespress/zigpy-espzb/issues/12), there's no need to duplicate it here. Furthermore, the library is not even functional yet so it is way too early to...

`pip install zigpy-cli` is the only documented, expected, and tested method to install zigpy-cli. Installing the dependencies manually straight from their Git repositories isn't tested.

Some repositories inject the version only with a GitHub actions stage on release. Others keep it in the codebase itself.

The version numbers aren't automatically chosen, I pick them when I click the "Publish release" button 😄.

Can you enable ZHA debug logging in your config (https://www.home-assistant.io/integrations/zha/#debug-logging) and try the upgrade once more? This should put more context into your `/config/home-assistant.log` files.