Mateusz Bronk
Mateusz Bronk
Added (naive) language configuration option into settings dialog ++ few missing translations (by far not an exhaustive translation)
Hi, Currently the `runCommand(String cmd)` API accepts a String CMD, which (if the Docker-typed task is created 'staticly') mandates that the whole command is available at project evaulation phase. The...
## This PR adds a new binding for ArgoClima HVAC devices. Please refer to the included [```README.md```](https://github.com/mbronk/openhab-addons/blob/mbronk/argoclima_binding_wip_OH4.1-SNAPSHOT-clean/bundles/org.openhab.binding.argoclima/README.md) for details of this binding's objectives. - Notably, the [Connection modes](https://github.com/mbronk/openhab-addons/blob/mbronk/argoclima_binding_wip_OH4.1-SNAPSHOT-clean/bundles/org.openhab.binding.argoclima/README.md#connection-modes) section illustrates...
Added the logo for ArgoClima binding. ~~Draft for now, waiting for https://github.com/openhab/openhab-addons/pull/15481~~ (15481 is now merged)
OH `4.2.0` **fails** a 🧹 clean installation w/ pre-populated `addons.cfg` with the following error: ``` Error downloading mvn:org.apache.httpcomponents/httpcore-osgi/4.4.13 Error downloading mvn:org.apache.httpcomponents/httpclient-osgi/4.5.13 ``` Causing **none** of the addons to install properly....
Includes `matchBytes()` change to be able to work with non-byte-aligned bit lengths. ### Status: EXPERIMENTAL Based off #2133 captures and the fact the `last 6 bits` were unused/past checksum, looks...