]> git.basschouten.com Git - openhab-addons.git/commit
[ipobserver] Weather station binding, Initial contribution. (#10567)
authorMatthew Skinner <matt@pcmus.com>
Sat, 17 Jul 2021 20:21:21 +0000 (06:21 +1000)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 20:21:21 +0000 (22:21 +0200)
commit8f3eef6ada45ebf92d3ea5500fd1dfcb73fc7df2
tree6d6bdd16126ee80f47018da72143d5c4b272dfd8
parentb4a7c433f2a43a07ec1523d408839a65d929e1d9
[ipobserver] Weather station binding, Initial contribution. (#10567)

* Bulk updated to UOM.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* ipObserver creation

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Bulk updated to UOM.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* channel fixup for UOM.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* improve UOM.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* updates

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Battery ch fixed.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Fix time channels.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* readme update and remove %unit% from rain channels.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* readme fixup.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* edit global files.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Fix merge conflicts.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* fix up build issues.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* remove reboot channel.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* readme fixup.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Rename channels to put kind first.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* update to build on latest main.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Add support for outBatt1

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Added auto discovery.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* add bundle to POM.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* newline added.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Fix bug in discovery.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Added tags

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* update to 3.2.0-SNAPSHOT

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Update bundles/org.openhab.binding.ipobserver/src/main/resources/OH-INF/thing/thing-types.xml

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
* Update bundles/org.openhab.binding.ipobserver/src/main/resources/OH-INF/thing/thing-types.xml

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
* Clean up channels

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Update binding description.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Fix jsoup suggestions.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Update bundles/org.openhab.binding.ipobserver/src/main/java/org/openhab/binding/ipobserver/internal/IpObserverDiscoveryService.java

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
* Update bundles/org.openhab.binding.ipobserver/src/main/resources/OH-INF/thing/thing-types.xml

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
* Removed nullable.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Improvements

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Fix compiler warnings

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Change to datetime

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* change to use system channels.

Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Move to Number:Intensity for solar

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
15 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.ipobserver/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/README.md [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/java/org/openhab/binding/ipobserver/internal/IpObserverBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/java/org/openhab/binding/ipobserver/internal/IpObserverConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/java/org/openhab/binding/ipobserver/internal/IpObserverDiscoveryJob.java [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/java/org/openhab/binding/ipobserver/internal/IpObserverDiscoveryService.java [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/java/org/openhab/binding/ipobserver/internal/IpObserverHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/java/org/openhab/binding/ipobserver/internal/IpObserverHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.ipobserver/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml