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

Smart home #1

Merged
merged 63 commits into from
Jul 17, 2019
Merged

Smart home #1

merged 63 commits into from
Jul 17, 2019

Conversation

lkn94
Copy link
Owner

@lkn94 lkn94 commented Jul 17, 2019

No description provided.

Michael Geramb and others added 30 commits May 11, 2019 13:12
Fix json parsing
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
Improve error handling
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
Remove unused Exception
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)

Signed-off-by: Michael Geramb <mail@michael-geramb.at>
* Properly annotates optional references with nullable to fix NPEs
* Reworked HueEmulationConfigWithRuntime.startNow to prevent IllegalStateException

Fixes openhab#5622

Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: Tim Roberts <troberts@bigfoot.com>
[knx] Documentation: simplify Bridge and Thing configuration

Simplification and more concrete information on Bridge and Thing configuration.
https://github.com/openhab/openhab2-addons/issues/5281#issuecomment-498284324

Signed-off-by: lewie helmut.lehmeyer@gmail.com
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Signed-off-by: Volker Bier <volker.bier@web.de>
* introduce setenergylimit command (for openhab#4417) this is adding read and write item setenergylimit to set a charging limit in Wh

Signed-off-by: tiptick <juergen.benz@gmail.com>
In maven the tests tends to fail, so by using an assume we can disable it automaticly if the precondition does not hold.

Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
…penhab#5721)

* Update the Item type for Contact Closures to Switch

The "Contact" item type cannot actually accept commands, so move it to a Switch. The documentation (https://www.openhab.org/addons/bindings/globalcache/) refers to defining these as both Contact and Switch types, but a Contact type is not very useful if you want to change the state of a relay.
Resolves exception of combining ipv4 / ipv6 by getting to separate channels

Closes openhab#5589

Exception in thread "HueEmulation UPNP Server" java.lang.IllegalArgumentException: IPv6 socket cannot join IPv4 multicast group
        at sun.nio.ch.DatagramChannelImpl.innerJoin(DatagramChannelImpl.java:808)
        at sun.nio.ch.DatagramChannelImpl.join(DatagramChannelImpl.java:894)
        at org.openhab.io.hueemulation.internal.upnp.UpnpServer.accept(UpnpServer.java:439)
        at org.openhab.io.hueemulation.internal.upnp.UpnpServer.accept(UpnpServer.java:1)
        at org.openhab.io.hueemulation.internal.upnp.HueEmulationConfigWithRuntime.run(HueEmulationConfigWithRuntime.java:105)

Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
Adapt regular expression so it also matches the bundles of the openhab-io-webaudio and openhab-misc-market features.

Signed-off-by: Wouter Born <github@maindrain.net>
* improve connection handling on reconnect

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* Improved readme

Signed-off-by: Pavel Gololobov <pavel@ochat.org>
optional imports from automatic wrapping of other bundles prevent needed bundles from being installed

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* [nest] GsonParsingTest.java
  Add missing author tag / class-level docblock
* [avmfritz] AVMFritzDiscoveryServiceTest.java
  Disable failing integration test (for now)
* Worked on correcting tradfri it tests
* Updated itest.bndrun for hueemulation
* Corrected run-config for Tradfri
* Updated runrequires for feed.tests
* Some Intellij code-cleanup
* Made sure that the runtime dependency to jersey is available

Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
* Sun Phase returns UNDEF - add some unit tests to cover the SUN_SET and SUN_RISE cases.
* Sun Phase returns UNDEF - fix for the SUN_SET and SUN_ISE cases.

Closes openhab#5006 

Signed-off-by: Witold Markowski <witold.a.markowski@gmail.com>
Hilbrand and others added 28 commits June 27, 2019 13:00
…, KP400 (openhab#5716)

Closes openhab#5051

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* Use TrustAllTrustMananger
* More extensive logging in onWebSocketClose & SamsungTvTlsTrustManagerProvider
* Changed default protocol to None, so autodiscover of port works
* Open additional sockets after token received

Signed-off-by: Arjan Mels <arjan.mels@gmx.net>
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
* Remove protected fields from methods

The fields connection and configuration have become available in the parent class and therefor don't have to be passed as parameters via methods.

* Removed NonNull annotations

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* Travis: Build new binding pull requests with tests
* Move shell script into own file and keep the yaml file for the configuration part. Use daily snapshot updates
* Overwrite travis default behaviour

Signed-off-by: David Graeff <david.graeff@web.de>

* Some finetuning to filter out download progress and include all warnings from the reporting utility

Signed-of-by: Martin van Wingerden <martin@martinvw.nl>
Signed-off-by: Krzysztof Goworek <krzysztof.goworek@gmail.com>
…t to the local OpenHAB (Issue openhab#5770) (openhab#5773)

Signed-off-by: Pedro Garcia <pg@puzzle-star.com>
Fixes openhab#5749

Signed-off-by: Kai Kreuzer <kai@openhab.org>
In openhab#5744 it was reported that channel numbers can contain non-numeric characters.

Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* allplay
* remove monolithic netty-all bundle
* finalize work (repo missing)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Use the commit range given by travis to calculate the changed files (not only new files) and make sure we return the correct exit code

Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
Also-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
We do not use p2 anymore in this repo. Remove the cache directory. Add the bnd cache directory instead. It should speed up itests.
Signed-off-by: Hakan Tandogan <hakan@tandogan.com>
…o spot and some other small features (openhab#5590)

Add apple music and iHeartRadio id

Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
…5700)

* Code cleanup & stability improvements
* Improved binding robustness
* Window thing handler optimization

Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Added new functions for the binding
Formatting change
Signed-off-by: Michael Geramb <mail@michael-geramb.at>
Fix for Announcment Channel
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
Fix for Announcment Channel
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
Fix for Announcment Channel
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
Fix for Announcment Channel
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
Fix for Announcment Channel
Signed-off-by: Michael Geramb <mail@michael-geramb.at> (github: mgeramb)
@lkn94 lkn94 merged commit 3dd6b57 into lkn94:SmartHome Jul 17, 2019
@TravisBuddy
Copy link

Hey @lkn94,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 7d0389e0-a8bd-11e9-8d52-6ff43122f08a

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.