asgothian
asgothian
Attempting to install iobroker via install.sh (`curl -sLf https://iobroker.net/install.sh | bash -`) fails due to missing ~/Library/LaunchAgents directory: ``` ae@Grayskin ioBroker % curl -sLf https://iobroker.net/install.sh \| bash - -- |...
There have been a number of reports of people who attempt to pair devices which are shown in the zigbee Adapter as "undefined" with a ? icon and a malformed...
The zigbee-herdsman-converters support the use of a "meta" object for a number of converters to store configurable data for single devices. Unfortunately, this is not used in a concise manner...
A review of several devices in the zigbee-herdsman-converters has shown a tendency to move towards 'composite' exposes for more complex functionalities. Currently, these are translated into separate states. While there...
With the current 1.8.10 adapter version, using zigbee-herdsman-converters version 15.0.48 there seems to be an issue with exposes not being created if they are defined programmatically, rather than explicit. Tested...
As of version 1.10.1, the developer tab no longer functions as expected. The function SendToZigbee returns an `attributed.map is not a function` and does not successfully send the zclData to...
With the latest version of the iobroker zigbee adapter I found that code which used to work now raises an error: as it is a rarely used function, I do...
- Zigbee-Herdsman to 20.2.0, including a breaking change for legacy handling - Zigbee-Herdsman-Converters to 19.75.0, including a breaking change for legacy handling - Extended filter option for device tiles on...
A refactoring towards ZDO has left the current method of producing a zigbee channel scan defunct. ([see this issue](https://github.com/Koenkk/zigbee-herdsman/issues/1220)) The following code in zigbeecontroller.js needs to be changed to ZDO....
Hi, when testing ZHC 22.x together with the ioBroker.zigbee adapter, I found that the function FindByModel is no longer offered by the ZHC. This triggered a number of questions I...