openhab-addons/bundles
Joan Pujol 6cb5652955
[dbquery] Initial contribution (#8780)
* Initial commit

Intial work history lost due to the repository shrunk done at c53e4aed26 (intially started from old unshrunked repo)

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Implement reconnect attempts

If database can be connected at bridge initialization schedule retry attempts.
Prevent  query execution scheduling if bridge isn't online

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Minor documentation changes and fix trigger channel name

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Fix NPE bug initializing ThingActions

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Implement query actions and another fixes

Implement actions to execute query and get last query result
Correctly serialize as JSON non scalar results to result channels

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Update parameters and correct channel

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Fix formatting and forgot part on previous commit

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Improve documentation

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Add javadoc comment and license to all classes

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Code cleanup

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Untrack unused i18n file

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Fix log level for query actions trace information

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Add dbquery addon to bundles pom

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Temporary remove mqtt bindings that make travis build to fail

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Fix formatting issue

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Revert "Temporary remove mqtt bindings that make travis build to fail"

This reverts commit 21c09957b5.

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Code clean up from static analysis

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Update code to be compatible with 3.1.0

Update dependencies version
Update Copyright
Other minor changes for new static analysis validations.
Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Requested PR changes

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Update bundles/org.openhab.binding.dbquery/src/main/java/org/openhab/binding/dbquery/internal/JDBCBridgeHandler.java

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/src/main/java/org/openhab/binding/dbquery/internal/DatabaseBridgeHandler.java

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Apply suggestions from code review

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Suggestions from code review

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Update parent version

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/jdbc-bridge.xml

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* Changes asked in PR review

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Update bundles/org.openhab.binding.dbquery/README.md

Co-authored-by: Matthew Skinner <matt@pcmus.com>

* README documentation imporovements

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

* Fix format issue

Signed-off-by: Joan Pujol <joanpujol@gmail.com>

Co-authored-by: Matthew Skinner <matt@pcmus.com>
2021-10-17 14:33:18 +02:00
..
org.openhab.automation.groovyscripting [groovyscripting] Update Groovy to 3.0.9 (#11251) 2021-09-15 19:02:17 +02:00
org.openhab.automation.jsscripting applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.automation.jythonscripting applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.automation.pidcontroller [pidcontroller] Improve logging (#11312) 2021-09-27 07:30:16 +02:00
org.openhab.automation.pwm applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.adorne applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.ahawastecollection Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.airq Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.airquality Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.airvisualnode applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.alarmdecoder applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.allplay applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.amazondashbutton New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.amazonechocontrol Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.ambientweather New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.amplipi [amplipi] Initial contribution of AmpliPi binding (#10983) 2021-08-01 12:25:29 +02:00
org.openhab.binding.androiddebugbridge applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.astro Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.atlona applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.autelis applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.automower Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.avmfritz [avmfritz] Added support for DECT500 and HAN-FUN bulbs (#11348) 2021-10-16 07:27:27 +02:00
org.openhab.binding.benqprojector [benqprojector] Update broken link in README (#11383) 2021-10-14 18:41:06 +02:00
org.openhab.binding.bigassfan applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.airthings Fix SAT error (#11074) 2021-07-31 22:10:14 +02:00
org.openhab.binding.bluetooth.am43 applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.bluegiga [bluetooth.bluegiga] Fix CompareObjectsWithEquals findings regression causing all devices to be beacons 2021-08-31 13:05:09 +02:00
org.openhab.binding.bluetooth.bluez applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.blukii applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.daikinmadoka applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.enoceanble applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.generic applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.govee applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.roaming applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bluetooth.ruuvitag applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bmwconnecteddrive Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.boschindego applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.boschshc New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.bosesoundtouch applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.broadlinkthermostat applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.bsblan fix: Support Quantity Types (#11229) 2021-10-03 01:38:28 +02:00
org.openhab.binding.bticinosmarther applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.buienradar applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.caddx [caddx] Add new channels and support for ignoring zone status transitions (#10923) 2021-07-16 14:43:37 +02:00
org.openhab.binding.cbus applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.chromecast Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.cm11a applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.comfoair Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.coolmasternet applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.coronastats applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.daikin applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.dali applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.danfossairunit [danfossairunit] Fix network reliability issues and setting of all channel values to zero (#11172) 2021-09-27 07:58:10 +02:00
org.openhab.binding.darksky Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.dbquery [dbquery] Initial contribution (#8780) 2021-10-17 14:33:18 +02:00
org.openhab.binding.deconz Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.denonmarantz applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.digiplex applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.digitalstrom Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.dlinksmarthome applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.dmx Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.doorbird [doorbird] fix controller id (#11190) 2021-09-07 22:48:33 +02:00
org.openhab.binding.draytonwiser applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.dscalarm applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.dsmr Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.dwdpollenflug Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.dwdunwetter Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.ecobee applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.ecotouch Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.ekey [ekey] initial contribution / oh1 migration (#10996) 2021-10-12 21:15:14 +02:00
org.openhab.binding.elerotransmitterstick applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.energenie applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.enigma2 New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.enocean [enocean] Add support for Soda Handles (EEP D2-06-01) (#11230) 2021-10-16 18:47:58 +02:00
org.openhab.binding.enphase applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.enturno New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.epsonprojector Fix equalsIgnoreCase issue (#11141) 2021-08-24 19:04:17 +02:00
org.openhab.binding.etherrain applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.evohome Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.exec Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.feed [feed] added channel for enclosure link on latest entry (#11345) 2021-10-09 18:32:44 +02:00
org.openhab.binding.feican Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.fmiweather [fmiweather] Fix UNDEF observations in corner case situations. (#11025) 2021-07-18 19:10:34 +02:00
org.openhab.binding.folderwatcher applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.folding applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.foobot applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.freebox applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.fronius [fronius] Added inverter power, battery state of charge and PV solar yield (#10757) 2021-07-11 09:38:45 +02:00
org.openhab.binding.fsinternetradio Update README.md (#11354) 2021-10-09 19:58:46 +02:00
org.openhab.binding.ftpupload applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.gardena Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.gce applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.generacmobilelink applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.globalcache applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.goecharger applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.gpio applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.gpstracker applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.gree Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.groheondus Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.haassohnpelletstove applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.harmonyhub [harmonyhub] Updated README to get buttonPress values with the new REST API implementation (#10978) 2021-07-13 08:16:33 +02:00
org.openhab.binding.haywardomnilogic [haywardomnilogic] Remove erroneous chlorinator code from filterhandler (#11028) 2021-07-24 21:25:44 +02:00
org.openhab.binding.hccrubbishcollection applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.hdanywhere applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.hdpowerview [hdpowerview] Add Hub configuration option hardRefreshBatteryLevel (#11260) 2021-09-18 13:55:04 +02:00
org.openhab.binding.helios applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.heliosventilation Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.heos applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.homeconnect Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.homematic Remove deprecated XStream.setupDefaultSecurity calls (#11365) 2021-10-10 20:30:07 +02:00
org.openhab.binding.homewizard applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.hpprinter applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.http applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.hue Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.hydrawise [hydrawise] Migrate to new GraphQL based API (#10947) 2021-08-01 20:03:37 +02:00
org.openhab.binding.hyperion applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.iammeter applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.iaqualink applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.icalendar Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.icloud Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.ihc [ihc] Improved command handling when controller is not ready (#10895) 2021-07-15 19:49:59 +02:00
org.openhab.binding.innogysmarthome Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.insteon [insteon] Update README.md (#10922) 2021-07-06 19:57:18 +02:00
org.openhab.binding.intesis Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.ipcamera [ipcamera] Fix several issues and some improvements (#11300) 2021-10-10 10:12:18 +02:00
org.openhab.binding.ipobserver [ipobserver] Weather station binding, Initial contribution. (#10567) 2021-07-17 22:21:21 +02:00
org.openhab.binding.ipp applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.irobot [irobot] Minor readme corrections (#11124) 2021-08-22 12:04:33 +02:00
org.openhab.binding.irtrans applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.ism8 applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.jablotron applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.jeelink Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.kaleidescape Improve discovery service (#11258) 2021-09-18 13:51:30 +02:00
org.openhab.binding.keba applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.km200 applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.knx applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.kodi Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.konnected applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.kostalinverter Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.kvv applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.lametrictime New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.lcn Remove deprecated XStream.setupDefaultSecurity calls (#11365) 2021-10-10 20:30:07 +02:00
org.openhab.binding.leapmotion applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.lghombot Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.lgtvserial applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.lgwebos New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.lifx [lifx] Add channels for controlling absolute color temperature in Kelvin (#11309) 2021-09-27 22:00:01 +02:00
org.openhab.binding.linky Rename feature.xml in order to exclude it from feature aggregation (#11266) 2021-09-19 11:40:55 +02:00
org.openhab.binding.linuxinput Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.lirc applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.logreader [logreader] Added hint about case sensitive patterns (#11379) 2021-10-16 11:27:10 +02:00
org.openhab.binding.loxone Support for SHA-256 (#11240) 2021-09-17 08:40:11 +02:00
org.openhab.binding.luftdateninfo Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.lutron Remove deprecated XStream.setupDefaultSecurity calls (#11365) 2021-10-10 20:30:07 +02:00
org.openhab.binding.luxtronikheatpump New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.magentatv Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.mail Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.max Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.mcp23017 [mcp23017] Standardize config URI (#11010) 2021-07-17 23:37:44 +02:00
org.openhab.binding.mecmeter applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.melcloud [melcloud] Fix thing type id in documentation 2021-09-19 12:06:27 +02:00
org.openhab.binding.meteoalerte [meteoalerte] Small code enhancements (#10993) 2021-07-17 22:39:41 +02:00
org.openhab.binding.meteoblue Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.meteostick applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.miele [miele] Document known programs and phases (#11377) 2021-10-15 21:45:21 +02:00
org.openhab.binding.mielecloud [mielecloud] Remove e-mail parameter validation (#11073) 2021-08-02 21:45:41 +02:00
org.openhab.binding.mihome Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.miio [miio] Automatic create experimental support for (unsupported) miot devices (#11149) 2021-09-19 22:01:22 +02:00
org.openhab.binding.mikrotik [mikrotik] Basic PPP/LTE interface support (#11395) 2021-10-17 14:04:47 +02:00
org.openhab.binding.milight [milight] Fix minimum value for parameter repeat (#11367) 2021-10-16 18:49:45 +02:00
org.openhab.binding.millheat Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.minecraft applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.modbus [modbus] Clarifying error messages with invalid configuration (#11292) 2021-10-11 12:41:35 +02:00
org.openhab.binding.modbus.e3dc Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.modbus.helioseasycontrols Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.modbus.sbc applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.modbus.stiebeleltron applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.modbus.studer applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.modbus.sunspec [sunspec modbus] fix thing example (#11380) 2021-10-15 18:00:40 +02:00
org.openhab.binding.monopriceaudio applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.mpd Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.mqtt Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.mqtt.espmilighthub Sematic Tags added. (#11098) 2021-08-11 11:55:26 +02:00
org.openhab.binding.mqtt.generic Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.mqtt.homeassistant [mqtt-homeassistant] Refactoring: fixed under_score/CamelCase usages and nullable annotations (#11120) 2021-09-19 22:04:14 +02:00
org.openhab.binding.mqtt.homie [homeassistant/homie] Standardize config URI (#11021) 2021-07-24 21:27:01 +02:00
org.openhab.binding.myq [myq] Fixes a serious issue that could wipe out cookies across an entire OH instance for bindings using the shared Jetty client (#11343) 2021-10-04 07:41:41 +02:00
org.openhab.binding.mystrom applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.nanoleaf [nanoleaf] Reimplement touch detection based on SSE, stabilize behavior, add swipe support (#11133) 2021-09-28 09:07:12 +02:00
org.openhab.binding.neato applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.neeo applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.neohub applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.nest applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.netatmo Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.network Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.networkupstools [networkupstools] Missing status added (#11082) 2021-08-03 14:33:01 +02:00
org.openhab.binding.nibeheatpump applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.nibeuplink Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.nikobus [nikobus] Standardize config URI (#11011) 2021-07-17 23:39:09 +02:00
org.openhab.binding.nikohomecontrol Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.novafinedust applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.ntp [ntp] Add default translations properties file (#11363) 2021-10-10 10:52:39 +02:00
org.openhab.binding.nuki [nuki] Opener support and discovery (#10672) 2021-09-05 11:50:23 +02:00
org.openhab.binding.nuvo Update Nuvo README (#11107) 2021-08-14 13:39:11 +02:00
org.openhab.binding.nzwateralerts applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.oceanic applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.ojelectronics Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.omnikinverter applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.omnilink [OmniLink] Fix zone bypass/restore commands (#11005) 2021-07-17 08:54:34 +02:00
org.openhab.binding.onebusaway applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.onewire applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.onewiregpio applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.onkyo applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.opengarage applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.opensprinkler [opensprinkler] Improvements: Remove apache.commons, fix bugs and warnings (#9869) 2021-07-11 09:40:29 +02:00
org.openhab.binding.openthermgateway applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.openuv Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.openweathermap [openweathermap] Bridge status set to ONLINE when no attached things (#11360) 2021-10-11 13:15:46 +02:00
org.openhab.binding.openwebnet New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.oppo [oppo] Remove logo from README (#11176) 2021-08-31 14:41:11 +02:00
org.openhab.binding.orbitbhyve Apply spotless (#11072) 2021-07-31 21:02:53 +02:00
org.openhab.binding.orvibo applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.paradoxalarm applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.pentair applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.phc applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.pilight Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.pioneeravr applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.pixometer Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.pjlinkdevice applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.playstation Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.plclogo Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.plugwise New Crowdin updates (#10570) 2021-10-03 22:14:10 +02:00
org.openhab.binding.plugwiseha applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.powermax [powermax] Add null annotations (#11275) 2021-10-10 10:04:37 +02:00
org.openhab.binding.pulseaudio [pulseaudio] Fix sink-input configuration and other (#11272) (#11276) 2021-10-09 11:44:20 +02:00
org.openhab.binding.pushbullet [pushbullet] Update README.md with recipient broadcast information (#11057) 2021-07-26 09:28:06 +02:00
org.openhab.binding.pushover Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.pushsafer Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.qbus Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.radiothermostat applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.regoheatpump applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.remoteopenhab [remoteopenhab] Example with a connection to myopenhab.org (#11237) 2021-09-11 13:35:27 +02:00
org.openhab.binding.resol applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.revogi applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.rfxcom [rfxcom] Add ability to properly receive configured command ids, deprecated hard-coded guesses. (#10940) 2021-07-18 21:37:44 +02:00
org.openhab.binding.rme applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.robonect [robonect] Channel for distance from charging station on remote start (#11137) 2021-08-22 11:45:55 +02:00
org.openhab.binding.roku Add Roku TV channels (#11087) 2021-08-11 12:06:40 +02:00
org.openhab.binding.rotel [rotel] Semantics added to channel types (#10969) 2021-07-12 09:56:13 +02:00
org.openhab.binding.russound applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.sagercaster Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.samsungtv Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.satel applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.semsportal [semsportal] Fix lastUpdate parse format to accept the format provided by the inverter (#11127) 2021-08-22 12:02:10 +02:00
org.openhab.binding.senechome applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.seneye applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.sensebox Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.sensibo Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.serial applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.serialbutton applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.shelly Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.siemensrds applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.silvercrestwifisocket applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.sinope Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.sleepiq applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.smaenergymeter Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.smartmeter applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.smartthings applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.smhi [Smhi] Ensure trailing zeroes are removed before updating channels (#11353) 2021-10-16 13:38:51 +02:00
org.openhab.binding.snmp applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.solaredge Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.solarlog applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.solarwatt applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.somfymylink applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.somfytahoma [somfytahoma] Fixed rssi channels creation & properties updating (#11254) 2021-09-18 13:56:36 +02:00
org.openhab.binding.sonos Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.sonyaudio applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.sonyprojector [sonyprojector] Fix typo in translation keys (#11374) 2021-10-12 18:59:11 +02:00
org.openhab.binding.souliss [souliss] Souliss Binding initial contribution (#11083) 2021-10-17 13:31:36 +02:00
org.openhab.binding.spotify applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.squeezebox Fix parsing to handle when volume is a float (#11151) 2021-08-24 14:44:02 +02:00
org.openhab.binding.surepetcare [surepetcare] Check for null before updating pet location channels (#11235) 2021-09-19 11:40:16 +02:00
org.openhab.binding.synopanalyzer Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.systeminfo [systeminfo] Fix heap graph too high on axis. (#11351) 2021-10-09 10:16:23 +02:00
org.openhab.binding.tacmi applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.tado applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.tankerkoenig Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.telegram [telegram] [influxdb] Update okhttp3 lib (#11130) 2021-09-19 22:08:13 +02:00
org.openhab.binding.teleinfo [teleinfo] Standardize config URI (#11019) 2021-07-18 09:16:16 +02:00
org.openhab.binding.tellstick applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.tesla applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.tibber applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.tivo [tivo] Fix thing staying offline after connection refresh (#10902) 2021-07-06 19:46:25 +02:00
org.openhab.binding.touchwand Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.tplinksmarthome [tplinksmarthome] Added new devices EP10, EP40, KL125, and KL135 (#11282) 2021-09-28 18:28:15 +02:00
org.openhab.binding.tr064 [tr064] fix incorrectly reported decibel values for DSL Noise Margin and Attenuation (#11337) 2021-10-16 11:33:31 +02:00
org.openhab.binding.tradfri Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.twitter [Twitter] 3.0 Twitter Binding (#10241) 2021-09-05 09:33:00 +02:00
org.openhab.binding.unifi [unifi] Fixed 404 error with reconnect and no default value set for UniFiOS Checkbox (#11004) 2021-07-31 18:55:34 +02:00
org.openhab.binding.unifiedremote applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.upb [upb] Fix race condition (#11366) 2021-10-11 21:44:44 +02:00
org.openhab.binding.upnpcontrol applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.urtsi Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.valloxmv applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.vdr applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.vektiva applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.velbus applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.velux Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.venstarthermostat applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.ventaair applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.verisure [verisure] Adapted to new authentication process and support for non MFA activated user. (#11228) (#11265) 2021-10-16 11:28:08 +02:00
org.openhab.binding.vigicrues Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.vitotronic applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.volvooncall [volvooncall] Extend battery channels (#10991) 2021-07-18 20:15:59 +02:00
org.openhab.binding.warmup applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.weathercompany applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.weatherunderground Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.webthing applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.wemo [wemo] fix wrong brightness value for dimmer switch (#11385) 2021-10-15 19:37:07 +02:00
org.openhab.binding.wifiled Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.binding.windcentrale applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.wlanthermo applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.wled Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.wolfsmartset [wolfsmartset] Initial contribution (#10751) 2021-09-25 21:07:54 +02:00
org.openhab.binding.xmltv applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.xmppclient applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.binding.yamahareceiver [yamahareceiver] Add possiblity to switch HDMI outputs on and off on Yamaha receivers (openhab#6327) (#11063) 2021-07-31 11:52:45 +02:00
org.openhab.binding.yeelight Fix/remove outdated "Default Tags" (#11313) 2021-09-27 07:33:56 +02:00
org.openhab.binding.yioremote Align translation filenames with Crowdin (#11362) 2021-10-10 11:02:53 +02:00
org.openhab.binding.zoneminder API changed location of event counts (#11159) 2021-08-26 19:09:26 +02:00
org.openhab.binding.zway Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349) 2021-10-09 19:56:49 +02:00
org.openhab.io.homekit Add support for group item type to window covering (#10936) 2021-07-17 08:51:44 +02:00
org.openhab.io.hueemulation applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.io.imperihome applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.io.metrics [metrics] Fix configuration PID and add file based configuration example (#11280) 2021-09-22 08:34:09 +02:00
org.openhab.io.neeo applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.io.openhabcloud [openhabcloud] Add required registration before connection (#11168) 2021-10-10 10:14:48 +02:00
org.openhab.persistence.dynamodb [dynamodb] AWS setup guidance updated in docs (#11092) 2021-08-11 11:57:26 +02:00
org.openhab.persistence.influxdb [influxdb] Add info that it's no good idea to override the item tag via metadata (#11316) 2021-09-30 20:59:26 +02:00
org.openhab.persistence.jdbc [jdbc] Select the proper schema when retrieving the item tables (#11023) 2021-07-24 21:29:15 +02:00
org.openhab.persistence.jpa applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.persistence.mapdb applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.persistence.mongodb applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.persistence.rrd4j [rrd4j] Upgrade rrd4j, improve exception handling (#11355) 2021-10-09 21:56:09 +02:00
org.openhab.transform.bin2json applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.exec applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.javascript [js-transform] Introduced support for additional parameters (#10901) 2021-07-31 12:42:50 +02:00
org.openhab.transform.jinja applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.jsonpath applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.map applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.regex applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.scale applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.xpath applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.transform.xslt applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.voice.googletts applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.voice.mactts applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.voice.marytts applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.voice.picotts applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.voice.pollytts applied spotless 2021-06-27 23:25:35 +02:00
org.openhab.voice.voicerss applied spotless 2021-06-27 23:25:35 +02:00
archetype-settings.xml Codebase as of c53e4aed26 as an initial commit for the shrunk repo 2020-09-20 23:57:58 +02:00
create_openhab_binding_skeleton.cmd Update OH version in skeleton scripts (#10910) 2021-06-28 11:00:31 +02:00
create_openhab_binding_skeleton.sh Abstract over bin paths using env (#11339) 2021-10-06 16:19:38 +02:00
pom.xml [dbquery] Initial contribution (#8780) 2021-10-17 14:33:18 +02:00