-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed URL for "how to contribute" #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kaikreuzer
added a commit
that referenced
this pull request
Jun 16, 2014
Fixed URL for "how to contribute"
Thanks! |
kgoderis
referenced
this pull request
in kgoderis/openhab-addons
Sep 16, 2014
sja
pushed a commit
to sja/openhab2-addons
that referenced
this pull request
Feb 11, 2015
Fix ternary operator
kaikreuzer
pushed a commit
that referenced
this pull request
Apr 6, 2015
Merge with master Merge pull request #2 from openhab/master Merge with master initial contribution of the pulseaudio binding, including discovery service Signed-off-by: Tobias Bräutigam <[email protected]> - check if the server is connectable before creating a bridge for it - add binding to pom.xml Signed-off-by: Tobias Bräutigam <[email protected]> use real pulseaudio item names Signed-off-by: Tobias Bräutigam <[email protected]> - finer grained thing definitions - sink-inputs can be rerouted Signed-off-by: Tobias Bräutigam <[email protected]> - fixed misdefined channel - some code cleanup Signed-off-by: Tobias Bräutigam <[email protected]> the mdns bundles name has changed Signed-off-by: Tobias Bräutigam <[email protected]> missing part of the last commit Signed-off-by: Tobias Bräutigam <[email protected]> changes due to Kai´s code review Signed-off-by: Tobias Bräutigam <[email protected]> log message removed Signed-off-by: Tobias Bräutigam <[email protected]> moved client connection into a scheduled runnable Signed-off-by: Tobias Bräutigam <[email protected]>
kaikreuzer
referenced
this pull request
in kaikreuzer/openhab-addons
Sep 28, 2015
moved runtime folder directly to karaf distribution and made some cus…
andylintner
referenced
this pull request
in andylintner/openhab2
Dec 11, 2015
andylintner
referenced
this pull request
in andylintner/openhab2
Dec 11, 2015
* master: (40 commits) fixed parent pom Update compatibility.md Merge pull request #1 from openhab/master Initial contribution of Astro binding. Added new listener method Update serial library from 3.8.8 to 3.9.3 for compatibility with OH1 Signed-off-by: Chris Jackson <[email protected]> (github: cdjackson) Update serial library from 3.8.8 to 3.9.3 for compatibility with OH1 Signed-off-by: Chris Jackson <[email protected]> (github: cdjackson) Update compatibility.md augment compability layer for TTS services Fix pom and dependencies of freebox binding Squashing all commits Initial Contribution of the Freebox 2.0 binding removed background discovery code Adapted code to latest stable ESH release Improved default sitemap provider and demo files to make the Classic UI behave nice again. Also adapted AutoApproveService and removed ThingItemProvider as it was superceded by the ThingSetupManager of ESH. added info about Milight and Energenie updated information about rrd4j Implemented ItemRegistry, ItemUIRegistry and ChartProvider support for the compatibility layer. This fixes openhab#146. Added InsteonPLM 1.7 binding Format start scripts and add check for not found equinox launcher Resource leak: 'socket' never closed ... Conflicts: addons/binding/pom.xml
andylintner
referenced
this pull request
in andylintner/openhab2
Dec 11, 2015
* master: fixed parent pom Update compatibility.md Merge pull request #1 from openhab/master Initial contribution of Astro binding. Added new listener method Update serial library from 3.8.8 to 3.9.3 for compatibility with OH1 Signed-off-by: Chris Jackson <[email protected]> (github: cdjackson) Update serial library from 3.8.8 to 3.9.3 for compatibility with OH1 Signed-off-by: Chris Jackson <[email protected]> (github: cdjackson) Update compatibility.md augment compability layer for TTS services Fix pom and dependencies of freebox binding Squashing all commits Initial Contribution of the Freebox 2.0 binding Conflicts: addons/binding/pom.xml
kaikreuzer
referenced
this pull request
in kaikreuzer/openhab-addons
Feb 17, 2016
added HomeKit feature for packaging in distro
cvanorman
pushed a commit
to cvanorman/openhab2-addons
that referenced
this pull request
Dec 29, 2016
cvanorman
pushed a commit
to cvanorman/openhab2-addons
that referenced
this pull request
Dec 29, 2016
cvanorman
pushed a commit
to cvanorman/openhab2-addons
that referenced
this pull request
Dec 29, 2016
* Skeleton creation * Merged old code into new plugin Code merged and adjustments made to discovery process. UNTESTED!! * Added missing files from last commit * Tested against current OH2 beta: working! * added baudrate configurable * Added script for testing purpose and missing pom.xml * Changed thing description for serial gateway to support different baud rates. * Fixed documentation regarding baud rate of the serial gateway * esh-inf added parameter and serial closing to allow binding restart correctly * removed debug log before initialize * thread managing improved * little fix allows correct start and stop for binding * Added missing STOP for item "Rollershutter" Moved event handling from handleUpdate() to handleCommand(). * Doc fixed * requestAck feature added Currently it is not possible to automatically revert to the old state. * writer thread implementation changed and serial port class changed to remove the annoying exception on reading * adding back the message to queue if is not time to sent it again * reader thread moved in abstract class as the writer * tryying to move to SerialPort, no success... * Minor fix in visibilty of overridden method * Code cleanup and fix for sendDelay - removed superflous debug messages - removed superflous variables, methods - fixed missing implementation of sendDelay * Error handling on disconnect of ethernet gw The binding status is updated to OFFLINE and the threads for reader and writer are beeing stopped. Works for ethernet gw only. * Added jar and fixed docs * requestAck incoming ACKs are now acknoledged and the message is removed from the queue * requestAck: revert item status if no ack is received If no ACK is received from the node, the binding will try to revert the status of the item in OH2 to its old value. Only works if a status is known. (After restart of OH2 no status is known). Tested with light (STATUS) and dimmer (percent). * ensure gateway was started correctly * event driven i_version handing * removed debug messages * disconnect on connection fail now child id 255 can respond to i_version * Added S_HVAC constant * HVAC Thermostat added Temperature channel implemented * Added channels to HVAC "hvac-flow-state-channel" "hvac-flow-mode-channel" "hvac-setPoint-heat-channel" "hvac-setPoint-cool-channel" "hvac-speed-channel" "var1 to var5-channel" * Added CHANNEL_HVAC_FLOW_MODE and CHANNEL_HVAC_FLOW_STATE to MySensorHandler * Added support for return messages to sensor on V_VAR1 to V_VAR5 Changed V_VAR2 to number. * requestAck feature redesigned. Reader/Writer are now in sync. * Removed debug messages. Added updated jar of the binding. * Requesting of thing/item values supported + minor fix OH2 binding now answers requests for item status. minor fix - battery ch. added to hvacThermostat * Added jar build * Delay before I_VERSION check for SerialGW, new jar file * Compatibility fixes - Implemented a method to register more than one serial port (two or more serial gw) due to a lack/bug in the used nrserialjava - Longer timeout for I_VERSION check (5s) * just a little restyle * I_TIME and I_CONFIG response implemented (not tested) * I_VERSION skip now allowed * Binding jar refresh * fix for I_TIME/I_CONFIG, not requesting that nodeId = 0 * updated testscript.sh * Code review - Added legal information to .java files - Removed references, files and comments that are not needed * Fixed value requests from nodes for sensors with multiple subtypes and added correct deregistration to prevent NPEs on shutdown. * Added WaterMeter Sensor * pom.xml refresh * New jar-Release after merge * Fixed issue with serial Reader Fixed issue with Exception while trying to read zero data from serial * New jar after merge with master * Added the customSensor, containing the channels for V_VARx - can be used as a helper to send values to the nodes from Openhab Signed-off-by: Juergen Messmer <[email protected]> * Fixed mistake in documentation There was an error in the creation of the bridge. This results in Items not updating although the bridge itself seems fine in openhab2 * Fixed issue with high CPU usage * added possibility to not revert state if no ack received * Changed type of vars for "reverted" para from int to boolean * removed debug logging of messages in queues * Reduced sleep time in reader * Added Pressure channel to thing barometer Pressure channel was missing in barometer thing definition. * New jar * Packaged new jar! * datetime implemented in channel * last update fixes * last update fixes openhab#2 * Fixed bug that sends status of things on startup OH2 core now calls "handleCommand()" on startup with command == REFRESH. REFRESH is ignored now and the bug fixed. * Removed constructor task, moved to initialize * Debug line added * minor bug fixing and little refactor * minor bug fixing openhab#2 * minor bug fixing openhab#3 * minor bug fixing openhab#4 * minor bug fixing openhab#5 * fixed log level for some logging * fixed log level for some logging * disconnection fixes * Legal header adjusted, Current jar attached Signed-off-by: Tim Oberföll <[email protected]> (github: github_handle) * started working on network watchdog * Update MySensorsBindingConstants.java * Update MySensorsBindingConstants.java * working on network sanity check * Update constants to comply with OH2 Added following things: THING_TYPE_LOCK THING_TYPE_LEVEL THING_TYPE_RGB_LIGHT THING_TYPE_RGBW_LIGHT THING_TYPE_RGBW_LIGHT THING_TYPE_PH_METER * Update MySensorsBindingConstants.java * Update MySensorsBindingConstants.java * Update MySensorsBindingConstants.java * Updates to comply with My Sensors 2.0 * Update MySensorsDiscoveryService.java * Update MySensorsDiscoveryService.java * Update MySensorsBindingConstants.java * Update thing-types.xml * Update thing-types.xml * Update MySensorsBindingConstants.java * working on network sanity check openhab#2 * Added missing constants, removed typos * resolved dependecies for bridge connection * Generated new jar * new feature and refactoring testing openhab#1 * new feature and refactoring testing openhab#1 * new feature and refactoring testing openhab#2 * Added expert mode Expert mode allows rule based message parsing and sending. * [PARTIAL] start joining connector and connection * connection and connector merged * invalidating requestDisconnection flag * connection tested and debugged * [FIX] adding listener before connection * cache factory implemented, now managing only given_ids one * windows disconnect fix and cache minor fix * new packaging and structure initial restyle * some changes * moving to new version of ESM framework * bridgeHandelerInitialized (deprecated) has changed to bridgeStatusChanged * cache usage changed after refactoring * [FIX] java.util.ConcurrentModificationException * final fixing, now testing * utility message type moved into message class * build.xml file removed * new jar * [FIX] asList cause UnsupportedOperationException * [FIX] startup check not work on connection retry after disconnection * [FIX] initialize thing to offline, cause problem if left uninitialized * [WIP] V_TEXT added Thing added that supports sending and receiving V_TEXT. * [WIP] Added V_IR_SEND & V_IR_RECEIVE Both things work in both directions (to and from MySensors network) * fixing mvn strange behaviour * Created new jar && Modified Testscript * Fixed bug that prevents answering of internal messages If skipStartupCheck is set to true, there was no answer to I_CONFIG, I_TIME and ACK was not working. * [WiP] Refactor ThingHandler Cleaning up code for incoming messages. * Fixing issue in MySensorsBridgeConnection which detached the EventListener - EventListener now listening independant from skipStartupCheck - Removed <context> from things eth-gateway and ser-gateway to allow configuration of advanced options in PaperUI * Fixed recent issue related to updates on Smarthome API fixes openhab#40
Merged
watou
pushed a commit
to watou/openhab2-addons
that referenced
this pull request
Mar 6, 2017
dimalo
pushed a commit
to dimalo/openhab2-addons
that referenced
this pull request
Mar 17, 2017
Xiaomi Smart Home Binding - code review followup + battery level report
Wire82
added a commit
to Wire82/openhab-addons
that referenced
this pull request
Oct 21, 2017
Fix: Textual configuration does not work if heartBeat parameter is not explicitely defined (NullPointerException)
dstivanov
pushed a commit
to MusalaSoft/openhab2-addons
that referenced
this pull request
May 25, 2018
some cleanup and fixed jar library
fwolter
referenced
this pull request
in fwolter/openhab-addons
Feb 1, 2021
Signed-off-by: Fabian Wolter <[email protected]>
tmp-hallenser
added a commit
to tmp-hallenser/openhab-addons
that referenced
this pull request
Sep 13, 2021
tmp-hallenser
added a commit
to tmp-hallenser/openhab-addons
that referenced
this pull request
Sep 13, 2021
Signed-off-by: tmp-hallenser <[email protected]>
Flole998
pushed a commit
to Flole998/openhab-addons
that referenced
this pull request
Dec 30, 2021
added possibility to select an installation package
Flole998
pushed a commit
to Flole998/openhab-addons
that referenced
this pull request
Dec 30, 2021
* Fixed generation of binding skeletons * [archetype] Include feature.xml in archetype-metadata.xml (openhab#1) Also-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Christoph Weitkamp <[email protected]>
lolodomo
referenced
this pull request
in lolodomo/openhab-addons
Jan 5, 2022
lolodomo
referenced
this pull request
in lolodomo/openhab-addons
Jan 8, 2022
Provide the default translations properties
RealMalWare
pushed a commit
to RealMalWare/openhab-addons
that referenced
this pull request
Feb 10, 2022
Added write function for power settings
jlaur
pushed a commit
that referenced
this pull request
Nov 20, 2022
…13695) * [jsscripting] Refactor ThreadsafeTimers to create futures inline instead of in an extra methods * [jsscripting] Introduce utility class for providing easy access to script services * [jsscripting] Reimplement timer creation methods from ScriptExecution for thread-safety * [jsscripting] Add missing JavaDoc for reimplement timer creation methods * [jsscripting] Remove the future from the map when setTimeout expires * [jsscripting] Rename `GraalJSScriptServiceUtil` to `JSScriptServiceUtil` * [jsscripting] Remove the `createTimerWithArgument` method * [jsscripting] Replace the OSGi workaround of `JSScriptServiceUtil` with an injection mechanism * [jsscripting] Use constructor to inject `JSScriptServiceUtil` into `GraalJSScriptEngineFactory` * [jsscripting] Minor improvements by @J-N-K (#1) * [jsscripting] Minor changes related to last commit to keep flexibility of `JSRuntimeFeatures` * [jsscripting] Upgrade openhab-js to v2.1.1 * [jsscripting] Remove unused code Signed-off-by: Florian Hotze <[email protected]> Co-authored-by: Jan N. Klug <[email protected]>
andrasU
referenced
this pull request
in andrasU/openhab-addons
Dec 24, 2022
…penhab#13695) * [jsscripting] Refactor ThreadsafeTimers to create futures inline instead of in an extra methods * [jsscripting] Introduce utility class for providing easy access to script services * [jsscripting] Reimplement timer creation methods from ScriptExecution for thread-safety * [jsscripting] Add missing JavaDoc for reimplement timer creation methods * [jsscripting] Remove the future from the map when setTimeout expires * [jsscripting] Rename `GraalJSScriptServiceUtil` to `JSScriptServiceUtil` * [jsscripting] Remove the `createTimerWithArgument` method * [jsscripting] Replace the OSGi workaround of `JSScriptServiceUtil` with an injection mechanism * [jsscripting] Use constructor to inject `JSScriptServiceUtil` into `GraalJSScriptEngineFactory` * [jsscripting] Minor improvements by @J-N-K (#1) * [jsscripting] Minor changes related to last commit to keep flexibility of `JSRuntimeFeatures` * [jsscripting] Upgrade openhab-js to v2.1.1 * [jsscripting] Remove unused code Signed-off-by: Florian Hotze <[email protected]> Co-authored-by: Jan N. Klug <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
borazslo
pushed a commit
to borazslo/openhab-mideaac-addon
that referenced
this pull request
Jan 8, 2023
…penhab#13695) * [jsscripting] Refactor ThreadsafeTimers to create futures inline instead of in an extra methods * [jsscripting] Introduce utility class for providing easy access to script services * [jsscripting] Reimplement timer creation methods from ScriptExecution for thread-safety * [jsscripting] Add missing JavaDoc for reimplement timer creation methods * [jsscripting] Remove the future from the map when setTimeout expires * [jsscripting] Rename `GraalJSScriptServiceUtil` to `JSScriptServiceUtil` * [jsscripting] Remove the `createTimerWithArgument` method * [jsscripting] Replace the OSGi workaround of `JSScriptServiceUtil` with an injection mechanism * [jsscripting] Use constructor to inject `JSScriptServiceUtil` into `GraalJSScriptEngineFactory` * [jsscripting] Minor improvements by @J-N-K (openhab#1) * [jsscripting] Minor changes related to last commit to keep flexibility of `JSRuntimeFeatures` * [jsscripting] Upgrade openhab-js to v2.1.1 * [jsscripting] Remove unused code Signed-off-by: Florian Hotze <[email protected]> Co-authored-by: Jan N. Klug <[email protected]>
theater
added a commit
to theater/openhab-addons
that referenced
this pull request
Jul 23, 2024
Signed-off-by: Konstantin Polihronov <[email protected]>
theater
added a commit
to theater/openhab-addons
that referenced
this pull request
Oct 12, 2024
Some values in the unit test are suspicious so need to clarify if they behave correct on his system. Probably not compatible with QVolt's initial implementation Signed-off-by: Konstantin Polihronov <[email protected]>
theater
added a commit
to theater/openhab-addons
that referenced
this pull request
Oct 20, 2024
Some values in the unit test are suspicious so need to clarify if they behave correct on his system. Probably not compatible with QVolt's initial implementation Signed-off-by: Konstantin Polihronov <[email protected]>
lsiepel
pushed a commit
that referenced
this pull request
Oct 25, 2024
* Fixes in indexes from Ruepert #1 Signed-off-by: Konstantin Polihronov <[email protected]>
KaaNee
pushed a commit
to KaaNee/openhab-addons
that referenced
this pull request
Nov 8, 2024
* Fixes in indexes from Ruepert openhab#1 Signed-off-by: Konstantin Polihronov <[email protected]>
matchews
pushed a commit
to matchews/openhab-addons
that referenced
this pull request
Dec 16, 2024
* Fixes in indexes from Ruepert openhab#1 Signed-off-by: Konstantin Polihronov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simple URL fix. "how to contribute" URL in README.md was changed from broken absolute URL to working relative URL.