Hedda
Hedda
> Is there any guide on what I have to do now to get my Bosch Thermostat 2 working with a conbee II stick? As long as you using any...
@ChrisHae @manup @Haerteleric any chance one of you guys would be interested and willing to spare some of your time to take a closer look at this requested feature/function of...
> It looks to me as if Dresden Electronik already has implemented [Zigbee Install Codes](https://github.com/dresden-elektronik/deconz-serial-protocol/issues/20#issuecomment-2344518503). FYI, it not clear but also sounds as if zigpy/zha developers have implemeneted it too...
> Worth mentioning that deconz's API considers adding install codes as experimental... > https://github.com/dresden-elektronik/deconz-rest-plugin/blob/0e2dc155e85893b439f354cd5d764e414ad0ed0c/rest_devices.cpp#L1088 > Not sure how that fares for support on the firmware side... Tip is that @manup...
Tip is to add TestPyPI (`publish-to-testpypi.yml`) workflow for testing publish distributions via TestPyPI to PyPi without actually doing so to the project there: https://packaging.python.org/en/latest/guides/using-testpypi/ https://github.com/marketplace/actions/pypi-publish#advanced-release-management https://github.com/pypa/packaging.python.org/blob/main/source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml Example check out that...
@lhespress Nice! Please also update to `0.0.1` and post information in your pull request for zigpy-cli -> https://github.com/zigpy/zigpy-cli/pull/45 That is, update `pyproject.toml `for zigpy-cli to have `"zigpy-espzb>=0.0.1"` under dependencies: https://github.com/zigpy/zigpy-cli/blob/dev/pyproject.toml...
@lhespress you also need to tag 0.0.1 and make a matching release here on GitHub as well: https://docs.github.com/en/repositories/releasing-projects-on-github https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository After that they should appear here: https://github.com/lhespress/zigpy-espzb/tags https://github.com/lhespress/zigpy-espzb/releases For reference...
+1 and please see this feature request in Home Assistant's community forum that is requesting unified lock code management: * https://community.home-assistant.io/t/lock-user-codes-management-unified-inc-users-pin-codes-for-code-locks-centalized-tracking-which-users-locked-unlocked-a-lock-and-when-how-was-locking-done-manual-from-inside-outside-keypad-integration-service-or-home-assistant-companion-etc/771302 PS: Wish there were more cohesivity and shared UI/frontend...
FYI, "zyaml" project for @hemtjanst also look to contain a partial implementation of Zigbee specification in YAML representation. Stumbled upon that project and not sure if it actually contains any...
Might you also be able to use the Connectivity Standards Alliance's project-chip (Matter) project's "ZAP" to generate clusters and attributes or other entities? https://github.com/project-chip/zap ZAP (which stands for "ZCL Advanced...