Skip to content
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

update #1

Merged
merged 118 commits into from
Mar 27, 2021
Merged

update #1

merged 118 commits into from
Mar 27, 2021

Conversation

MikeTheTux
Copy link
Owner

ddd

andrewfg and others added 30 commits February 16, 2021 12:22
* [hdpowerview] refactor from jax-rs to http client
* [hdpowerview] adopt proposals of code reviewer
* [hdpowerview] adopt additional proposals of code reviewer
* [hdpowerview] provide exception class name

Signed-off-by: Andrew Fiddian-Green <[email protected]>
* [bluetooth] Add BluetoothDevice.isNotifying()
* [bluetooth] Improve Characteristic properties support
* [bluez] Improve Characteristic properties support
* [bluetooth] Add BluetoothDevice.canNotify()
* [bluez] Also catch DBusExecutionException on read value
* [bluetooth.generic] Activate notifications for linked channels where characteristics are able to notify
* [bluez] Adjust javadoc
* [bluegiga] Add BluetoothDevice.isNotifying() support
* [bluegiga] Fix notification enabled check
* [bluetooth] move canNotify() to Characteristic
* [bluegiga] rename notificationEnabled to notifying
* [bluetooth.generic] use handlerToChannels to subscribe to notifications
* [bluetooth.generic] implement TODOs of canRead()/canWrite()
* [bluetooth.generic] optimize ChannelUID
* [bluetooth.generic] use channelUids for link check

Signed-off-by: Peter Rosenberg <[email protected]>
…cleanup (#10147)

* [modbus] More strict nullness. Remove apache.commons.lang from itests
* [modbus] Defaults for tcp and serial things according to docs
* [modbus] further explicit defaults
* [modbus] document default encoding for serial.
RTU is pretty much the only one used in the field.
Previous default was ascii implicitly.
* [modbus] verify defaults are used for undefined configuration parameters

Signed-off-by: Sami Salonen <[email protected]>
…annel (#10113)

* Adding French localization of the binding
* Correction on overcast channel
* Correcting nullable issues

Signed-off-by: clinique <[email protected]>
Accepted without sign-off under small patch exemption.
Fixes #10142.

Signed-off-by: Stefan Roellin <[email protected]>
Also-by: Jan N. Klug <[email protected]>
Signed-off-by: Panagiotis Doulgeris [email protected]
Signed-off-by: Pantastisch <[email protected]>
* [hue] extra null check

Signed-off-by: Andrew Fiddian-Green <[email protected]>
 * Added SMACK teach in
 * Teached in devices can be teach out on a repeated teach in
 * Improved detection of RPS devices, device types can be better distinguished now
 * Bugfixes for discovery fallback to GenericThings
 * Responses to message requests are send automatically now, no need for linking SEND_COMMAND channel

Fixes #10156

Signed-off-by: Daniel Weber <[email protected]>
Since the device does not follow its own protocol, we do not evaluate its
replies to our configuration commands but rather do a fire and forget.

Signed-off-by: Stefan Triller <[email protected]>
* Support for Shelly Motion, some minotr improvements, README updated

Signed-off-by: Markus Michels <[email protected]>

* minor changes

Signed-off-by: Markus Michels <[email protected]>

* Bug fixes from hardening

Signed-off-by: Markus Michels <[email protected]>

* review changes applied

Signed-off-by: Markus Michels <[email protected]>

* review change

Signed-off-by: Markus Michels <[email protected]>

* review changes, fix creations of sensors#motion and device#externalPower
for H%T; moved images/uiroller*.png to doc/images

Signed-off-by: Markus Michels <[email protected]>

* missing in last fix

Signed-off-by: Markus Michels <[email protected]>
* Add support to myStrom Bulb

Add properties to myStrom devices and an action to refresh the properties.

Signed-off-by: Frederic Chastagnol <[email protected]>

* Fixes according to review comments

Signed-off-by: Frederic Chastagnol <[email protected]>

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

Co-authored-by: J-N-K <[email protected]>

* Fixes according to review comments

Signed-off-by: Frederic Chastagnol <[email protected]>

* Use system color temperature channel type

channel type system.color-temperature is used and values mapped from 1-18 to 0-100%

Signed-off-by: Frederic Chastagnol <[email protected]>

* Better tracking of colour and brightness values

Format power state
Signed-off-by: Frederic Chastagnol <[email protected]>

Co-authored-by: J-N-K <[email protected]>
Signed-off-by: Michael Weger <[email protected]>

* - worked in review findings
- introduced QuantityTypes
- removed redundant pwmpilotcurrent (duplicate of maxpilotcurrent)
- added maxpilotcurrentdutycyle
* [miio] add feature channels
* [miio] additional vacuum channels for advanced rules
* [miio] update readme

Signed-off-by: Marcel Verpaalen <[email protected]>
* [miio] deerma Humidifier

Signed-off-by: Marcel Verpaalen <[email protected]>
lolodomo and others added 27 commits March 20, 2021 16:13
…9943)

* Add option for using metadata value as measurement name

Also-by: Joan Pujol <[email protected]>
Signed-off-by: Johannes Ott <[email protected]>
* [lifx] Improve firmware version support

When the firmware of a light is upgraded the supported features can change.
With these changes the binding uses the features based on the light firmware version.
Also corrects some of the temperature ranges based on the LIFX products description.

Signed-off-by: Wouter Born <[email protected]>
…md (#10382)

Repository of the BSB-LAN device has been renamed.

Signed-off-by: Schraffl Peter <[email protected]>
The groupId variable results in the wrong configfile GAV when building a single KAR with karaf:kar for an add-on.

Signed-off-by: Wouter Born <[email protected]>
Tested all channels and confirmed that they work for this model.

Signed-off-by: Nathan Prins <[email protected]>
@MikeTheTux MikeTheTux merged commit 70da552 into MikeTheTux:main Mar 27, 2021
MikeTheTux pushed a commit that referenced this pull request Dec 17, 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]>
MikeTheTux pushed a commit that referenced this pull request Dec 21, 2024
* Fixes in indexes from Ruepert #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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.