Skip to content

No volume set support#1

Open
nils wants to merge 552 commits intoStratehm:1344-noVolumeSetSupportfrom
nils:noVolumeSetSupport
Open

No volume set support#1
nils wants to merge 552 commits intoStratehm:1344-noVolumeSetSupportfrom
nils:noVolumeSetSupport

Conversation

@nils
Copy link

@nils nils commented Aug 15, 2018

Hi Stratehm,

I've resurrected your refactoring and made it work for my VSX-528. Are you still considering to merge it with the main repository or should I try to get my changes merged myself?

I've rebased it onto the most recent openhab/openhab2-addons, which makes this pull request a bit hard to read, unfortunately.

Best Regards,
Nils

kaikreuzer and others added 30 commits March 26, 2018 20:30
Signed-off-by: Kai Kreuzer <kai@openhab.org>
…. It uses a Unique ID provided by the TV, which remains constant. (openhab#3333)

Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de> (github: sprehn)
…b#3397)

* Use DS annotations
* Fix static code analysis findings
* Use diamond operator
* Use final loggers
* Remove unnecessary null property initializations

Signed-off-by: Wouter Born <eclipse@maindrain.net>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: lewie <helmut.lehmeyer@gmail.com>
Signed-off-by: Karel Goderis karel.goderis@me.com (github: kgoderis)
* Switched to shared instance of HttpClient

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
…t() (openhab#3391)

Whenever the bindings DiscoveryService is started, the controller is set to install_mode==true for a well defined time period. During that time it accepts pairing of new devices. Since the RPC call for
enabling the install_mode is well documented, this can be achieved without using GATEWAY_EXTRAS. Henceforth it is optional to use GATEWAY_EXTRAS, since the most important function of this thing is
implicitely available on the DiscoveryService. For convenience desired duration may be specified on the homematic:bridge.

To be backwarts compatible with GATEWAY_EXTRAS the virtual datapoints are utilized. So in setups using GATEWAY_EXTRAS you will also see applications of install mode and duration on this thing.

Signed-off-by: Michael Reitler <github@madpage.de>
* Added new channel to play a favorite

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
…3227)

Signed-off-by: Oliver Kuhl oliver.kuhl@gmail.com (github: ollie-dev)
* Initial commit for OH2 Nibe heat pump binding

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Fixes openhab#3421

Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
Signed-off-by: Oliver Kuhl oliver.kuhl@gmail.com (github: ollie-dev)
Signed-off-by: Lyubomir V. Papazov <lpapazow@gmail.com>
Signed-off-by: Lyubomir V. Papazov <lpapazow@gmail.com>
…t from ThingID (openhab#3404)

* Store deviceId in Thing Configuration instead of deriving it from ThingID. This allows users to choose their own ThingIDs if they wish.
* Making deviceId parameter required.
* XML spacing fixed.
* Additional .things example in README.

Fixes openhab#3403

Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de> (github: sprehn)
…ig property (openhab#3225)

* Remove notification volume channel and replace with config property
* Rework exception handling in HttpUtils
* Rework player state restoration
* Fix update of play/pause channel when mode changes
* Fix pause after playing notification
* Replace Runnables with lambdas

Signed-off-by: Mark Hilbush <mark@hilbush.com>
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
…mpact2 profile (openhab#3436)

Signed-off-by: Lyubomir V. Papazov <lpapazow@gmail.com>
zarusz and others added 29 commits July 24, 2018 21:37
…penhab#3700)

* Party mode and Scenes for Yamaha receivers (openhab#3393)
* Adding tests
* Compatibility fix for RX-V3900: Surround channel, tuner, playback, preset
* Adding album url to NET RADIO
* Updating developer documentation
* Port to newer UPnP API

Closes openhab#3393
Closes openhab#3176

Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
* Added new channels for 'voltage' and 'battery_level'
* Fixed wrong type for updating channels
* Create 'battery_level' channel from default system channel-type 'system:battery-level'
* Changed source unit to seconds

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Add missing null annotation to all binding packages except for org.openhab.binding.nest.internal.data

Signed-off-by: Wouter Born <eclipse@maindrain.net>
- Correct Thing definition example
- Include example for Shutter contact
- Update Item definition example with shutter contact and UoM

Signed-off-by: David Kalwar <david.kalwar@gmail.com> (github: chiefymuc)
* removed usage of Guava from MAX binding

Signed-off-by: Kai Kreuzer <kai@openhab.org>
…penhab#3125)

* Implement new Voice Service Pico2Wave on Linux systems

With this commit, a new voice (text-to-speech) service is integrated
into openHAB, which allows, on a Linux system, to use the pico2wave
library to produce speech from text. This service supports only a
limited amount of voices and languages, however, should take less
ressources as, e.g., MaryTTS, but also works on the local system,
without any communication to an online service.

This service is, obviously, only available on systems, where the
pico2wave binary is installed, present and fully working.

Signed-off-by: Florian Schmidt <florian.schmidt.welzow@t-online.de>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
* Fixed duration for unknown media sources

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Björn Brings <bjoernbrings@web.de>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Björn Brings <bjoernbrings@web.de>
Thanks to @gitMiguel for README contribution (openhab/openhab2-addons@245fdbf)

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
* Streamlined background discovery

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
…#3789)

As a result of the dicsussion in PR openhab#3696 (starting from this[1] comment), the users noreply e-mail addresses
(username@users.noreply.github.com) are not allowed as an e-mail address in the Signed-off-by trailer  to certify the
developer certificate of origin. This commit updates the doc accordingly.

[1] https://github.com/openhab/openhab2-addons/pull/3696#issuecomment-410025110

Signed-off-by: Florian <florian.schmidt.welzow@t-online.de>
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* VoiceRSS: fix Eclipse warnings

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Maven really needs to use the placeholder consistently otherwise it will not resolve.

Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
* fixed typo "amzon"
* removed white spaces at the end of some lines
* unified items layout

Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
openhab#3794)

* Stop and restart checkConnectionJob when reconnecting
* Use CONNECTION_TIMEOUT_MILLIS for checkConnectionJob as initial delay

Signed-off-by: Wouter Born <eclipse@maindrain.net>
…penhab#3191)

Signed-off-by: Tim Roberts <troberts@bigfoot.com> (github: tmrobert8)
…ms (openhab#3742)

Adding informations about the device ID and location information in the .things file.
Changing the transformation for 'batteryStatus' and 'batteryLevel'.

Signed-off-by: Michael Bredehorn <michael@bredehorn.nrw> (github: bredmich)
…uild (openhab#3800)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Antoine Besnard <stratehm@hotmail.com>
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.