Hedda

Results 1048 comments of Hedda

> I’d personally think this would make more sense as a utility in either zhaws or in the addon for the RCP setup or both of those. That would probably...

FYI, noticed puddly is also developing a "Universal Silicon Labs Flasher" that uses zigpy/bellows for Silabs OTW firmware updates? https://github.com/puddly/universal-silabs-flasher Looks like will be used in a Home Assistant Add-on...

> Wrong Silabs addon is using the the https://github.com/agners/silabs-flasher/ https://github.com/home-assistant/addons-development/pull/86 does look to use https://github.com/puddly/universal-silabs-flasher with CPC support > Also I am thinking about adding CPC support (so that silabs-flasher...

FYI bellows and zigpy doesn't yet support ZGP (Zigbee Green Power) but @zoic21 started working on it now, see https://github.com/zigpy/zigpy/pull/519

UPDATE: Developers should see this new pull request at https://github.com/zigpy/zigpy/pull/1282 and the development discussion at https://github.com/zigpy/zigpy/issues/341 As mentioned, self-powered devices are not yet supported in the ZHA integration, so you...

@steph034 Have you discussed your issue with Jeedom's developers and they said that the issue is in its dependency on zigpy? https://community.jeedom.com/t/plugin-officiel-zigbee/58321 https://community.jeedom.com/tag/plugin-zigbee Regardless, any high-level issues with device compatibility...

@steph034 Will you please consider closing this issue under the zigpy repository yourself? Again high-level issues with device compatibility problems such as those you mention should be reported as issue...

Do not know for ezsp (bellows) but for znp (zigpy-znp) it uses firmware default unless set `tx_power` via ZHA YAML configuration: https://github.com/zigpy/zigpy-znp/blob/dev/README.md#configuration ``` zha: zigpy_config: znp_config: # "auto" picks the...

> Our team is also developing the "auto" OTA upgrade with zigpy as you advise, but it takes time to develop and the expected release timeline is in July. The...

> @Hedda The Zigbee device auto OTA function for the open source platform is ready, our engineer has submitted a pull request on [zigpy](https://github.com/zigpy/zigpy) as the below link shown >...