Andrew Fiddian-Green
Andrew Fiddian-Green
### Background In PR #12618 we added support for vane/slat position on shutters that have vanes. On such shutters, if one sends a main position command followed quickly by a...
### Background In PR #12618 support was added for a vane position channel on venetian blind type roller shutters. In that PR the extra channel is created statically in the...
### Issue When upgrading from one OH version to another (e.g. from v3.2 to v3.3) any binding JAR files (for test versions of bindings) that had been manually dropped in...
This is a first attempt at creating a core module which supports self- updating of OpenHAB via the UI. This PR is made available to allow OpenHAB maintainers to review...
### Introduction This issue is a place holder for the planned implementation of API v2 in the Hue binding. Specifically it requires the following.. - Implement new API v2 endpoints...
Hi @Andre0512 - from your blog it seems that one of Haier's big concerns is the high polling rate of API calls (10 seconds) and the impact on their server...
SSE support
### Issue Old style REST API devices have GET/PUT commands whereby the client can read/write data to the server (i.e. a client driven, polling mechanism). But nowadays many REST API...
### Issue The ColorUtils.hsbToxy() method seems to have very high errors when the HSB B part is very small. This is probably due to rounding errors. The reason is that...
Solves #4114 Solves #4102 This PR addresses the issue mentioned in #4114 .. in particular it does the following.. 1. Resolves the seven specific bullet point issues mentioned in the...
There are a number of bugs in, and potential improvements to, the ColorUtil module as follows. ### 1. hsbToXy() method produces invalid xyY results The hsbToXy() method produces invalid results....