Ivan Belokobylskiy

Results 123 comments of Ivan Belokobylskiy

На данный момент часы, дата, показ заряда батареи не в разработке. Изменять частоту передачи вы можете в настройках отчётов для каждого кластера и атрибута в отдельности Отключить смайлик можно собрав...

Да, это значение в секундах, минимальное, максимальное время и изменение значения для срабатывания

Does conbee II work with zigbee2mqtt or ZHA? This firmware uses standard clusters to work with multiple coordinator chips.

E241 and E242 is missing in the list for pycodestyle. E241 | multiple spaces after ',' E242 | tab after ',' Can you please add it to the checks?

In fact, I don't use docker for ble2mqtt so I can't say for sure. Maybe you can just pull the repo and rebuild the container `docker build -t ble2mqtt:dev .`...

Hi! Protocol is an abstraction for complex communication with a device. You may ignore protocol folder if your device doesn't need to implement something odd. There are two ways of...

What is the sources.list content? Both libraries are in openwrt repo and are present in the main feed. Maybe your package source is broken as it seems that the board...

I mean, /etc/opkg/distfeeds.conf it should point to official openwrt repos

It looks like the file is still there https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/libbz2-1.0_1.0.8-1_aarch64_cortex-a53.ipk You may try to install it manually via luci. or in console ```sh opkg update && opkg install libbz2-1.0 ```

No, it is just a script that installs Home assistant as a system-wide python package. It uses prebuilt Openwrt python packages and remove components to run a minimum configuration. If...