mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
25660991e6
- Initial version added (copied and renamed from the innogysmarthome binding) - The local API is now used, authorization, bridge initialization and discovery is already working - Potential NullPointerExceptions fixed - Adding battery-low-Channel support for ISC2 - More optimizations and local API changes in the ReadMe - The key button counter channels are now updated correctly. The according trigger channels should now also work fine. - Bug fixes regarding button pressed event. The pressed event is now executed along with short and long press events, so if someone want to react on a button press (short or long), the PRESSED trigger event can get checked. And the pressed event isn't senseless executed on a binding restart anymore. - Error messages improved - Deprecation-Notice - New deprecation warning integrated in the innogysmarthome binding - Livisi renamed to LIVISI - SHC channels are now initialized correctly - New "status" channel for the SHC with the values ACTIVE, INITIALIZING and SHUTTINGDOWN - Code and documentation optimizations - Fix for PT-PSS action - Support for SHC classic - The websocket is hosted on another port. - Update for Temperature-Channel-Definitions and Translations (de) - Update for Power-Channel-Definitions - Further translations (de) for devices and channels - Refactoring branch integrated (some tests added and a lot of code optimizations for example smaller methods, better method names, more simple flows without continue and return in void methods, improved NULL handling, etc.) - Code optimization (special handling for VariableActuator removed which seems to be not required anymore) - The thing status is now set to offline when the device is not reachable (even on binding start up) - The thing status is now set to online again when the device is reachable again - Clearer description of the invert switch of the RollerShutter (ISR2) - Copyright notices corrected - Imports optimized - Changed handling of pointTemperature (QuantityType instead of DecimalType) - Code optimization (device status listeners are now registered with device id, so it isn't necessary anymore to call all listeners to find the right matching listener for the device event). - Code optimization (not working mDNS bridge discovery removed). - Explicit idle timeout removed (seems not to be required anymore for the local API and may cause problems with SHC 1, there occur EOFExceptions) - Code optimizations (Debug code removed which isn't required anymore) - Warn message added which is logged when the temperature to set is not between min and max temperature (this can happen when the user uses the REST-API instead of MainUI or probably also when set via a rule). - Code optimizations (stronger/consequent use of QuantityType instead of DecimalType) - Temperature values outside the possible range of 6 - 30 °C are now set to 6 / 30 °C. Therefore a temperature channel can get set to 0 °C for example by a rule and this is automatically changed to 6 °C (and causes a debug message). - Code optimizations - Bug fixes regarding UnitsOfMeasurements (Number:Power) - Tests repaired - The local API returns "[]" for empty objects which should only get used for arrays... This is now handled by the binding with replacing "[]" by "null". This error occurred with SHC 1, it isn't known if SHC 2 is also affected. - Number:Dimensionless (percent) introduced for humidity and luminance - Button events are now supported for SHC 1 (Classic), but without information about short or long press (isn't available for this SHC model). - Button events are now supported for SHC 1 (Classic), but without information about short or long press (isn't available for this SHC model). - The configVersion is now also available for SHC 1 bridges. - More changes to Descriptions, Translations, Icons, Channel-Order, Channel-Config - Trace logging of responses added to increase the traceability - The SHC channels should now also get filled for SHC classic - cpu, memory and disc channels are now defined as percentage (Number:Dimensionless) - Jetty-HttpClient replaced by simple UrlConnection, because Jetty-HttpClient has problems with high frequency execution of requests. There were EOFExceptions with SHC classic when 2 or more requests were executed within the same second... - Readme updated - Copyright notices corrected - Additions in ReadMe for RST2 / WRT - The bridge channels (cpu, memory, disc and operation state) are now updated every minute for SHC 1 / classic (because there are no such events for SHC 1 / classic) - Bug-fix for SHC 1 / classic: Device attributes are now updated correctly for SHC 1 / classic (there is another response structure, which caused that some attributes were not found / update). This should have affected battery low and reachable (thing status) information. - There are also raw events which report changes regarding the bridge channels (cpu, memory, disc and operation status). There are now processed. - Token request JSON changed to lower-case (to be compatible with the new SHC firmware update and this should enable to use the standard logics) - SHC 2 can now get authenticated with the OAuth 2.0 standard logics of OpenHAB (with x-www-form-urlencoded instead of json). The old special json logic is still there to support SHC 1 (but SHC 1 will also get updated soon). - SHC 1 supports now short and long button pressed events - Outdated custom login logics removed. SHC 2 and SHC 1 / classic supports now OAuth 2.0 login requests, therefore the default login logics of OpenHAB can now get used. - README updated for the required software version of SHC 1 / classic - Code review findings fixed - Code review findings fixed (Channel Ids renamed to lowerCamelCase) - Unused code removed - Code review findings fixed (Device status messages localized) - Code review findings fixed (label of BooleanStateActuator renamed) - Code review findings fixed (hard-coded units resolved) - Code review findings fixed (unit of measurements changed form Power to Energy when it is unit Wh instead of W) - Code review findings fixed (thing status BRIDGE_OFFLINE changed to COMMUNICATION_ERROR, because BRIDGE_OFFLINE is intended for sub/child devices, not for the bridge thing) - Code review findings fixed ("initialize" is now returned faster and all requests are executed asynchronously) - Code review findings fixed ("initialize" is now returned faster and all requests are executed asynchronously) - Compiler warnings fixed - Code review findings fixed - Code review findings fixed (channel ids renamed) - Code review findings fixed (tags for temperature and humidity added) - Code review findings fixed (properties renamed to lowerCamelCase like the default properties) - Code review findings fixed (non-null warnings fixed, performance increased by reducing requests) - Code review findings fixed (non-null warnings fixed) - Code review findings fixed (non-null warnings fixed in tests) - Copyright notices updated - Unnecessary log line removed - Code review findings fixed (non-null warnings fixed in tests) - Test fixed (WebSocketClient can't get mocked completely which caused an Exception) - Code review findings fixed (various code optimizations) - Code review findings fixed (channel-type-ids renamed to lowerCamelCase) - Code review findings fixed (translation simplified) - Code review findings fixed (temperature point handling converted in UoM) - Code review findings fixed (Exception handling improved) - Code review findings fixed (offline state precised when the bridge isn't found/configured) - Code review findings fixed (exception logs deactivated within tests to reduce to console output when running the tests) - Code review findings fixed (thing status is now checked instead of bridge status) - Code review findings fixed (DeviceStructureManager can now be marked as NonNull because it is initialized within the initialize method) - Code review findings fixed (LivisiClient can now be marked as NonNull because it is initialized within the initialize method) - Code review findings fixed (OAuthService can now be marked as NonNull because it is initialized within the initialize method) - Code review findings fixed (unnecessary type check removed) - Code review findings fixed (warning messages within tests reduced) - Code review findings fixed (more when the bridge connection state changes) - Code review findings fixed (reconnect job changed from scheduleAtFixedRate to scheduleWithFixedDelay - recommended by the SAT warnings). - Code review findings fixed (unused method removed). - Representation property introduced to auto-ignore textual defined things at discovery/scan - Code review findings fixed (more detailed error message for SHC not reachable added). - Fix ChannelTypeID in Readme.md sample - Code review findings fixed ("/event/ControllerConnectivityChanged" doesn't change the bridge thing to offline anymore, because it isn't important for the local API anymore). - Code review findings fixed (point temperature commands with DecimalType instead of QuantityType can now also get handled). - Tests added regarding handleCommand - Code optimization (constant for the "invert" channel parameter added) - Code optimization (log messages within tests avoided) Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com> Co-authored-by: RalphSester <ralph.sester@sester-edv.de>
414 lines
21 KiB
Plaintext
414 lines
21 KiB
Plaintext
# This file helps GitHub doing automatic review requests for new PRs.
|
|
# It should always list the active maintainers of certain add-ons.
|
|
|
|
# As a fallback, if no specific maintainer is listed below, assign the PR to the repo maintainers team:
|
|
* @openhab/add-ons-maintainers
|
|
|
|
# Add-on maintainers:
|
|
/bundles/org.openhab.automation.groovyscripting/ @wborn
|
|
/bundles/org.openhab.automation.jrubyscripting/ @boc-tothefuture
|
|
/bundles/org.openhab.automation.jsscripting/ @jpg0
|
|
/bundles/org.openhab.automation.jythonscripting/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.automation.pidcontroller/ @fwolter
|
|
/bundles/org.openhab.automation.pwm/ @fwolter
|
|
/bundles/org.openhab.binding.adorne/ @theiding
|
|
/bundles/org.openhab.binding.ahawastecollection/ @soenkekueper
|
|
/bundles/org.openhab.binding.airq/ @aurelio1
|
|
/bundles/org.openhab.binding.airquality/ @kubawolanin
|
|
/bundles/org.openhab.binding.airvisualnode/ @3cky
|
|
/bundles/org.openhab.binding.alarmdecoder/ @bobadair @billfor
|
|
/bundles/org.openhab.binding.allplay/ @dominicdesu
|
|
/bundles/org.openhab.binding.amazondashbutton/ @OLibutzki
|
|
/bundles/org.openhab.binding.amazonechocontrol/ @mgeramb
|
|
/bundles/org.openhab.binding.ambientweather/ @mhilbush
|
|
/bundles/org.openhab.binding.amplipi/ @kaikreuzer
|
|
/bundles/org.openhab.binding.androiddebugbridge/ @GiviMAD
|
|
/bundles/org.openhab.binding.anel/ @paphko
|
|
/bundles/org.openhab.binding.astro/ @gerrieg
|
|
/bundles/org.openhab.binding.atlona/ @tmrobert8
|
|
/bundles/org.openhab.binding.autelis/ @digitaldan
|
|
/bundles/org.openhab.binding.automower/ @maxpg
|
|
/bundles/org.openhab.binding.avmfritz/ @cweitkamp
|
|
/bundles/org.openhab.binding.awattar/ @Wolfgang1966
|
|
/bundles/org.openhab.binding.benqprojector/ @mlobstein
|
|
/bundles/org.openhab.binding.bigassfan/ @mhilbush
|
|
/bundles/org.openhab.binding.bluetooth/ @cdjackson @cpmeister
|
|
/bundles/org.openhab.binding.bluetooth.airthings/ @paulianttila
|
|
/bundles/org.openhab.binding.bluetooth.am43/ @cpmeister
|
|
/bundles/org.openhab.binding.bluetooth.bluegiga/ @cdjackson @kaikreuzer
|
|
/bundles/org.openhab.binding.bluetooth.bluez/ @blafois @cpmeister
|
|
/bundles/org.openhab.binding.bluetooth.blukii/ @kaikreuzer
|
|
/bundles/org.openhab.binding.bluetooth.daikinmadoka/ @blafois
|
|
/bundles/org.openhab.binding.bluetooth.enoceanble/ @pfink
|
|
/bundles/org.openhab.binding.bluetooth.generic/ @cpmeister
|
|
/bundles/org.openhab.binding.bluetooth.govee/ @cpmeister
|
|
/bundles/org.openhab.binding.bluetooth.roaming/ @cpmeister
|
|
/bundles/org.openhab.binding.bluetooth.ruuvitag/ @ssalonen
|
|
/bundles/org.openhab.binding.boschindego/ @jofleck
|
|
/bundles/org.openhab.binding.boschshc/ @stefan-kaestle @coeing @GerdZanker
|
|
/bundles/org.openhab.binding.bosesoundtouch/ @marvkis @tratho
|
|
/bundles/org.openhab.binding.broadlinkthermostat/ @flo-02-mu
|
|
/bundles/org.openhab.binding.bsblan/ @hypetsch
|
|
/bundles/org.openhab.binding.bticinosmarther/ @MrRonfo
|
|
/bundles/org.openhab.binding.buienradar/ @gedejong
|
|
/bundles/org.openhab.binding.caddx/ @jossuar
|
|
/bundles/org.openhab.binding.cbus/ @jpharvey
|
|
/bundles/org.openhab.binding.chromecast/ @kaikreuzer
|
|
/bundles/org.openhab.binding.cm11a/ @BobRak
|
|
/bundles/org.openhab.binding.comfoair/ @boehan
|
|
/bundles/org.openhab.binding.coolmasternet/ @projectgus
|
|
/bundles/org.openhab.binding.coronastats/ @DerOetzi
|
|
/bundles/org.openhab.binding.daikin/ @caffineehacker
|
|
/bundles/org.openhab.binding.dali/ @rs22
|
|
/bundles/org.openhab.binding.danfossairunit/ @pravussum
|
|
/bundles/org.openhab.binding.darksky/ @cweitkamp
|
|
/bundles/org.openhab.binding.dbquery/ @lujop
|
|
/bundles/org.openhab.binding.deconz/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.denonmarantz/ @jwveldhuis
|
|
/bundles/org.openhab.binding.deutschebahn/ @soenkekueper
|
|
/bundles/org.openhab.binding.digiplex/ @rmichalak
|
|
/bundles/org.openhab.binding.digitalstrom/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.dlinksmarthome/ @MikeJMajor
|
|
/bundles/org.openhab.binding.dmx/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.dominoswiss/ @Friesoch
|
|
/bundles/org.openhab.binding.doorbird/ @mhilbush
|
|
/bundles/org.openhab.binding.draytonwiser/ @andrew-schofield
|
|
/bundles/org.openhab.binding.dscalarm/ @RSStephens
|
|
/bundles/org.openhab.binding.dsmr/ @Hilbrand
|
|
/bundles/org.openhab.binding.dwdpollenflug/ @DerOetzi
|
|
/bundles/org.openhab.binding.dwdunwetter/ @limdul79
|
|
/bundles/org.openhab.binding.ecobee/ @mhilbush
|
|
/bundles/org.openhab.binding.ecotouch/ @sibbi77
|
|
/bundles/org.openhab.binding.ekey/ @hmerk
|
|
/bundles/org.openhab.binding.electroluxair/ @jannegpriv
|
|
/bundles/org.openhab.binding.elerotransmitterstick/ @vbier
|
|
/bundles/org.openhab.binding.elroconnects/ @mherwege
|
|
/bundles/org.openhab.binding.energenie/ @hmerk
|
|
/bundles/org.openhab.binding.enigma2/ @gdolfen
|
|
/bundles/org.openhab.binding.enocean/ @fruggy83
|
|
/bundles/org.openhab.binding.enphase/ @Hilbrand
|
|
/bundles/org.openhab.binding.enturno/ @klocsson
|
|
/bundles/org.openhab.binding.epsonprojector/ @mlobstein
|
|
/bundles/org.openhab.binding.etherrain/ @dfad1469
|
|
/bundles/org.openhab.binding.evcc/ @florian-h05
|
|
/bundles/org.openhab.binding.evohome/ @Nebula83
|
|
/bundles/org.openhab.binding.exec/ @kgoderis
|
|
/bundles/org.openhab.binding.feed/ @svilenvul
|
|
/bundles/org.openhab.binding.feican/ @Hilbrand
|
|
/bundles/org.openhab.binding.fineoffsetweatherstation/ @Andy2003
|
|
/bundles/org.openhab.binding.flicbutton/ @pfink
|
|
/bundles/org.openhab.binding.fmiweather/ @ssalonen
|
|
/bundles/org.openhab.binding.folderwatcher/ @goopilot
|
|
/bundles/org.openhab.binding.folding/ @fa2k
|
|
/bundles/org.openhab.binding.foobot/ @airboxlab @Hilbrand
|
|
/bundles/org.openhab.binding.freebox/ @lolodomo
|
|
/bundles/org.openhab.binding.fronius/ @trokohl
|
|
/bundles/org.openhab.binding.fsinternetradio/ @paphko
|
|
/bundles/org.openhab.binding.ftpupload/ @paulianttila
|
|
/bundles/org.openhab.binding.gardena/ @gerrieg
|
|
/bundles/org.openhab.binding.gce/ @clinique
|
|
/bundles/org.openhab.binding.generacmobilelink/ @digitaldan
|
|
/bundles/org.openhab.binding.globalcache/ @mhilbush
|
|
/bundles/org.openhab.binding.goecharger/ @SamuelBrucksch
|
|
/bundles/org.openhab.binding.gpio/ @nils-bauer
|
|
/bundles/org.openhab.binding.gpstracker/ @gbicskei
|
|
/bundles/org.openhab.binding.gree/ @markus7017
|
|
/bundles/org.openhab.binding.groheondus/ @FlorianSW
|
|
/bundles/org.openhab.binding.guntamatic/ @MikeTheTux
|
|
/bundles/org.openhab.binding.haassohnpelletstove/ @chingon007
|
|
/bundles/org.openhab.binding.harmonyhub/ @digitaldan
|
|
/bundles/org.openhab.binding.haywardomnilogic/ @matchews
|
|
/bundles/org.openhab.binding.hccrubbishcollection/ @cossey
|
|
/bundles/org.openhab.binding.hdanywhere/ @kgoderis
|
|
/bundles/org.openhab.binding.hdpowerview/ @andylintner @jlaur @andrewfg
|
|
/bundles/org.openhab.binding.helios/ @kgoderis
|
|
/bundles/org.openhab.binding.heliosventilation/ @ramack
|
|
/bundles/org.openhab.binding.heos/ @Wire82
|
|
/bundles/org.openhab.binding.herzborg/ @Sonic-Amiga
|
|
/bundles/org.openhab.binding.homeconnect/ @bruestel
|
|
/bundles/org.openhab.binding.homematic/ @FStolte @gerrieg @mdicke2s
|
|
/bundles/org.openhab.binding.homewizard/ @Daniel-42
|
|
/bundles/org.openhab.binding.hpprinter/ @cossey
|
|
/bundles/org.openhab.binding.http/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.hue/ @cweitkamp
|
|
/bundles/org.openhab.binding.hydrawise/ @digitaldan
|
|
/bundles/org.openhab.binding.hyperion/ @tavalin
|
|
/bundles/org.openhab.binding.iammeter/ @lewei50
|
|
/bundles/org.openhab.binding.iaqualink/ @digitaldan
|
|
/bundles/org.openhab.binding.icalendar/ @daMihe
|
|
/bundles/org.openhab.binding.icloud/ @pgfeller
|
|
/bundles/org.openhab.binding.ihc/ @paulianttila
|
|
/bundles/org.openhab.binding.innogysmarthome/ @ollie-dev
|
|
/bundles/org.openhab.binding.insteon/ @robnielsen
|
|
/bundles/org.openhab.binding.intesis/ @hmerk
|
|
/bundles/org.openhab.binding.ipcamera/ @Skinah
|
|
/bundles/org.openhab.binding.ipobserver/ @Skinah
|
|
/bundles/org.openhab.binding.ipp/ @peuter
|
|
/bundles/org.openhab.binding.irobot/ @Sonic-Amiga
|
|
/bundles/org.openhab.binding.irtrans/ @kgoderis
|
|
/bundles/org.openhab.binding.ism8/ @hans-reiner
|
|
/bundles/org.openhab.binding.jablotron/ @octa22
|
|
/bundles/org.openhab.binding.jeelink/ @vbier
|
|
/bundles/org.openhab.binding.jellyfin/ @GiviMAD
|
|
/bundles/org.openhab.binding.kaleidescape/ @mlobstein
|
|
/bundles/org.openhab.binding.keba/ @kgoderis
|
|
/bundles/org.openhab.binding.km200/ @Markinus
|
|
/bundles/org.openhab.binding.knx/ @kaikreuzer
|
|
/bundles/org.openhab.binding.kodi/ @pail23 @cweitkamp
|
|
/bundles/org.openhab.binding.konnected/ @volfan6415
|
|
/bundles/org.openhab.binding.kostalinverter/ @cschneider
|
|
/bundles/org.openhab.binding.kvv/ @ne0h
|
|
/bundles/org.openhab.binding.lametrictime/ @syphr42
|
|
/bundles/org.openhab.binding.lcn/ @fwolter
|
|
/bundles/org.openhab.binding.leapmotion/ @kaikreuzer
|
|
/bundles/org.openhab.binding.lghombot/ @FluBBaOfWard
|
|
/bundles/org.openhab.binding.lgtvserial/ @fa2k
|
|
/bundles/org.openhab.binding.lgwebos/ @sprehn
|
|
/bundles/org.openhab.binding.lifx/ @wborn
|
|
/bundles/org.openhab.binding.linky/ @clinique @lolodomo
|
|
/bundles/org.openhab.binding.linuxinput/ @t-8ch
|
|
/bundles/org.openhab.binding.lirc/ @kabili207
|
|
/bundles/org.openhab.binding.livisismarthome/ @Novanic
|
|
/bundles/org.openhab.binding.logreader/ @paulianttila
|
|
/bundles/org.openhab.binding.loxone/ @ppieczul
|
|
/bundles/org.openhab.binding.luftdateninfo/ @weymann
|
|
/bundles/org.openhab.binding.lutron/ @actong @bobadair
|
|
/bundles/org.openhab.binding.luxom/ @jesperskriasoft
|
|
/bundles/org.openhab.binding.luxtronikheatpump/ @sgiehl
|
|
/bundles/org.openhab.binding.magentatv/ @markus7017
|
|
/bundles/org.openhab.binding.mail/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.max/ @marcelrv
|
|
/bundles/org.openhab.binding.mcp23017/ @aogorek
|
|
/bundles/org.openhab.binding.mecmeter/ @kaikreuzer
|
|
/bundles/org.openhab.binding.melcloud/ @lucacalcaterra @paulianttila @thewiep
|
|
/bundles/org.openhab.binding.meteoalerte/ @clinique
|
|
/bundles/org.openhab.binding.meteoblue/ @9037568
|
|
/bundles/org.openhab.binding.meteostick/ @cdjackson
|
|
/bundles/org.openhab.binding.miele/ @kgoderis @jlaur
|
|
/bundles/org.openhab.binding.mielecloud/ @BjoernLange
|
|
/bundles/org.openhab.binding.mihome/ @pboos
|
|
/bundles/org.openhab.binding.miio/ @marcelrv
|
|
/bundles/org.openhab.binding.mikrotik/ @duhast
|
|
/bundles/org.openhab.binding.milight/ @davidgraeff
|
|
/bundles/org.openhab.binding.millheat/ @seime
|
|
/bundles/org.openhab.binding.minecraft/ @ibaton
|
|
/bundles/org.openhab.binding.modbus/ @ssalonen
|
|
/bundles/org.openhab.binding.modbus.e3dc/ @weymann
|
|
/bundles/org.openhab.binding.modbus.helioseasycontrols/ @bern77
|
|
/bundles/org.openhab.binding.modbus.sbc/ @fwolter
|
|
/bundles/org.openhab.binding.modbus.stiebeleltron/ @pail23
|
|
/bundles/org.openhab.binding.modbus.studer/ @giovannimirulla
|
|
/bundles/org.openhab.binding.modbus.sunspec/ @mrbig
|
|
/bundles/org.openhab.binding.monopriceaudio/ @mlobstein
|
|
/bundles/org.openhab.binding.mpd/ @stefanroellin
|
|
/bundles/org.openhab.binding.mqtt/ @davidgraeff
|
|
/bundles/org.openhab.binding.mqtt.espmilighthub/ @Skinah
|
|
/bundles/org.openhab.binding.mqtt.generic/ @davidgraeff
|
|
/bundles/org.openhab.binding.mqtt.homeassistant/ @davidgraeff @antroids
|
|
/bundles/org.openhab.binding.mqtt.homie/ @davidgraeff
|
|
/bundles/org.openhab.binding.mycroft/ @dalgwen
|
|
/bundles/org.openhab.binding.mybmw/ @weymann @ntruchsess
|
|
/bundles/org.openhab.binding.myq/ @digitaldan
|
|
/bundles/org.openhab.binding.mystrom/ @pail23
|
|
/bundles/org.openhab.binding.nanoleaf/ @raepple @stefan-hoehn
|
|
/bundles/org.openhab.binding.neato/ @jjlauterbach
|
|
/bundles/org.openhab.binding.neeo/ @tmrobert8
|
|
/bundles/org.openhab.binding.neohub/ @andrewfg
|
|
/bundles/org.openhab.binding.nest/ @wborn
|
|
/bundles/org.openhab.binding.netatmo/ @clinique @cweitkamp @lolodomo
|
|
/bundles/org.openhab.binding.network/ @davidgraeff @mettke
|
|
/bundles/org.openhab.binding.networkupstools/ @Hilbrand
|
|
/bundles/org.openhab.binding.nibeheatpump/ @paulianttila
|
|
/bundles/org.openhab.binding.nibeuplink/ @alexf2015
|
|
/bundles/org.openhab.binding.nikobus/ @crnjan
|
|
/bundles/org.openhab.binding.nikohomecontrol/ @mherwege
|
|
/bundles/org.openhab.binding.novafinedust/ @t2000
|
|
/bundles/org.openhab.binding.ntp/ @marcelrv
|
|
/bundles/org.openhab.binding.nuki/ @janvyb
|
|
/bundles/org.openhab.binding.nuvo/ @mlobstein
|
|
/bundles/org.openhab.binding.nzwateralerts/ @cossey
|
|
/bundles/org.openhab.binding.oceanic/ @kgoderis
|
|
/bundles/org.openhab.binding.ojelectronics/ @EvilPingu
|
|
/bundles/org.openhab.binding.omnikinverter/ @hansbogert
|
|
/bundles/org.openhab.binding.omnilink/ @ecdye
|
|
/bundles/org.openhab.binding.onebusaway/ @sdwilsh
|
|
/bundles/org.openhab.binding.onewire/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.onewiregpio/ @aogorek
|
|
/bundles/org.openhab.binding.onkyo/ @pail23 @paulianttila
|
|
/bundles/org.openhab.binding.opengarage/ @psmedley
|
|
/bundles/org.openhab.binding.opensprinkler/ @CrackerStealth @FlorianSW
|
|
/bundles/org.openhab.binding.openthermgateway/ @ArjenKorevaar
|
|
/bundles/org.openhab.binding.openuv/ @clinique
|
|
/bundles/org.openhab.binding.openweathermap/ @cweitkamp
|
|
/bundles/org.openhab.binding.openwebnet/ @mvalla
|
|
/bundles/org.openhab.binding.oppo/ @mlobstein
|
|
/bundles/org.openhab.binding.orbitbhyve/ @octa22
|
|
/bundles/org.openhab.binding.orvibo/ @tavalin
|
|
/bundles/org.openhab.binding.paradoxalarm/ @theater
|
|
/bundles/org.openhab.binding.pentair/ @jsjames
|
|
/bundles/org.openhab.binding.phc/ @gnlpfjh
|
|
/bundles/org.openhab.binding.pilight/ @stefanroellin @niklasdoerfler
|
|
/bundles/org.openhab.binding.pioneeravr/ @Stratehm
|
|
/bundles/org.openhab.binding.pixometer/ @Confectrician
|
|
/bundles/org.openhab.binding.pjlinkdevice/ @nils
|
|
/bundles/org.openhab.binding.playstation/ @FluBBaOfWard
|
|
/bundles/org.openhab.binding.plclogo/ @falkena
|
|
/bundles/org.openhab.binding.plugwise/ @wborn
|
|
/bundles/org.openhab.binding.plugwiseha/ @lsiepel
|
|
/bundles/org.openhab.binding.powermax/ @lolodomo
|
|
/bundles/org.openhab.binding.proteusecometer/ @2chilled
|
|
/bundles/org.openhab.binding.prowl/ @octa22
|
|
/bundles/org.openhab.binding.publictransportswitzerland/ @jeremystucki
|
|
/bundles/org.openhab.binding.pulseaudio/ @peuter
|
|
/bundles/org.openhab.binding.pushbullet/ @hakan42
|
|
/bundles/org.openhab.binding.pushover/ @cweitkamp
|
|
/bundles/org.openhab.binding.pushsafer/ @appzer @cweitkamp
|
|
/bundles/org.openhab.binding.qbus/ @QbusKoen
|
|
/bundles/org.openhab.binding.radiothermostat/ @mlobstein
|
|
/bundles/org.openhab.binding.regoheatpump/ @crnjan
|
|
/bundles/org.openhab.binding.revogi/ @andibraeu
|
|
/bundles/org.openhab.binding.remoteopenhab/ @lolodomo
|
|
/bundles/org.openhab.binding.renault/ @dougculnane
|
|
/bundles/org.openhab.binding.resol/ @ramack
|
|
/bundles/org.openhab.binding.rfxcom/ @martinvw @paulianttila
|
|
/bundles/org.openhab.binding.rme/ @kgoderis
|
|
/bundles/org.openhab.binding.robonect/ @reyem
|
|
/bundles/org.openhab.binding.roku/ @mlobstein
|
|
/bundles/org.openhab.binding.rotel/ @lolodomo
|
|
/bundles/org.openhab.binding.russound/ @tmrobert8
|
|
/bundles/org.openhab.binding.sagercaster/ @clinique
|
|
/bundles/org.openhab.binding.samsungtv/ @paulianttila
|
|
/bundles/org.openhab.binding.satel/ @druciak
|
|
/bundles/org.openhab.binding.semsportal/ @itb3
|
|
/bundles/org.openhab.binding.senechome/ @vctender @KorbinianP @eguib
|
|
/bundles/org.openhab.binding.seneye/ @nikotanghe
|
|
/bundles/org.openhab.binding.sensebox/ @hakan42
|
|
/bundles/org.openhab.binding.sensibo/ @seime
|
|
/bundles/org.openhab.binding.serial/ @MikeJMajor
|
|
/bundles/org.openhab.binding.serialbutton/ @kaikreuzer
|
|
/bundles/org.openhab.binding.shelly/ @markus7017
|
|
/bundles/org.openhab.binding.siemensrds/ @andrewfg
|
|
/bundles/org.openhab.binding.silvercrestwifisocket/ @jmvaz
|
|
/bundles/org.openhab.binding.sinope/ @chaton78
|
|
/bundles/org.openhab.binding.sleepiq/ @syphr42
|
|
/bundles/org.openhab.binding.smaenergymeter/ @monnimeter
|
|
/bundles/org.openhab.binding.smartmeter/ @msteigenberger
|
|
/bundles/org.openhab.binding.smartthings/ @BobRak
|
|
/bundles/org.openhab.binding.smhi/ @pacive
|
|
/bundles/org.openhab.binding.sncf/ @clinique
|
|
/bundles/org.openhab.binding.snmp/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.solaredge/ @alexf2015
|
|
/bundles/org.openhab.binding.solarlog/ @johannrichard
|
|
/bundles/org.openhab.binding.solarwatt/ @sven-carstens
|
|
/bundles/org.openhab.binding.somfymylink/ @loungeflyz
|
|
/bundles/org.openhab.binding.somfytahoma/ @octa22
|
|
/bundles/org.openhab.binding.sonnen/ @chingon007
|
|
/bundles/org.openhab.binding.sonos/ @kgoderis @lolodomo
|
|
/bundles/org.openhab.binding.sonyaudio/ @freke
|
|
/bundles/org.openhab.binding.sonyprojector/ @lolodomo
|
|
/bundles/org.openhab.binding.souliss/ @lucacalcaterra @fazioa
|
|
/bundles/org.openhab.binding.spotify/ @Hilbrand
|
|
/bundles/org.openhab.binding.squeezebox/ @digitaldan @mhilbush
|
|
/bundles/org.openhab.binding.surepetcare/ @renescherer @HerzScheisse
|
|
/bundles/org.openhab.binding.synopanalyzer/ @clinique
|
|
/bundles/org.openhab.binding.systeminfo/ @svilenvul
|
|
/bundles/org.openhab.binding.tacmi/ @twendt @Wolfgang1966 @marvkis
|
|
/bundles/org.openhab.binding.tado/ @dfrommi
|
|
/bundles/org.openhab.binding.tankerkoenig/ @dolic @JueBag
|
|
/bundles/org.openhab.binding.tapocontrol/ @wildcs
|
|
/bundles/org.openhab.binding.telegram/ @ZzetT
|
|
/bundles/org.openhab.binding.teleinfo/ @Nokyyz @olivierkeke
|
|
/bundles/org.openhab.binding.tellstick/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.tesla/ @kgoderis
|
|
/bundles/org.openhab.binding.tibber/ @kjoglum
|
|
/bundles/org.openhab.binding.tivo/ @mlobstein
|
|
/bundles/org.openhab.binding.touchwand/ @roieg
|
|
/bundles/org.openhab.binding.tplinksmarthome/ @Hilbrand
|
|
/bundles/org.openhab.binding.tr064/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.binding.tradfri/ @cweitkamp @kaikreuzer
|
|
/bundles/org.openhab.binding.twitter/ @computergeek1507
|
|
/bundles/org.openhab.binding.unifi/ @mgbowman
|
|
/bundles/org.openhab.binding.unifiedremote/ @GiviMAD
|
|
/bundles/org.openhab.binding.upb/ @marcusb
|
|
/bundles/org.openhab.binding.upnpcontrol/ @mherwege
|
|
/bundles/org.openhab.binding.urtsi/ @OLibutzki
|
|
/bundles/org.openhab.binding.valloxmv/ @bjoernbrings
|
|
/bundles/org.openhab.binding.vdr/ @MatthiasKlocke
|
|
/bundles/org.openhab.binding.vektiva/ @octa22
|
|
/bundles/org.openhab.binding.velbus/ @cedricboon
|
|
/bundles/org.openhab.binding.velux/ @gs4711
|
|
/bundles/org.openhab.binding.venstarthermostat/ @hww3 @digitaldan
|
|
/bundles/org.openhab.binding.ventaair/ @t2000
|
|
/bundles/org.openhab.binding.verisure/ @jannegpriv
|
|
/bundles/org.openhab.binding.vigicrues/ @clinique
|
|
/bundles/org.openhab.binding.vitotronic/ @steand
|
|
/bundles/org.openhab.binding.volvooncall/ @clinique @Jamstah
|
|
/bundles/org.openhab.binding.warmup/ @jamesmelville
|
|
/bundles/org.openhab.binding.weathercompany/ @mhilbush
|
|
/bundles/org.openhab.binding.weatherunderground/ @lolodomo
|
|
/bundles/org.openhab.binding.webthing/ @grro
|
|
/bundles/org.openhab.binding.wemo/ @hmerk @jlaur
|
|
/bundles/org.openhab.binding.wifiled/ @rvt @xylo
|
|
/bundles/org.openhab.binding.windcentrale/ @marcelrv
|
|
/bundles/org.openhab.binding.wlanthermo/ @CSchlipp
|
|
/bundles/org.openhab.binding.wled/ @Skinah
|
|
/bundles/org.openhab.binding.wolfsmartset/ @BoBiene
|
|
/bundles/org.openhab.binding.xmltv/ @clinique
|
|
/bundles/org.openhab.binding.xmppclient/ @pavel-gololobov
|
|
/bundles/org.openhab.binding.yamahamusiccast/ @coop-git
|
|
/bundles/org.openhab.binding.yamahareceiver/ @davidgraeff @zarusz
|
|
/bundles/org.openhab.binding.yeelight/ @claell
|
|
/bundles/org.openhab.binding.yioremote/ @miloit
|
|
/bundles/org.openhab.binding.zoneminder/ @mhilbush
|
|
/bundles/org.openhab.binding.zway/ @pathec
|
|
/bundles/org.openhab.io.homekit/ @andylintner @yfre
|
|
/bundles/org.openhab.io.hueemulation/ @davidgraeff @digitaldan
|
|
/bundles/org.openhab.io.imperihome/ @pdegeus
|
|
/bundles/org.openhab.io.metrics/ @pravussum
|
|
/bundles/org.openhab.io.neeo/ @tmrobert8
|
|
/bundles/org.openhab.io.openhabcloud/ @kaikreuzer
|
|
/bundles/org.openhab.persistence.dynamodb/ @ssalonen
|
|
/bundles/org.openhab.persistence.influxdb/ @lujop
|
|
/bundles/org.openhab.persistence.jdbc/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.persistence.jpa/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.persistence.mapdb/ @mkhl
|
|
/bundles/org.openhab.persistence.mongodb/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.persistence.rrd4j/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.transform.bin2json/ @paulianttila
|
|
/bundles/org.openhab.transform.exec/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.transform.javascript/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.transform.jinja/ @jochen314
|
|
/bundles/org.openhab.transform.jsonpath/ @clinique
|
|
/bundles/org.openhab.transform.map/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.transform.regex/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.transform.scale/ @clinique
|
|
/bundles/org.openhab.transform.xpath/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.transform.xslt/ @openhab/add-ons-maintainers
|
|
/bundles/org.openhab.voice.googlestt/ @GiviMAD
|
|
/bundles/org.openhab.voice.googletts/ @gbicskei
|
|
/bundles/org.openhab.voice.mactts/ @kaikreuzer
|
|
/bundles/org.openhab.voice.marytts/ @kaikreuzer
|
|
/bundles/org.openhab.voice.picotts/ @FlorianSW
|
|
/bundles/org.openhab.voice.pollytts/ @hillmanr
|
|
/bundles/org.openhab.voice.porcupineks/ @GiviMAD
|
|
/bundles/org.openhab.voice.voicerss/ @JochenHiller @lolodomo
|
|
/bundles/org.openhab.voice.voskstt/ @GiviMAD
|
|
/bundles/org.openhab.voice.watsonstt/ @GiviMAD
|
|
/itests/org.openhab.binding.astro.tests/ @gerrieg
|
|
/itests/org.openhab.binding.avmfritz.tests/ @cweitkamp
|
|
/itests/org.openhab.binding.feed.tests/ @svilenvul
|
|
/itests/org.openhab.binding.hue.tests/ @cweitkamp
|
|
/itests/org.openhab.binding.max.tests/ @marcelrv
|
|
/itests/org.openhab.binding.mielecloud.tests/ @BjoernLange
|
|
/itests/org.openhab.binding.modbus.tests/ @ssalonen
|
|
/itests/org.openhab.binding.mqtt.homeassistant.tests/ @davidgraeff
|
|
/itests/org.openhab.binding.mqtt.homie.tests/ @davidgraeff
|
|
/itests/org.openhab.binding.nest.tests/ @wborn
|
|
/itests/org.openhab.binding.ntp.tests/ @marcelrv
|
|
/itests/org.openhab.binding.systeminfo.tests/ @svilenvul
|
|
/itests/org.openhab.binding.tradfri.tests/ @cweitkamp @kaikreuzer
|
|
/itests/org.openhab.binding.wemo.tests/ @hmerk
|
|
/itests/org.openhab.persistence.mapdb.tests/ @mkhl
|
|
|
|
# PLEASE HELP ADDING FURTHER LINES HERE!
|