lsiepel
46a73befae
Remove org.apache.common ( #14434 )
...
Signed-off-by: lsiepel <leosiepel@gmail.com >
2023-04-07 00:39:13 +02:00
voruti
c12715bda7
Fix typo in Stiebel Eltron binding ( #14746 )
...
Signed-off-by: Till von Rüden <dev@tillvonrueden.de >
2023-04-06 20:31:20 +02:00
Poltorak Serguei
f47abbd3c1
Update README.md ( #14751 )
2023-04-06 15:51:21 +02:00
Florian Hotze
03b305bde2
[jsscripting] Bump openhab-js to 4.2.1 ( #14749 )
...
* [jsscripting] Upgrade openhab-js to 4.2.1
* [jsscripting] Note that it is based on GraalJS
Signed-off-by: Florian Hotze <florianh_dev@icloud.com >
2023-04-06 15:50:09 +02:00
Thomas
c969f71891
[solarwatt] Add smart heater device support ( #14741 )
...
* Add smart heater device support
Signed-off-by: Thomas Schumm <thomas.schumm@yahoo.de >
2023-04-06 11:06:46 +02:00
schmidmuc
ab2b29bff5
Update README.md ( #14748 )
...
Added device "Technisat VIOLA 2 C IR" as an supported radio
2023-04-06 00:56:57 +02:00
Felix Schneider
b8c419829e
[deutschebahn] Fix spelling and remove empty white image ( #14657 )
...
* Remove unused image and fix spelling
* Remove emtpy image
Image is only a small white square
Signed-off-by: Felix Schneider <fs@felix-schneider.org >
2023-04-04 11:59:03 +02:00
Gwendal Roulleau
d07580c0a7
[doorbird] Add audio sink information to README ( #14737 )
...
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com >
2023-04-02 13:30:28 +02:00
Wouter Born
ece4e51838
[groovyscripting] Update Groovy to 4.0.11 ( #14734 )
...
Updates Groovy from 4.0.9 to 4.0.11.
This fixes a few bugs including a memory leak, see:
http://groovy-lang.org/changelogs/changelog-4.0.10.html
http://groovy-lang.org/changelogs/changelog-4.0.11.html
Signed-off-by: Wouter Born <github@maindrain.net >
2023-04-02 09:08:53 +02:00
Arne Seime
a546a50555
[tapocontrol] Color values must be int, not decimal ( #14656 )
...
* Send int values to API, not decimal
* Added missing channels in README for L920 + minor thing file config
Signed-off-by: Arne Seime <arne.seime@gmail.com >
2023-04-01 16:46:02 +02:00
lsiepel
766a451a7c
[zway] Code improvements ( #14688 )
...
* Code improvements
Signed-off-by: lsiepel <leosiepel@gmail.com >
2023-03-31 09:24:34 +02:00
openhab-bot
bb626768e4
New Crowdin updates ( #14725 )
...
* New translations jsscripting.properties (German)
* New translations jsscripting.properties (Italian)
2023-03-30 23:37:14 +02:00
Gerd Zanker
fa0ab00dcd
updated boschshc code owner ( #14693 )
...
Thank you, Stefan & Christian!
Welcome David!
Signed-off-by: Gerd Zanker <gerd.zanker@web.de >
2023-03-30 18:33:55 +02:00
David Pace
ed20ebb41b
[boschshc] Code Enhancements ( #14667 )
...
* [boschshc] Code Enhancements
This commit fixes several compiler warnings as well as several
Checkstyle, FindBugs, PMD and Sonar issues.
* instantiate loggers consistently
* add missing logger calls
* add chained exceptions to logger calls
* provide central Gson instance that does not serialize or deserialize
loggers
* avoid catching NullPointerExceptions
* extract methods where cyclomatic complexity was too high
* remove unnecessary null check in combination with instanceof
* rename local variables that shadow fields
* add missing @NonNull and @Nullable annotations
Signed-off-by: David Pace <dev@davidpace.de >
2023-03-30 18:31:54 +02:00
Zhivka Dimova
b6004a77de
[enocean] Add support for EEP in group A5_09 ( #13793 )
...
* [enocean] Support for gas sensors from A5_09 group
Implementing support for gas sensors with EEP A5_09_02, 04, 05, 08, 09,
0C, 0D, adding new changels - CO, CO2, VOC, VOCId, TVOC and regenerate
I18N properties file
Fixes #13785 , #13472
Signed-off-by: Zhivka Dimova <zhivka.dimova@myforest.net >
2023-03-29 23:00:31 +02:00
Holger Friedrich
bc03e8c5cf
[knx] Code cleanup ( #14719 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-03-29 09:22:23 +02:00
Poltorak Serguei
a96701f7a2
Update README.md ( #14712 )
2023-03-28 22:30:25 +02:00
Holger Friedrich
dba83a33e5
[knx] Java17 instanceof pattern matching ( #14718 )
...
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-03-28 20:49:31 +02:00
Cody Cutrer
2c2ba4bed1
[mqtt.homeassistant] fix JSON Schema lights ( #14717 )
...
https://github.com/openhab/openhab-addons/pull/12238 was merged after
JSON Schema Light was implemented, and changed some assumptions.
this commit adjusts to the changed interface
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2023-03-28 18:26:13 +02:00
Mark Hilbush
0a3d9ece3c
[sleepiq] Add functionality to control the bed foundation ( #14714 )
...
* Add foundation functionality
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2023-03-28 17:27:31 +02:00
Mark Hilbush
1983bc36f1
Replace deprecated MulticastSocket methods ( #14611 )
...
* Replace deprecated methods
* Call leaveGroup method in shutdown
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2023-03-28 15:14:30 +02:00
lsiepel
d4a231e8a9
[enocean] Add null annotations ( #14023 )
...
* mainly null annotations
Signed-off-by: lsiepel <leosiepel@gmail.com >
* checkstyle fixes
Signed-off-by: lsiepel <leosiepel@gmail.com >
* another checkstyle pass
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Fix review comments
Signed-off-by: lsiepel <leosiepel@gmail.com >
* fix most review comments
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Generic => temp_generic
Signed-off-by: lsiepel <leosiepel@gmail.com >
* temp_generic => generic
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Generic fix try 2
Signed-off-by: lsiepel <leosiepel@gmail.com >
* another generic commit
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Final pass for changing generic packages/folder
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Mised comment
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Conflict folder change trial 1
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Conflict folder change final
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Conflict folder change trial 2
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Move folder
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Review comment
Signed-off-by: lsiepel <leosiepel@gmail.com >
---------
Signed-off-by: lsiepel <leosiepel@gmail.com >
2023-03-28 11:05:37 +02:00
openhab-bot
a0e10b2120
New Crowdin updates ( #14715 )
...
* New translations deconz.properties (German)
* New translations anthem.properties (Italian)
2023-03-28 07:11:52 +02:00
Mark Hilbush
ec78fe7428
Add connection element to addon.xml ( #14692 )
...
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2023-03-27 23:08:31 +02:00
Andrew Fiddian-Green
62100b5522
[addon.xml] add connection element ( #14690 )
...
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch >
2023-03-27 20:41:42 +02:00
Cody Cutrer
558908e69a
[jrubyscripting] update README, and default configuration installing gem ( #14489 )
...
README is generated by YARD from USAGE.md in the gem.
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2023-03-27 15:22:48 +02:00
Sami Salonen
18e7d81e4d
[mqtt] Support Ruuvitags via Ruuvi Gateway ( #13315 )
...
Signed-off-by: Sami Salonen <ssalonen@gmail.com >
2023-03-27 14:11:07 +02:00
openhab-bot
210aff461d
New Crowdin updates ( #14689 )
...
* New translations deconz.properties (German)
* New translations netatmo.properties (Italian)
* New translations avmfritz.properties (German)
* New translations openwebnet.properties (Italian)
2023-03-27 08:33:34 +02:00
dag81
1e0f27d5ef
[veSync] Improve recognition and device support ( #14354 )
...
* [veSync] Device Identification Updates
* [veSync] Alignment to device setups in pyvesync.
* [veSync] Addition of new device code for C302S
Signed-off-by: David Goodyear <david.goodyear@gmail.com >
2023-03-27 08:05:09 +02:00
Mark Hilbush
749cf585ff
[anthem] Initial contribution of binding for Anthem AV preamp/processors ( #14311 )
...
* Initial contribution
Signed-off-by: Mark Hilbush <mark@hilbush.com >
2023-03-26 21:32:08 +02:00
Cody Cutrer
f98f820325
[mqtt.homeassistant] Implement JSON schema lights ( #13808 )
...
* [mqtt.homeassistant] implement JSON schema lights
* [mqtt.homeassistant] use enum for current state of color mode
* [mqtt.homeassistant] use implicit lambdas
* [mqtt.homeassistant] remove string constants in favor of an enum
* [mqtt.homeassistant] allow sending ON and brightness commands through bare
* [mqtt.homeassistant] turn down debug logging
---------
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2023-03-26 18:07:20 +02:00
Sven Strohschein
2c710a2a70
[innogysmarthome] Remove binding (replaced by livisismarthome) ( #14675 )
...
Remove binding (replaced by livisismarthome)
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com >
Signed-off-by: Sven Strohschein <novanic@gmx.de >
2023-03-26 17:49:17 +02:00
Sven Strohschein
a8d91b3950
[netatmo] Extend webhook support for doorbell and presence camera ( #14252 )
...
* [netatmo] Web hook extension for camera events
- Unused camera-event trigger channel removed
- README updated to the real supported channels (compared with channels.xml and code)
- Camera capabilities are now triggering the home-event trigger channel
- New home-event trigger channel introduced at camera level
- New sub-event channels introduced for the presence camera which is updated by web hook events.
- Language file updated
- README updated
- typos fixed
- security-event trigger channel added for the Welcome camera
- Handling of sub-event groups fixed to work with doorbell and presence cameras.
---------
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com >
Signed-off-by: Sven Strohschein <novanic@gmx.de >
2023-03-26 17:34:35 +02:00
Jacob Laursen
1726031ecc
[hdpowerview] Declare connection ( #14684 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-03-26 16:43:51 +02:00
Jacob Laursen
d44de73d4f
[boschindego] Declare connection ( #14685 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-03-26 16:28:33 +02:00
Jacob Laursen
a5b028d729
[miele] Declare connection ( #14683 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-03-26 16:26:24 +02:00
mlobstein
ec329c456d
[kaleidescape] Remove Apache StringEscapeUtils ( #14513 )
...
* Remove Apache StringEscapeUtils
* add tests
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com >
2023-03-26 14:26:51 +02:00
pajacobson
6ef2dfb1db
[globalcache] Add link to macOS iConvert GC port in docs ( #14679 )
...
* Update README.md
Add link to macOS port of iConvert.
2023-03-26 14:04:00 +02:00
mlobstein
9b7788d14c
Declare connection in multiple bindings addon.xml ( #14677 )
...
* Declare connection in addon.xml
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com >
2023-03-26 13:45:03 +02:00
alexf2015
b6da1ec590
[solaredge] Fix code style warnings, fix NPE warnings, improve i18n ( #14666 )
...
* code style fixes
* fixed potential NPE
* fix warning
* simplified code
* refactoring, fixed some NPE warnings
* i18n
* refactoring
Signed-off-by: Alexander Friese <af944580@googlemail.com >
2023-03-26 13:42:00 +02:00
Wouter Born
8dd0028315
Trigger full build when add-on is removed ( #14680 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2023-03-26 12:50:50 +02:00
M Valla
cbb72ed72e
[openwebnet] Reset zones' alarm state channel when system is armed ( #14566 )
...
* [openwebnet] reset zones alarm channel when system is armed and added NONE state
* [openwebnet] added Technical reset alarm. Changes after 1st review
---------
Signed-off-by: Massimo Valla <mvcode00@gmail.com >
2023-03-26 12:19:31 +02:00
goopilot
6757a84b6b
[Yeelight] Fix disconnect method ( #14670 )
...
* fix disconnect
---------
Signed-off-by: Alexandr Salamatov <goopilot@gmail.com >
2023-03-26 12:16:09 +02:00
M Valla
43f016c98a
[openwebnet] Declare connection in addon.xml ( #14673 )
...
Signed-off-by: Massimo Valla <mvcode00@gmail.com >
2023-03-26 11:23:58 +02:00
openhab-bot
f52da01d9b
New translations netatmo.properties (Italian) ( #14676 )
2023-03-26 03:26:49 +02:00
Gaël L'hopital
f37c4e555d
[Netatmo] Add the capability to have a single home ( #14595 )
...
* Adding the capability to have a single home, common to energy and security
---------
Signed-off-by: clinique <gael@lhopital.org >
2023-03-25 16:59:51 +01:00
Jacob Laursen
f2e7597db6
Add more example things/items ( #14639 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2023-03-25 08:00:32 +01:00
Cody Cutrer
2088cf067f
[mqtt.espmilighthub] use availability topic to set thing status ( #13800 )
...
also refactor a bit so that the thing will work even if the bridge
gets added and removed, etc.
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2023-03-25 00:52:37 +01:00
Gerd Zanker
3b08217ff7
[boschshc] Bridge and Device Discovery ( #14197 )
...
* #14195 Bridge and Device Discovery
Bridge discovery is implemented via mDNS, local IP addresses are checked.
If a GET returns the public SHC information,
then this shcIpAddress is reported as a discovered bridge.
Devices are always discovered after successful pairing, but a manual scan is also possible.
Added unit tests for Bridge and Device Discovery.
Signed-off-by: Gerd Zanker <gerd.zanker@web.de >
2023-03-25 00:26:24 +01:00
GiviMAD
c30893281c
[rustpotterks] Remove unnecessary thread sleep call ( #14664 )
...
* [rustpotterks] Remove unnecessary thread sleep call
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com >
2023-03-25 00:20:34 +01:00