]>
git.basschouten.com Git - openhab-addons.git/log
Markus Michels [Sat, 28 May 2022 09:55:58 +0000 (11:55 +0200)]
Fixes CoAP parsing problem (#12831) (#12834)
Signed-off-by: markus7017 <markus7017@gmail.com>
Signed-off-by: Markus Michels <markus7017@gmail.com>
Gaël L'hopital [Sat, 28 May 2022 09:26:30 +0000 (11:26 +0200)]
[netatmo] Add siren device (#12805)
* Starting Siren addition
Signed-off-by: clinique <gael@lhopital.org>
Markus Michels [Sat, 28 May 2022 08:33:40 +0000 (10:33 +0200)]
[shelly] Prepare for CrowdIn translations, bug fixes (#12822)
* Prepare for CrowdIn translations, includes translation of binding
settings; fix #12815 endless initialization; fix #12535 invalid log
messages
Signed-off-by: markus7017 <markus7017@gmail.com>
Signed-off-by: Markus Michels <markus7017@gmail.com>
openhab-bot [Fri, 27 May 2022 23:08:07 +0000 (01:08 +0200)]
New Crowdin updates (#12828)
* New translations netatmo.properties (French)
* New translations netatmo.properties (Italian)
lolodomo [Fri, 27 May 2022 17:47:13 +0000 (19:47 +0200)]
[netatmo] Fix getActiveChildren (#12830)
Wait for the thing being initialized properly by the thing manager
before considering it as an active children
Fix #12809
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Jacob Laursen [Fri, 27 May 2022 16:18:16 +0000 (18:18 +0200)]
Disable unstable test (#12829)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lolodomo [Fri, 27 May 2022 15:24:28 +0000 (17:24 +0200)]
[netatmo] Remove 2 outdated entries from the properties file (#12827)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
robnielsen [Fri, 27 May 2022 14:12:04 +0000 (09:12 -0500)]
[insteon] change .equals() to == for ThingStatus equality check (#12826)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
robnielsen [Fri, 27 May 2022 12:14:43 +0000 (07:14 -0500)]
[insteon] set device to offline if network is not online after initialization (#12790)
* [insteon] set device to offline if network is not online during initialization
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Matthew Skinner [Fri, 27 May 2022 11:26:47 +0000 (21:26 +1000)]
[wled] Change to bridge/thing structure and add global controls (#12199)
* Update to using bridge/thing
* remove white channels.
* Improve Discovery
* Add more sleep/ timed light / NL features
* Change advanced channels
* fix bug for sleep duration
* Update readme with new channels
* Move channels into separate readme heading.
* fix white jumps to 0 after moving control.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
J-N-K [Fri, 27 May 2022 07:07:15 +0000 (09:07 +0200)]
Fix issues with tests after core-changes (#12817)
Signed-off-by: Jan N. Klug <github@klug.nrw>
openhab-bot [Fri, 27 May 2022 06:36:36 +0000 (08:36 +0200)]
New translations network.properties (French) (#12821)
Mark Herwege [Thu, 26 May 2022 21:18:25 +0000 (23:18 +0200)]
[elroconnects] Fix thing type description (#12823)
* Fix thing type description
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Matthew Skinner [Thu, 26 May 2022 13:35:59 +0000 (23:35 +1000)]
Doorbird online/offline bug fix (#12814)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Sönke Küper [Thu, 26 May 2022 11:09:09 +0000 (13:09 +0200)]
[deutschebahn] DB API Marketplace adjustments (#12786)
* Changes API URL and authentication Headers for DB API Marketplace.
* Fixed some typos and code style findings.
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
Jacob Laursen [Thu, 26 May 2022 06:22:56 +0000 (08:22 +0200)]
[mqtt.homie] Disable unstable test (#12812)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Kai Kreuzer [Wed, 25 May 2022 20:57:42 +0000 (22:57 +0200)]
Resolve itests after jUPnP upgrade (#12808)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
openhab-bot [Wed, 25 May 2022 20:16:01 +0000 (22:16 +0200)]
New Crowdin updates (#12810)
* New translations miele.properties (Danish)
* New translations netatmo.properties (Italian)
Andreas Isenmann [Wed, 25 May 2022 11:42:59 +0000 (13:42 +0200)]
[Netatmo] Enhancement of documentation (#12807)
* Enhancement of Netatmo binding documentation
Signed-off-by: Andreas Isenmann <andreas.isenmann@ise-world.de>
GiviMAD [Tue, 24 May 2022 20:29:40 +0000 (22:29 +0200)]
[jellyfin] fix multiple sessions for device and update deps (#12794)
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
Andrew Fiddian-Green [Tue, 24 May 2022 20:09:03 +0000 (21:09 +0100)]
[tado] Fix AC control bugs; Add null annotations and checks (#12570)
* [tado] add null annotations and checks
* [tado] cosmetics
* [tado] tweak homeid
* [tado] revert int to Integer
* [tado] explicit method public declaration
* [tado] remove "Bridge not initialized" exception on shutdown
* [tado] new state values: error if unsupported; don't force defaults
* [tado] adopt reviewer suggestion
* [tado] tweaks
* [tado] use new,current,default mode for target capabilities; cosmetics
* [tado] eliminate dead code
* [tado] set or defaults
* [tado] change 'nullable Integer' to 'int'
* [tado] eliminate warning if handler already disposed
* [tado] improve json logging
* [tado] fix getTargetTemperature if state is OFF
* [tado] add null checks
* [tado] log warning instead of throwing exception
* [tado] improved json trace logging
* [tado] adopt reviewer suggestion
* [tado] fix logging to trace
* [tado] thread synch, and fix 'this' assignments on futures
* [tado] tweak yaml
* [tado] fix verticalSwing
* [tado] fix fanLevel
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Gaël L'hopital [Tue, 24 May 2022 19:56:55 +0000 (21:56 +0200)]
[netatmo] Add doorbell support (#12776)
* Adding doorbell handling to netatmo
Closes #8571
Signed-off-by: clinique <gael@lhopital.org>
Andrew Fiddian-Green [Tue, 24 May 2022 19:50:41 +0000 (20:50 +0100)]
[hdpowerview] Change method names to match documentation (#12796)
* [hdpowerview] refactor method names
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Stefan Giehl [Tue, 24 May 2022 19:11:44 +0000 (21:11 +0200)]
[LuxtronikHeatpump] fix menuStateLine1 state options (#12802)
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
GiviMAD [Tue, 24 May 2022 18:45:49 +0000 (20:45 +0200)]
[watsonstt] reuse token (#12800)
* [watsonstt] reuse token
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
GiviMAD [Tue, 24 May 2022 18:14:02 +0000 (20:14 +0200)]
[porcupineks] concurrency fix (#12801)
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
Jacob Laursen [Tue, 24 May 2022 12:37:46 +0000 (14:37 +0200)]
Upgrade directory-maven-plugin from 0.3.1 to 1.0 (#12774)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Wouter Born [Tue, 24 May 2022 12:29:42 +0000 (14:29 +0200)]
Upgrade SAT to 0.13.0 (#12797)
See the [0.13.0](https://github.com/openhab/static-code-analysis/milestone/20?closed=1) milestone for all changes in this release.
Signed-off-by: Wouter Born <github@maindrain.net>
Gaël L'hopital [Tue, 24 May 2022 10:59:59 +0000 (12:59 +0200)]
[netatmo] Removing feature restriction from binding configuration (#12795)
* Removing feature restriction from binding configuration
Signed-off-by: clinique <gael@lhopital.org>
Jacob Laursen [Tue, 24 May 2022 06:13:02 +0000 (08:13 +0200)]
Disable broken test (#12793)
Related to: #12784
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Mark Hilbush [Mon, 23 May 2022 20:51:28 +0000 (16:51 -0400)]
[bigassfan] Add warning about new incompatible firmware (#12792)
* Add warning about new incompatible firmware
* Add firmware version number
Signed-off-by: Mark Hilbush <mark@hilbush.com>
robnielsen [Mon, 23 May 2022 19:56:35 +0000 (14:56 -0500)]
[insteon] ignore commands if device is not online (#12787)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
GiviMAD [Mon, 23 May 2022 16:33:56 +0000 (18:33 +0200)]
[androiddebugbridge] fix start-intent channel (#12791)
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
David Pace [Sun, 22 May 2022 19:45:55 +0000 (21:45 +0200)]
[boschshc] Support for Bosch Intrusion Detection System (#12700) (#12758)
* [boschshc] Support for Bosch Intrusion Detection System (#12700)
* Add thing and channel definitions for intrusion detection system
* Extract handler abstraction for devices with non-configurable device
IDs
* Extract service abstractions for write-only services (i.e. services
that can not receive states from the bridge)
* Add handler, services and DTO implementations for the intrusion
detection system
* Add detailed Javadocs
* Generalize mechanism to actively fetch initial states for certain
services
* Add unit tests
* Add documentation
closes #12700
* [boschshc] Documentation and formatting enhancements
Signed-off-by: David Pace <dev@davidpace.de>
lolodomo [Sun, 22 May 2022 08:34:41 +0000 (10:34 +0200)]
[netatmo] Discovery using current value of readFriends parameter (#12782)
Fix #12778
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Sun, 22 May 2022 08:32:09 +0000 (10:32 +0200)]
[netatmo] Avoid requesting favorite stations when not needed (#12777)
* [netatmo] Avoid requesting favorite stations when not needed
* Add new method getFavoriteAndGuestStationsData
* Enhanced description for method getOwnedStationData
* getFavoriteAndGuestStationsData returns a collection of NAMain
Fix #12769
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
openhab-bot [Sat, 21 May 2022 19:19:09 +0000 (21:19 +0200)]
New translations netatmo.properties (Italian) (#12781)
M Valla [Sat, 21 May 2022 08:45:42 +0000 (10:45 +0200)]
[openwebnet] add default translations (#12775)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
lolodomo [Sat, 21 May 2022 08:20:34 +0000 (10:20 +0200)]
[netatmo] Add translations for config parameters (#12768)
* [netatmo] Add translations for config parameters
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
openhab-bot [Sat, 21 May 2022 07:18:59 +0000 (09:18 +0200)]
New Crowdin updates (#12771)
* New translations astro.properties (Italian)
* New translations netatmo.properties (Italian)
* New translations fineoffsetweatherstation.properties (Italian)
Gaël L'hopital [Fri, 20 May 2022 10:53:53 +0000 (12:53 +0200)]
[netatmo] Switch to Code Granting process (#12726)
Signed-off-by: clinique <gael@lhopital.org>
lolodomo [Thu, 19 May 2022 19:44:26 +0000 (21:44 +0200)]
[fineoffsetweatherstation] Align XML with default translations (#12766)
Makes i18n tool reusable.
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Andreas Berger [Thu, 19 May 2022 18:52:17 +0000 (20:52 +0200)]
[fineoffsetweatherstation] Initial contribution (#12464)
* [fineoffsetweatherstation] initial commit
* [fineoffsetweatherstation] add missing measure type for air quality
* [fineoffsetweatherstation] add names to sensors
* [fineoffsetweatherstation] add missing channel types for lightning and water leak
* [fineoffsetweatherstation] adjust label names and replaced images + pdf so there are no copyright issues
* [fineoffsetweatherstation] remove wrong semantic tags
* [fineoffsetweatherstation] add missing measurands for WH45 (CO2) and WH35 (Leaf wetness)
* [fineoffsetweatherstation] fix typos
* [fineoffsetweatherstation] improve error handling for unstable connections
* [fineoffsetweatherstation] set online status after successful discovery
* [fineoffsetweatherstation] adjustments after review
* [fineoffsetweatherstation] adjustments after review
* Fix typo
* use `system.wind-speed` where applicable
* fix naming of channel type constants
Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
Hilbrand Bouwkamp [Thu, 19 May 2022 09:15:59 +0000 (11:15 +0200)]
Updated readme, added how to generate i18n en properties file/kar files/use -pl option (#12757)
* Updated readme, added how to generate i18n en properties file/kar files/use -pl option
- Also put command in blocks to make them stand out more in the readme.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
dependabot[bot] [Thu, 19 May 2022 08:04:01 +0000 (10:04 +0200)]
Bump bcprov-jdk15on from 1.52 to 1.67 in /bundles/org.openhab.binding.boschshc (#12127)
Bump all org.bouncycastle bundles to version 1.70 and added new bcutil-jdk15on jar which was added with v1.69
Signed-off-by: Gerd Zanker <gerd.zanker@web.de>
Andrew Fiddian-Green [Wed, 18 May 2022 15:36:57 +0000 (16:36 +0100)]
[hdpowerview] add type 38 shade to database (#12761)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
openhab-bot [Tue, 17 May 2022 23:04:40 +0000 (01:04 +0200)]
New translations voskstt.properties (Italian) (#12759)
Hilbrand Bouwkamp [Mon, 16 May 2022 21:14:00 +0000 (23:14 +0200)]
[unifi] New site, wlan, wiredClient, and poePort. Discovery support (#11959)
* [unifi] New wiredClient and poePort, Discovery support
This change adds the following changes:
- 2 new things: a wired client and POE port.
- Adds discovery of clients and poePort.
- Adds guest channel to client thing.
Also included some refactoring and bug fixes.
This change includes changes made by Matthew Bowman that he created on his own branch but were never completed.
Closes #9609: Implemented async http call, which should fix the buffer overflow.
Closes #10375: At least should avoid the stack overflow.
Closes #11964: cid will be handled in lower case.
* Removed type from UniFiCache constructor
It's redundant and only used for logging.
* Added UniFi Site and wLAN things
* Improved default state handling
Updated refresh/state update, to also update when no data available.
Simplified usage of cache: call cache directly instead of implicit via controller class.
Made getDefaultState generic to all things, and simplified passing channelId instead of channelUID to sub methods.
* Moved dto objects to dto package.
* Added support for client experience
* Made fields private
No need to have them protected.
* Added PoE power-cycle command
Also added wireless client as command as this better fits with the openHAB model to handle commands that are only one way and not have a state.
* Updated readme
* [unifi] Added client/guest count to wlan
* Fix QRcode construction and added hidden ssid support in qrcode string
Also-by: Matthew Bowman <mgb@otr.mx>
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Co-authored-by: Matthew Bowman <mgb@otr.mx>
robnielsen [Mon, 16 May 2022 20:43:33 +0000 (15:43 -0500)]
[insteon] remove instructions about redirecting output from console commands (#12734)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Doug Culnane [Mon, 16 May 2022 20:08:41 +0000 (22:08 +0200)]
[renault] Small English text fix. Add missing config parameter to README. (#12755)
* [renault] Add German translations and small english text fixes. Add missing config parameter to README.
* [renault] Remove German translations.
* [renault] Make config with default and english text sources of truth consistent.
Signed-off-by: Doug Culnane <doug@culnane.net>
openhab-bot [Mon, 16 May 2022 19:14:11 +0000 (21:14 +0200)]
New Crowdin updates (#12752)
* New translations goecharger.properties (Italian)
* New translations porcupineks.properties (French)
* New translations voskstt.properties (French)
Hilbrand Bouwkamp [Mon, 16 May 2022 19:13:28 +0000 (21:13 +0200)]
DSMR identifier cosem objects should be parsed as hex values (#12756)
Closes #12724
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
lolodomo [Mon, 16 May 2022 17:21:22 +0000 (19:21 +0200)]
[webthing] Cleanup semantic tags for dynamic channels (#12751)
Related to #12262
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Mon, 16 May 2022 17:16:23 +0000 (19:16 +0200)]
[voskstt] Update the description of the preloadModel parameter (#12749)
* [voskstt] Update the description of the preloadModel parameter
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Mon, 16 May 2022 16:33:36 +0000 (18:33 +0200)]
[porcupineks] Fix description of the sensitivity parameter (#12748)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Mon, 16 May 2022 16:29:29 +0000 (18:29 +0200)]
[sensibo] Fix tags for target temperature channel types built (#12750)
dynamically
Related to #12262
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Roie Geron [Mon, 16 May 2022 14:49:53 +0000 (17:49 +0300)]
[touchwand] - remove Thing state update on unit discovery, causing expire to fail (#12736)
* remove listeners from unit discovery
Signed-off-by: Roie Geron <roie.geron@gmail.com>
openhab-bot [Mon, 16 May 2022 13:21:55 +0000 (15:21 +0200)]
New Crowdin updates (#12747)
* New translations googletts.properties (French)
* New translations googlestt.properties (French)
* New translations voskstt.properties (French)
* New translations watsonstt.properties (French)
* New translations pollytts.properties (French)
* New translations mqtt.properties (French)
* New translations mqtt.properties (French)
* New translations porcupineks.properties (French)
Reinhard Plaim [Mon, 16 May 2022 12:03:40 +0000 (14:03 +0200)]
[goecharger] Add powerAll to thing-types (#12742)
* [goecharger] Add powerAll to thing-types
Signed-off-by: Reinhard Plaim <reinhardplaim@gmail.com>
lolodomo [Mon, 16 May 2022 08:27:19 +0000 (10:27 +0200)]
[goecharger] Fix compatibility with go-eCharger V3 (#12733)
Also avoid the thing to remain in state UNKNOWN if the decoding of the
JSON response is failing.
Fix #12719
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
openhab-bot [Mon, 16 May 2022 07:30:05 +0000 (09:30 +0200)]
New Crowdin updates (#12745)
* New translations exec.properties (French)
* New translations jinja.properties (French)
* New translations js.properties (French)
* New translations jsonpath.properties (French)
* New translations regex.properties (French)
* New translations scale.properties (French)
* New translations xslt.properties (French)
* New translations xpath.properties (French)
* New translations renault.properties (French)
* New translations sonnen.properties (French)
* New translations luxom.properties (French)
* New translations luxom.properties (Italian)
* New translations prowl.properties (French)
* New translations prowl.properties (Italian)
* New translations awattar.properties (German)
* New translations vesync.properties (Italian)
* New translations netatmo.properties (Italian)
Sven Strohschein [Mon, 16 May 2022 07:28:44 +0000 (09:28 +0200)]
[netatmo] Floodlight switch repaired (#12743)
* [netatmo] Floodlight switch repaired
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Mark Hilbush [Sun, 15 May 2022 20:03:04 +0000 (16:03 -0400)]
[nest] Fix for missing refresh token after reauthorization (#12711)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
lolodomo [Sun, 15 May 2022 19:24:46 +0000 (21:24 +0200)]
[webthing] Fix item type for dynamic channel (#12738)
* [webthing] Fix item type for dynamic channel
* Review comments: use constants from CoreItemFactory
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Andrew Fiddian-Green [Sun, 15 May 2022 16:56:34 +0000 (17:56 +0100)]
[openthermgateway] transition bridge state via offline to online (#12744)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
lolodomo [Sat, 14 May 2022 12:42:56 +0000 (14:42 +0200)]
[km200] Fix item type for dynamic channel type (#12732)
* [km200] Fix item type for dynamic channel type
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Thu, 12 May 2022 21:14:50 +0000 (23:14 +0200)]
[haywardomnilogic] Fix item-type value for channel types waterflow and (#12727)
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Jacob Laursen [Thu, 12 May 2022 21:12:32 +0000 (23:12 +0200)]
Fix logging for appliances where consumption data is not supported (#12728)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Jonathan Gilbert [Thu, 12 May 2022 21:08:40 +0000 (22:08 +0100)]
Removed ClassExtender as it's no longer used and may be leaking memory (#12725)
Signed-off-by: Jonathan Gilbert <jpg@trillica.com>
Florian Hotze [Thu, 12 May 2022 17:31:45 +0000 (19:31 +0200)]
[evcc] Initial contribution (#12611)
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Martin Matuška [Thu, 12 May 2022 05:45:20 +0000 (07:45 +0200)]
Update README.md (#12707)
Mention that Sinclair devices using the Gree protocol are supported as well (EWPE smart).
Daniel Lienert [Thu, 12 May 2022 05:40:48 +0000 (07:40 +0200)]
DOCS: Add missing bracket (#12722)
lolodomo [Wed, 11 May 2022 20:05:54 +0000 (22:05 +0200)]
[oceanic] Fix item-type value for channel types reserve and flow (#12716)
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Wed, 11 May 2022 20:03:44 +0000 (22:03 +0200)]
[lutron] Fix item-type tag value for channel type buttonpress (#12715)
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Wed, 11 May 2022 20:03:11 +0000 (22:03 +0200)]
[automower] Fix item-type value for channel type positionType (#12714)
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Wed, 11 May 2022 20:02:06 +0000 (22:02 +0200)]
[knx] Fix item-type value for channel type datetime-control (#12717)
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Wed, 11 May 2022 20:00:44 +0000 (22:00 +0200)]
Fix case for item-type tag value (channel definition) (#12713)
Related to #12712
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Mark Herwege [Mon, 9 May 2022 21:05:30 +0000 (23:05 +0200)]
Correct error for long thing names (#12708)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Giovanni Fabiani [Sun, 8 May 2022 19:02:42 +0000 (21:02 +0200)]
[openwebnet] Add support for sending Auxiliary (AUX) commands/messages to the bus (WHO=9) (#12468)
Signed-off-by: Giovanni Fabiani <fabiani.giovanni@gmail.com>
lolodomo [Sun, 8 May 2022 10:08:02 +0000 (12:08 +0200)]
[netatmo] Do not ignore updated events (same timestamp) (#12701)
Fix #12699
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Holger Friedrich [Sun, 8 May 2022 09:23:18 +0000 (11:23 +0200)]
[knx] Allow sending items with units to KNX bus. (#12675)
Items with dimensions (QuantityType) are now translated and can be sent to the
KNX bus. This requires the correct DPT to be specified in the channel
definition. Fixes #10706.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Corubba [Sun, 8 May 2022 08:53:20 +0000 (10:53 +0200)]
[http] Support all 2xx response codes (#12594)
* [http] Add tests
* [http] Treat all success codes as such
* All 2xx http codes mean success, so treat them the same way 200 is.
Fixes #11369
Signed-off-by: Corubba Smith <corubba@gmx.de>
lolodomo [Sat, 7 May 2022 19:21:35 +0000 (21:21 +0200)]
[netatmo] Give access to video only when video is available (#12698)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Gaël L'hopital [Sat, 7 May 2022 18:37:03 +0000 (20:37 +0200)]
[openuv] adressing issue #12688 (#12695)
* openuv adressing issue #12688
Signed-off-by: clinique <gael@lhopital.org>
Hans Böhm [Sat, 7 May 2022 17:01:38 +0000 (19:01 +0200)]
[openweathermap] Fix display of alert data (#12697)
* fix display of alert data
* improve javadoc
* add javadoc to updateMinutelyForecastChannel
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
lolodomo [Sat, 7 May 2022 10:30:23 +0000 (12:30 +0200)]
[vesync] Add default translations (#12696)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
dag81 [Sat, 7 May 2022 10:15:48 +0000 (11:15 +0100)]
[veSync] New VeSync binding addition (#12219)
* [veSync] New VeSync binding addition
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] New VeSync binding addition - LUH-D301S support added.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] New VeSync binding addition - AH channel corrections
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] New VeSync binding addition - AH D301S night light removal
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] New VeSync binding addition - AH docs mistLevel correction
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] New VeSync binding addition - Debug output correction
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] New VeSync binding addition - Dual200S adjustments
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - removal of TODOs
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - markdown table formatting
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - Air Purifier doc's and bug fix
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - Air Humidifiers doc's
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - HttpClient handling management to move api instance to the correct location
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - ThingTypeUID additions
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - Documentation correction - airPurifierPollinterval
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - Documentation correction - configuration parameters
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - Module documentation correction - description update.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - thing-types - bridge configuration updates
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - thing-types - description updates to cut length where possible.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - discovery - representation prop adjustments
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR adjustments - documentation - configuration block adjustments.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustments - Humidity set point channel renames
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustments - Initalize direct call cleanup
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustments - getDeviceUID override removal
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustments - unit adjustments
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PMD Error correction - file naming correction
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustment - HttpClient handling simplified.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustment - Removal of dead code.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustment - Readme OpenHab to openHAB
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustment - Comment cleanup
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustment - Handler Error removal to comm issue
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustment - Quick spotless fix
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Adjustment - Removal of debug log - as status has message in now.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PPM to PM correction for Air Quality units.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] ReadMe Units PM Update
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] Constant name correction for air quality units adjustment.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] Humidifier Percentage Units addition.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] Air Filter Life Remaining units addition
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PM25 update based on other bindings, to correct the units.
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] ReadMe PM25 updates
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR Updates: Thing Type Ids to lower case
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR: Removal of unrequired createThing override
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR: Removal of unused channel-type nightLightBrightnessType
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
* [veSync] PR: Readme correction
Signed-off-by: David Goodyear <david.goodyear@gmail.com>
Łukasz Dywicki [Sat, 7 May 2022 10:02:04 +0000 (12:02 +0200)]
[modbus] Add support for after connection delays required by some devices. (#12642)
Fixes #12641.
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
Kai Kreuzer [Sat, 7 May 2022 06:39:33 +0000 (08:39 +0200)]
Update KNX code owner (#12694)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Gaël L'hopital [Fri, 6 May 2022 22:37:24 +0000 (00:37 +0200)]
[Netatmo] Binding rewrite without external dependencies - step 3 (#12357)
Signed-off-by: clinique <gael@lhopital.org>
Also-by: Laurent Garnier <lg.hc@free.fr>
Felix Schneider [Fri, 6 May 2022 21:16:07 +0000 (23:16 +0200)]
[AmazonEchoControl]: Docs: Remove old bug warning & adjust spacing (#12690)
* DOCS: Remove old bug warning
The bug that alexa remindes twice was fixed
* {OTHER} Remove trailing spaces
* {DOCS} Adjusted spacing to unify the docs
Signed-off-by: Felix Schneider <fs@felix-schneider.org>
Dave [Fri, 6 May 2022 21:13:04 +0000 (23:13 +0200)]
[boschshc] Support Bosch Smart Home Cameras (#12666) (#12680)
* [boschshc] Support Bosch Smart Home Cameras (#12666)
- add thing definitions for indoor security camera 360 and outdoor
security camera Eyes
- implement services for privacy mode and camera notifications
- implement camera handler
- add unit tests
- update documentation
* [boschshc] Enhance logging and comments (#12666)
* only log on debug level when initial state can not be retrieved
* do not log stack traces
* minor Javadoc fixes
closes #12666
Signed-off-by: David Pace <dev@davidpace.de>
Mark Herwege [Fri, 6 May 2022 21:08:08 +0000 (23:08 +0200)]
Update README.md (#12691)
Removed first section from README. These are not rendered in the inline documentation and make the documention (More...) of the binding inside OH show the raw text.
lolodomo [Thu, 5 May 2022 18:16:07 +0000 (20:16 +0200)]
[openweathermap] Ignore disabled things (#12686)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Thu, 5 May 2022 18:15:04 +0000 (20:15 +0200)]
[homeconnect] Ignore disabled things (#12685)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Thu, 5 May 2022 18:13:59 +0000 (20:13 +0200)]
[somfytahoma] Ignore disabled things (#12687)
* [somfytahoma] Ignore disabled things
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Thu, 5 May 2022 17:59:59 +0000 (19:59 +0200)]
[powermax] Ignore disabled things (#12684)
* [powermax] Ignore disabled things
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Thu, 5 May 2022 17:55:16 +0000 (19:55 +0200)]
[freebox] Ignore disabled things (#12683)
* [freebox] Ignore disabled things
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Reinhard Plaim [Wed, 4 May 2022 20:08:25 +0000 (22:08 +0200)]
[goecharger] fix issue with category (#12682)
* [goecharger] category before state
remove warning within readme.md
Signed-off-by: Reinhard Plaim <reinhardplaim@gmail.com>
Ondrej Pecta [Wed, 4 May 2022 10:54:20 +0000 (12:54 +0200)]
[orbitbhyve] do not update status of a disabled sprinker (#12679)
Signed-off-by: Ondrej Pecta <opecta@gmail.com>