Releases: wborn/openhab-addons
Releases · wborn/openhab-addons
network-20240125
See: openhab#16315
blink-20240109
Make DateTimeFormatter static Signed-off-by: Wouter Born <[email protected]>
blink-20240107
Fix Servlet exceptions due to non-unique names Signed-off-by: Wouter Born <[email protected]>
network-20231229
[network] Add parameter for limiting network interfaces to fix perfor…
windcentrale-new-api-20230410
Reworks the binding so it can be used with the new API that also requires authentication.
Also adds the following:
- Account things to provide authentication details
- Implementation for getting and refreshing tokens using AWS Cognito
- Windmill discovery based on the participations in projects
- Properties with additional data for windmills like turbine type, build year, location coordinates
- Adds support for "Het Vliegend Hert" windmill
- Unit tests for JSON (de)serialization
ipp-3.2.0
jsscriptingnashorn-20220303
[jsscriptingnashorn] JSScripting Nashorn Automation This add-on allows you to use your older JavaScript (ECMAScript 5.1) rules on newer Java versions until they are migrated to JavaScript (ECMAScript 2021+). The add-on uses a standalone [Nashorn Engine](https://github.com/openjdk/nashorn) which was part of Java until it was removed in Java 15. Signed-off-by: Wouter Born <[email protected]>
plugwise-20211009
Update README.md (#11354) Added the Teufel 3sixty to the Radio mode list.
log4j2-extra-20211005
[linky] Removed from the distribution until it is fixed (#11233) * [linky] Removed from the distribution until it is fixed Signed-off-by: Laurent Garnier <[email protected]> * Apply spotless Signed-off-by: Laurent Garnier <[email protected]>
nest-sdm-api-20210530
- Reworks WWN implementation so that the thing types have a wwn_ prefix and the classes have a WWN prefix and reside in a 'wwn' package
- Adds an SDM implementation which is also based on: https://github.com/bhigg-code/openhab-addons/tree/2.5.x/bundles/org.openhab.binding.nestdeviceaccess
- Adds unit tests for (de)serialization of the SDM and Pub/Sub API requests and responses
- Updates the binding documentation for the changes and additions