openhab-addons/bundles
Cody Cutrer 52b7b7981f
[bondhome] Initial contribution (#13459)
* First commit on newly created branch, taking code from c8b8e210dfd23f98526763782eadbca49509baf9
* [bondhome] update snapshot version, and some typos
* [bondhome] Address (most) comments from prior review from #7260
* [bondhome] simplify channels

 * lastUpdate is unnecessary; turn on persistence or add a rule on update if
   you care to keep track of it
 * use a single string command channel for all shoot-and-forget commands, instead
   of multiple switch channels
 * use a rollershutter channel for shades (accepting UP, DOWN, STOP, 0%, and 100%)
 * on all dimmer channels, accept ON and OFF, as well as 0% to imply OFF, instead
   of having to write rules to control ON/OFF state separately.
 * if the dimmer channel exists, prune the corresponding power channel, since
   the dimmer channel is now a pure superset of its functionality
 * overload fan#speed to be ceiling fan or a fireplace's fan, depending on the
   device type
* [bondhome] add bundle to the BOM pom
* [bondhome] clean up BondDeviceHandler a bit

 * there's no need to delay initialization; ThingManager won't
   even attempt to initialize a child thing until its bridge is online
 * Remove some extra initialization checks that can never be false
 * slightly refactor some methods to return early, rather than
   nest a giant `else`
 * remove some info logging that will get triggered in normal usage
* [bondhome] fix bridge discovery

 * Bridge property and config serial number need to be the same name
 * Don't arbitrarily delay the BPUPListener
 * Automatically update the IP if the BPUPListener finds it
 * Provide the new bridge with its discovered IP to avoid an additional
   DNS query
 * Don't get the bridge version after every keep-alive response
* [bondhome] trigger end-device discovery as soon as the bridge comes online
* [bondhome] remove internal binding version
* [bondhome] change addr property to string

Certain values seen in the wild when interpreted as a long are too big for that
storage. Also, the Bond API documentation describes the addr property on a
device to be a string.

OpenHAB already has infrastructure to have things update their
channel definitions when a binding is updated.

* [bondhome] ignore any device that starts with _

In v3 of their API, Bond added a new special entry of __. Because no valid
device id would start with an underscore, ignore everything that starts with an
underscore to fix v3 and maybe futureproof.

* address review comments

mostly adding i18n to error states, and cleaning up error handling of
HTTP requests.

* use builtin translation services

instead of plumbing our own provider through

* use System.nanoTime instead of currentTimeMillis

so that it will be a monotonic clock, not (as) susceptible to the clock
changing

* [bondhome] ignore BPUP messasges that aren't state

In recent firmware, bond is now sending action messages via BPUP as well as state.
This change ignores all messages that aren't state.

* [bondhome] Improve error handling, and remove dummy constants

Just use a single BondException class to communicate any sort of
error from within bond, and avoid throwing, catching, and re-throwing
the same (or slightly modified) exception.

Also remove dummy constants that might give the wrong impression
of the details of your Bond device. Then implement proper null checks,
especially setting a configuration error if key config properties
aren't set on the thing.

* [bondhome] avoid setting device status when bridge just went offline

* address static analysis tool problems

Also-by: Sara Damiano <sdamiano@stroudcenter.org>
Also-by: Keith T. Garner <kgarner@kgarner.com>
Signed-off-by: Cody Cutrer <cody@cutrer.us>
2022-12-05 17:19:35 +01:00
..
org.openhab.automation.groovyscripting [groovyscripting] Update Groovy to 3.0.13 (#13822) 2022-12-02 21:17:25 +01:00
org.openhab.automation.jrubyscripting New Crowdin updates (#13848) 2022-12-05 15:56:34 +01:00
org.openhab.automation.jsscripting [jsscripting] Fix memory leak that crashes openHAB (#13824) 2022-12-03 00:17:39 +01:00
org.openhab.automation.jythonscripting Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.automation.pidcontroller [pidcontroller] Implement previous state recovery on startup (#13003) 2022-07-02 11:28:18 +02:00
org.openhab.automation.pwm [pwm] Fix NPE when disabling and improve logging (#13755) 2022-11-20 20:38:00 +01:00
org.openhab.binding.adorne New Crowdin updates (#13542) 2022-10-13 14:35:26 +02:00
org.openhab.binding.ahawastecollection Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.airq New Crowdin updates (#13546) 2022-10-14 13:57:49 +02:00
org.openhab.binding.airquality Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.airvisualnode New Crowdin updates (#13546) 2022-10-14 13:57:49 +02:00
org.openhab.binding.alarmdecoder Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.allplay Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.amazondashbutton Adapt to core-changes (added JNA to tp) (#13298) 2022-09-18 11:30:39 +02:00
org.openhab.binding.amazonechocontrol Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.ambientweather New Crowdin updates (#13514) 2022-10-09 09:40:59 +02:00
org.openhab.binding.amplipi New Crowdin updates (#13579) 2022-10-22 12:15:52 +02:00
org.openhab.binding.androiddebugbridge New Crowdin updates (#13830) 2022-12-04 00:41:16 +01:00
org.openhab.binding.anel New Crowdin updates (#13579) 2022-10-22 12:15:52 +02:00
org.openhab.binding.astro New Crowdin updates (#13135) 2022-07-20 17:47:24 +02:00
org.openhab.binding.atlona Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.autelis Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.automower Adapt to AccessTokenResponse API change (#13278) 2022-08-22 12:08:14 +02:00
org.openhab.binding.avmfritz New Crowdin updates (#13830) 2022-12-04 00:41:16 +01:00
org.openhab.binding.awattar [awattar] Fix that allows bridge to be added via UI. (#13730) 2022-11-17 19:46:57 +01:00
org.openhab.binding.benqprojector Log invalid number when expecting numeric response from projector (#13549) 2022-10-15 09:33:12 +02:00
org.openhab.binding.bigassfan Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.bluetooth Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.bluetooth.airthings Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.bluetooth.am43 Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.bluetooth.bluegiga Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.bluetooth.bluez Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.bluetooth.blukii Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.bluetooth.daikinmadoka Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.bluetooth.enoceanble New translations bluetooth.properties (Dutch) (#13431) 2022-09-22 21:39:55 +02:00
org.openhab.binding.bluetooth.generic [bluetooth] Add support for service data (#10278) 2022-08-25 21:36:21 +02:00
org.openhab.binding.bluetooth.govee Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.bluetooth.roaming Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.bluetooth.ruuvitag [bluetooth.ruuvitag] Correct parse of NA temperature & acceleraiton (#13279) 2022-10-02 14:32:22 +02:00
org.openhab.binding.bondhome [bondhome] Initial contribution (#13459) 2022-12-05 17:19:35 +01:00
org.openhab.binding.boschindego [boschindego] Add another status code for returning to dock (#13335) 2022-08-30 16:45:30 +02:00
org.openhab.binding.boschshc New translations boschshc.properties (Italian) (#13757) 2022-11-21 11:08:49 +01:00
org.openhab.binding.bosesoundtouch Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.broadlinkthermostat [broadlinkthermostat] Aesthetic rename and add RM Mini (#13412) 2022-10-16 23:13:12 +02:00
org.openhab.binding.bsblan Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.bticinosmarther Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.buienradar Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.caddx [caddx] Changed Hashmap keys from BigDecimal to int (#13521) 2022-10-09 09:41:34 +02:00
org.openhab.binding.cbus Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.chromecast New Crowdin updates (#13135) 2022-07-20 17:47:24 +02:00
org.openhab.binding.cm11a Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.comfoair Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.coolmasternet Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.coronastats New Crowdin updates (#13135) 2022-07-20 17:47:24 +02:00
org.openhab.binding.daikin [daikin] Fix changing specialmode from ECO to NORMAL (#13230) 2022-08-08 08:47:05 +02:00
org.openhab.binding.dali [dali] Use correct command argument to query current color temperature (#13118) 2022-07-14 22:19:04 +02:00
org.openhab.binding.danfossairunit Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.darksky Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.dbquery Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.deconz Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.denonmarantz Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.deutschebahn Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.digiplex Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.digitalstrom Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.dlinksmarthome Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.dmx Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.dominoswiss Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.doorbird Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.draytonwiser Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.dscalarm Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.dsmr Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.dwdpollenflug Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.dwdunwetter Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.easee adopted date parser due to changes in EASEE API (#13654) 2022-11-04 19:56:30 +01:00
org.openhab.binding.echonetlite [echonetlite] Initial contribution (#11999) 2022-09-28 23:23:57 +02:00
org.openhab.binding.ecobee [ecobee] Add air quality channels for Ecobee Smart Thermostat Premium (#13705) 2022-11-14 21:29:34 +01:00
org.openhab.binding.ecotouch Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.ecowatt New Crowdin updates (#13848) 2022-12-05 15:56:34 +01:00
org.openhab.binding.ekey Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.electroluxair Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.elerotransmitterstick Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.elroconnects Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.energenie Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.enigma2 New Crowdin updates (#13074) 2022-07-04 21:47:43 +02:00
org.openhab.binding.enocean [enocean] Handle messages with MSC RORG (#13786) (#13792) 2022-11-30 20:55:36 +01:00
org.openhab.binding.enphase Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.enturno Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.epsonprojector [epsonprojector] Log invalid number when expecting numeric response from projector (#13550) 2022-10-15 09:35:14 +02:00
org.openhab.binding.etherrain Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.evcc [evcc] Extend accepted types for commands & Handle quantity types of commands (#13795) 2022-11-28 22:17:26 +01:00
org.openhab.binding.evohome New Crowdin updates (#13135) 2022-07-20 17:47:24 +02:00
org.openhab.binding.exec Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.feed Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.feican Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.fineoffsetweatherstation [fineoffsetweatherstation] Fix README.md (#13506) 2022-10-09 11:28:48 +02:00
org.openhab.binding.flicbutton Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.fmiweather Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.folderwatcher Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.folding Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.foobot Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.freebox [freebox] Console command completion (#13591) 2022-10-25 09:32:34 +02:00
org.openhab.binding.fronius Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.fsinternetradio Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.ftpupload [ftpupload] Upgrade dependencies (#12693) 2022-10-09 23:50:27 +02:00
org.openhab.binding.gardena Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.gce [gce] File based items are not updated (#13545) 2022-10-15 10:02:01 +02:00
org.openhab.binding.generacmobilelink Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.globalcache Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.goecharger New Crowdin updates (#13291) 2022-08-18 22:04:39 +02:00
org.openhab.binding.gpio Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.gpstracker Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.gree Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.groheondus [groheondus] Upgrade dependencies (#13665) 2022-11-06 20:22:08 +01:00
org.openhab.binding.groupepsa Consider TimeZoneProvider to build states for time-stamp channels (#13386) 2022-09-13 21:53:52 +02:00
org.openhab.binding.guntamatic Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.haassohnpelletstove Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.harmonyhub [harmonyhub] Fix reliability issues (#13702) 2022-11-17 20:48:28 +01:00
org.openhab.binding.haywardomnilogic [haywardomnilogic] Add http timeout retry (#13164) 2022-07-27 10:31:40 +02:00
org.openhab.binding.hccrubbishcollection Update API URL. (#13306) 2022-09-03 14:32:43 +02:00
org.openhab.binding.hdanywhere Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.hdpowerview [hdpowerview] Restructure DTO classes (#13630) 2022-11-04 18:24:39 +01:00
org.openhab.binding.helios Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.heliosventilation Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.heos Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.herzborg Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.homeconnect Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.homematic [homematic] Fix min/max values for rollershutters (#13821) 2022-12-03 13:29:52 +01:00
org.openhab.binding.homewizard Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.hpprinter New Crowdin updates (#13448) 2022-09-26 23:04:07 +02:00
org.openhab.binding.http New Crowdin updates (#13448) 2022-09-26 23:04:07 +02:00
org.openhab.binding.hue New Crowdin updates (#13635) 2022-11-01 14:03:15 +01:00
org.openhab.binding.hydrawise Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.hyperion Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.iammeter Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.iaqualink [iaqualink] Fix to work with recent API changes to the iAqualink cloud service. Currently the binding throws a gson parsing error early in the poll process rendering it completly broken. (#13073) 2022-07-04 21:46:38 +02:00
org.openhab.binding.icalendar Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.icloud [icloud] Fixes COMMUNICATION_ERROR iCloud response invalid: null (July 2022) (#13117) 2022-07-13 20:16:03 +02:00
org.openhab.binding.ihc Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.innogysmarthome Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.insteon Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.intesis Add RSSI channel to intesisHome and fixed some NPEs (#13244) 2022-08-12 10:51:42 +02:00
org.openhab.binding.ipcamera [ipcamera] Instar API updates for new 2k+ range (#13805) 2022-12-03 10:20:11 +01:00
org.openhab.binding.ipobserver [ipobserver] Upgrade jsoup from 1.14.3 to 1.15.3 (#13343) 2022-10-14 08:57:21 +02:00
org.openhab.binding.ipp Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.irobot Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.irtrans Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.ism8 Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.jablotron [jablotron] Added thermometers support for JA100F alarms (#13361) 2022-09-08 21:18:42 +02:00
org.openhab.binding.jeelink Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.jellyfin [jellyfin] upgrade sdk, fixes json parse error (#13572) 2022-10-20 07:26:39 +02:00
org.openhab.binding.juicenet New translations juicenet.properties (Italian) (#13736) 2022-11-17 22:56:36 +01:00
org.openhab.binding.kaleidescape [kaleidescape] update README (#13593) 2022-10-29 10:43:32 +02:00
org.openhab.binding.keba Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.km200 Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.knx Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.kodi [kodi] Fix bridge initialization when parameter group is not configured (#13669) 2022-11-07 06:49:05 +01:00
org.openhab.binding.konnected Configure zone on panel even if the channel is not yet linked (#13380) 2022-09-17 17:02:09 +02:00
org.openhab.binding.kostalinverter [kostalinverter] Fix for the Kostal inverter binding to work with different firmware releases regarded to PIKO 10-20 V. 221004 (#13490) 2022-11-05 13:50:49 +01:00
org.openhab.binding.kvv [KVV] Replace underlying API (#13186) 2022-09-25 14:29:10 +02:00
org.openhab.binding.lametrictime Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.lcn Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.leapmotion Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.lghombot Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.lgtvserial Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.lgwebos New Crowdin updates (#13635) 2022-11-01 14:03:15 +01:00
org.openhab.binding.lifx [lifx] Set tagged flag accordingly for unicast and broadcast messages (#13744) 2022-12-05 10:00:10 +01:00
org.openhab.binding.linky [linky] Console command completion (#13589) 2022-10-25 09:29:58 +02:00
org.openhab.binding.linuxinput [linuxinput] handle keys not known by libevdev (#13632) 2022-11-01 14:06:58 +01:00
org.openhab.binding.lirc Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.livisismarthome Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.logreader Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.loxone Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.luftdateninfo Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.lutron Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.luxom Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.luxtronikheatpump [LuxtronikHeatpump] Adds discovery service (#11907) 2022-10-01 17:15:16 +02:00
org.openhab.binding.magentatv Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.mail [mail] Correct action names (#13318) 2022-08-25 22:30:21 +02:00
org.openhab.binding.max Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.mcd New Crowdin updates (#13135) 2022-07-20 17:47:24 +02:00
org.openhab.binding.mcp23017 Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.meater New Crowdin updates (#13671) 2022-11-07 13:25:06 +01:00
org.openhab.binding.mecmeter Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.melcloud Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.mercedesme [mercedesme] New API Migration (#13670) 2022-11-07 18:48:48 +01:00
org.openhab.binding.meteoalerte Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.meteoblue Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.meteostick Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.miele New Crowdin updates (#13848) 2022-12-05 15:56:34 +01:00
org.openhab.binding.mielecloud Fix missing web resource unregistration (#13613) 2022-10-28 12:58:16 +02:00
org.openhab.binding.mihome Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.miio [miio] add support Xiaomi Smart Air Purifier 4 Compact (#13806) 2022-12-02 21:44:33 +01:00
org.openhab.binding.mikrotik Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.milight Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.millheat Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.minecraft Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.modbus Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.modbus.e3dc Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.modbus.helioseasycontrols Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.modbus.sbc Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.modbus.stiebeleltron Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.modbus.studer Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.modbus.sunspec [SunSpec] Add missing Inverter Status, Add Channel for Vendor-Specific Status (#13480) 2022-10-05 07:49:31 +02:00
org.openhab.binding.monopriceaudio [monopriceaudio] Update README (#13688) 2022-11-11 13:07:59 +01:00
org.openhab.binding.mpd Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.mqtt New translations mqtt.properties (Italian) (#13323) 2022-08-26 20:06:56 +02:00
org.openhab.binding.mqtt.espmilighthub New translations mqtt.properties (Italian) (#13809) 2022-11-29 19:35:06 +01:00
org.openhab.binding.mqtt.generic Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.mqtt.homeassistant Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.mqtt.homie Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.mybmw [mybmw] Add home-distance channel (#13093) 2022-07-09 15:56:05 +02:00
org.openhab.binding.mycroft Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.myq Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.mystrom [myStrom] Corrected readMe, mystrompir is not a bulb. (#13322) 2022-08-26 22:32:33 +02:00
org.openhab.binding.nanoleaf [Nanoleaf] New Channel: State (#13746) 2022-12-02 21:14:53 +01:00
org.openhab.binding.neato Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.neeo Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.neohub [neohub] add auto discovery to ReadMe (#13204) 2022-08-02 17:06:32 +02:00
org.openhab.binding.nest Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.netatmo [netatmo] eventBuffer in SecurityCapability should not be static (#13636) 2022-11-02 08:16:25 +01:00
org.openhab.binding.network [network] Fix wake-on-lan functions in DSL rules (#13519) 2022-10-08 21:19:16 +02:00
org.openhab.binding.networkupstools Add missing status (#13729) 2022-11-16 08:14:10 +01:00
org.openhab.binding.nibeheatpump [nibeheatpump] Readme for NibeGW for Arduino with Hardware and compilation hints (#13787) 2022-12-04 11:52:47 +01:00
org.openhab.binding.nibeuplink Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.nikobus Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.nikohomecontrol Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.nobohub Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.novafinedust Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.ntp Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.nuki [nuki] Disabled warning for things created from textual config (#13331) 2022-10-02 18:10:40 +02:00
org.openhab.binding.nuvo [nuvo] update rules examples in README (#13771) 2022-11-25 08:08:59 +01:00
org.openhab.binding.nzwateralerts Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.oceanic Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.ojelectronics Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.omnikinverter Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.omnilink Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.onebusaway Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.onewire Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.onewiregpio Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.onkyo Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.opengarage Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.opensprinkler New Crowdin updates (#13074) 2022-07-04 21:47:43 +02:00
org.openhab.binding.openthermgateway Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.openuv New Crowdin updates (#13474) 2022-10-02 12:33:47 +02:00
org.openhab.binding.openweathermap New Crowdin updates (#13474) 2022-10-02 12:33:47 +02:00
org.openhab.binding.openwebnet [openwebnet] Add support for Alarm (WHO=5) (#13694) 2022-12-05 12:57:25 +01:00
org.openhab.binding.oppo Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.orbitbhyve Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.orvibo Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.paradoxalarm [paradoxalarm] Handle multiple panels (#13641) 2022-11-04 19:01:39 +01:00
org.openhab.binding.pentair Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.phc Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.pilight Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.pioneeravr Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.pixometer Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.pjlinkdevice Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.playstation Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.plclogo Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.plugwise Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.plugwiseha fix typos in plugwise plugin examples (#13820) 2022-12-02 13:09:04 +01:00
org.openhab.binding.powermax [powermax] Console command completion (#13588) 2022-10-25 09:27:28 +02:00
org.openhab.binding.proteusecometer Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.prowl Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.publictransportswitzerland Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.pulseaudio Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.pushbullet Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.pushover New translations pushover.properties (German) (#13454) 2022-09-27 22:40:22 +02:00
org.openhab.binding.pushsafer Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.qbus Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.qolsysiq [qolsysiq] Fixes ENUM Typo (#13790) 2022-11-28 01:07:57 +01:00
org.openhab.binding.radiothermostat [radiothermostat] Ignore updates if thermostat data is invalid (#13394) 2022-09-17 17:49:59 +02:00
org.openhab.binding.regoheatpump If for some reason HP response fails to properly parse, i.e. java.lang.NumberFormatException: For input string: "##" exception is not handled and scheduler is not re-triggered (polling stops).Fixed build warnings. (#13685) 2022-11-12 10:44:45 +01:00
org.openhab.binding.remoteopenhab [remoteopenhab] Optimize filtering of ALIVE events (#13432) 2022-09-28 20:39:20 +02:00
org.openhab.binding.renault Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.resol [resol] Fix handling of WeekTime fields on vbus (#13753) 2022-12-03 14:59:26 +01:00
org.openhab.binding.revogi Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.rfxcom Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.rme Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.robonect Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.roku Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.rotel New translations rotel.properties (French) (#13584) 2022-10-22 21:21:45 +02:00
org.openhab.binding.russound Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.sagercaster [sagercaster] Fix all code analysis findings (#13637) 2022-11-01 15:33:54 +01:00
org.openhab.binding.samsungtv Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.satel Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.semsportal Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.senechome Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.seneye Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.sensebox New translations sensebox.properties (German) (#13774) 2022-11-24 13:03:33 +01:00
org.openhab.binding.sensibo Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.serial [serial] Allow custom baudrate and add option 2400 (#13265) 2022-08-15 17:31:47 +02:00
org.openhab.binding.serialbutton Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.shelly [shelly] Plus 1/1PM Add-On support; fix roller pos on open/close state (#13520) 2022-12-05 08:51:31 +01:00
org.openhab.binding.siemensrds Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.silvercrestwifisocket Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.sinope Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.sleepiq Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.smaenergymeter Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.smartmeter Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.smartthings Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.smhi [smhi] Prepare for easier translation (#13305) 2022-08-22 10:47:44 +02:00
org.openhab.binding.smsmodem New Crowdin updates (#13836) 2022-12-04 17:13:46 +01:00
org.openhab.binding.sncf Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.snmp Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.solaredge Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.solarlog Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.solarmax New Crowdin updates (#13481) 2022-10-03 17:21:26 +02:00
org.openhab.binding.solarwatt Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.somfymylink Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.somfytahoma [somfytahoma] Console command completion (#13598) 2022-10-25 09:25:40 +02:00
org.openhab.binding.somneo New translations somneo.properties (Italian) (#13187) 2022-07-29 00:33:53 +02:00
org.openhab.binding.sonnen Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.sonos [sonos] New codec id 61 for Dolby Atmos (#13551) 2022-10-15 11:48:20 +02:00
org.openhab.binding.sonyaudio Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.sonyprojector Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.souliss Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.spotify Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.squeezebox Fix bridge initialization when parameter quoteList is not configured (#13667) 2022-11-07 09:20:20 +01:00
org.openhab.binding.surepetcare Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.synopanalyzer Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.systeminfo Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.tacmi Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.tado New Crowdin updates (#13481) 2022-10-03 17:21:26 +02:00
org.openhab.binding.tankerkoenig Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.tapocontrol [tapocontrol] fixed configuration error (#13677) 2022-11-14 10:13:05 +01:00
org.openhab.binding.telegram Solves issue #11691 (#13758) 2022-11-21 20:38:37 +01:00
org.openhab.binding.teleinfo Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.tellstick [tellstick] Avoid updates duplication after communication errors (#13479) 2022-11-05 16:11:06 +01:00
org.openhab.binding.tesla Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.tibber [tibber] Fix SAT warnings (#13835) 2022-12-04 12:18:20 +01:00
org.openhab.binding.tivo Remove several README embedded logos (#13089) 2022-07-07 08:20:02 +02:00
org.openhab.binding.touchwand [touchwand] Add port configuration to websocket (#13440) 2022-09-26 19:05:50 +02:00
org.openhab.binding.tplinkrouter New Crowdin updates (#13580) 2022-10-22 14:18:31 +02:00
org.openhab.binding.tplinksmarthome [tplinksmarthome] Add support for TP-Link KP401 Smart WiFi Outdoor Plug (#13818) 2022-12-01 22:50:28 +01:00
org.openhab.binding.tr064 Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.tradfri Update Shelly and Tradfri bindings for upgrade to Californium 2.7.3 (#13407) 2022-09-21 12:19:19 +02:00
org.openhab.binding.twitter Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.unifi Migrate uptime channels to support UoM (#13827) 2022-12-03 12:36:28 +01:00
org.openhab.binding.unifiedremote Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.upb Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.upnpcontrol [upnpcontrol] Prepare dynamic channels and status messages for translation (#13364) 2022-09-08 22:25:18 +02:00
org.openhab.binding.urtsi Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.valloxmv Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.vdr Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.vektiva Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.velbus Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.velux Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.venstarthermostat Venstar: split away and schedule settings calls (#13046) 2022-07-22 21:44:43 +02:00
org.openhab.binding.ventaair Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.verisure [verisure] Avoid updates duplication after communication errors (#13652) 2022-11-05 14:42:01 +01:00
org.openhab.binding.vesync Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.vigicrues [vigicrues] Fix few code analysis findings (#13639) 2022-11-01 15:30:29 +01:00
org.openhab.binding.vitotronic Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.volvooncall Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.warmup Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.weathercompany Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.weatherunderground Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.webexteams New Crowdin updates (#13848) 2022-12-05 15:56:34 +01:00
org.openhab.binding.webthing Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.binding.wemo [wemo] Add Wemo Outdoor plug (#13319) 2022-08-26 22:28:29 +02:00
org.openhab.binding.wifiled Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.windcentrale Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.wlanthermo Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.wled Fix indexing of presets and playlists. (#13543) 2022-10-15 10:07:49 +02:00
org.openhab.binding.wolfsmartset Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.wundergroundupdatereceiver [wundergroundupdatereceiver] Use html entities where in normal body (#13831) 2022-12-04 00:39:14 +01:00
org.openhab.binding.xmltv Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.xmppclient Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.yamahamusiccast Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.yamahareceiver Typos a/an (#13812) 2022-12-01 14:30:50 +01:00
org.openhab.binding.yeelight Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.yioremote Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.zoneminder Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.binding.zway Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.io.homekit Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.io.hueemulation New Crowdin updates (#13448) 2022-09-26 23:04:07 +02:00
org.openhab.io.imperihome Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.io.metrics Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.io.neeo Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.io.openhabcloud [openhabcloud] Removing content encoding when proxing. (#13559) 2022-10-17 08:06:08 +02:00
org.openhab.persistence.dynamodb Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.persistence.influxdb Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.persistence.jdbc [jdbc] Fix date filter to be inclusive (Derby) (#13850) 2022-12-05 17:09:13 +01:00
org.openhab.persistence.jpa [jpa] Fix Derby driver no longer included (#13532) 2022-10-10 09:25:32 +02:00
org.openhab.persistence.mapdb Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.persistence.mongodb Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.persistence.rrd4j Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.bin2json Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.transform.exec Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.javascript Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.jinja Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.jsonpath Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.map Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.regex Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.scale Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.xpath Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.transform.xslt Typos a/an (#13819) 2022-12-02 13:07:31 +01:00
org.openhab.voice.actiontemplatehli Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.voice.googlestt Bump protobuf-java in /bundles/org.openhab.voice.googlestt (#13491) 2022-10-09 23:49:09 +02:00
org.openhab.voice.googletts [googletts] Add consent parameter to auth code request URL (#13087) 2022-07-06 10:27:50 +02:00
org.openhab.voice.mactts Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.voice.marytts Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.voice.mimictts [mimictts] Use http method POST instead of GET (#13239) 2022-09-03 12:00:32 +02:00
org.openhab.voice.picotts Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.voice.pollytts Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.voice.porcupineks New Crowdin updates (#13074) 2022-07-04 21:47:43 +02:00
org.openhab.voice.rustpotterks Apply spotless and resolver (#13027) 2022-06-27 16:00:37 +02:00
org.openhab.voice.voicerss New Crowdin updates (#13135) 2022-07-20 17:47:24 +02:00
org.openhab.voice.voskstt [voskstt] Fix load on linux arm (#13556) 2022-10-18 19:29:15 +02:00
org.openhab.voice.watsonstt New Crowdin updates (#13585) 2022-10-22 23:41:33 +02:00
archetype-settings.xml
create_openhab_binding_skeleton.cmd Update OH version in skeleton scripts (#13107) 2022-07-10 11:24:32 +02:00
create_openhab_binding_skeleton.sh Update OH version in skeleton scripts (#13107) 2022-07-10 11:24:32 +02:00
pom.xml [bondhome] Initial contribution (#13459) 2022-12-05 17:19:35 +01:00