Erik Baauw
Erik Baauw
> If I see it correctly in this issue it is currently not possible to hide locks or functions You don't. You cannot select which devices to expose ("hide locks"),...
v1.4.2 supports whitelisting devices to be exposed in `config.json`. See the _Settings_ form in the Homebridge UI for details. The `devices` key takes an array of integers. When left empty,...
Not yet. Homebridge deCONZ is now on v1.x and fully functional, except for the dynamic settings interface. I’m more into backends and not really experienced in UI development (that’s why...
HomeKit also chokes on a _Manufacturer Name_ with a `/`.
Can we please, please create new DDFs first-time-right? - `config/colorcapabilities` of `16` is wrong. If the legacy code is correct, it should be `0x19`. Are we sure this light doesn't...
Maybe better to list the full log: ``` Nov 08 17:18:45 pi15 systemd[1]: Started pigpiod.service - Daemon required to control GPIO pins via pigpio. Nov 08 17:18:45 pi15 pigpiod[2059]: 2023-11-08...
Or more precisely, the code for the BCM2712. https://github.com/joan2937/pigpio/blob/c33738a320a3e28824af7807edafda440952c05d/pigpio.c#L13791-L13830 I would create a PR, but I don't know what values to provide. I suspect the BCM2711 values won't work, now...
This change breaks installation scripts that rely on `uname -m` to decide whether to install 32-bit or 64-bit software. What's the supported way to determine whether you're running the 64-bit...
Sorry, missed that. Thanks!