Christoph Weitkamp
Christoph Weitkamp
@svendiedrichsen Thank you for your opinion. You are absolutely right. To take care of the country structure is not the purpose of this API. For the requirements specified in #110...
> When do you receive such message? This warning has been reported in our community: https://community.openhab.org/t/getting-error-playing-mp3-thru-google-assistant/98420 > Also, do you mind if I ask you to write unit-test(s) for this...
I like the idea to add more meaning to the context for configuration parameters. We can add e.g. default patterns for network-addresses or mac-addresses and let the validator check for...
Just my 2 cent: If we add "Forecast" we should think about "Historic" or "Calculated" too. AFAIR you do not need to add all the translations. Only for English. They...
IIRC discovery already supports translations. And I bet it was implemented by yourself back in the days (see https://github.com/eclipse-archived/smarthome/pull/4177). I am not sure about channel types. If a binding provides...
I am planning to separate the implementation into three steps. This is the first one. 1. Basic refactoring 2. Restore current behavior on v2 API - meaning new endpoints, new...
@lolodomo I am afraid not. > mDNS is available Hue bridge v2.x (squared-shaped) and supported with firmware version 1.23 and beyond. For older bridges there still is the `HueBridgeNupnpDiscovery` which...
Here you are: [org.openhab.core.io.net-3.3.0-SNAPSHOT.zip](https://github.com/openhab/openhab-addons/files/7770900/org.openhab.core.io.net-3.3.0-SNAPSHOT.zip)
@andrewfg Yes, the current implementation has full support for mDNS grace period configuration via `services.cfg` file. Set `discovery.hue:removalGracePeriod = 0` to disable it.
The magic behind mDNS discovery on the local network is done by a third-party library located here: https://github.com/jmdns/jmdns. Without knowing much about the internals of that library I tend to...