lsiepel and GitHub
30770fd6f2
[various] Add null annotations to bindings F ( #18995 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-10-03 09:49:27 +02:00
lsiepel and GitHub
e2091940ea
[zwavejs] Add notification channel ( #19328 )
...
* Add notification channel
* Add documentation
* Fix value being updated correctly
* Update bundles/org.openhab.binding.zwavejs/src/main/java/org/openhab/binding/zwavejs/internal/type/ZwaveJSTypeGeneratorImpl.java
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
Signed-off-by: lsiepel <leosiepel@gmail.com >
2025-09-20 11:07:43 +02:00
lsiepel and GitHub
5ba98f0c5f
[omnilink] Update AlarmMode channels to String type ( #19354 )
...
Fixes: https://github.com/openhab/openhab-addons/issues/19343
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-09-19 23:33:59 +02:00
lsiepel and GitHub
6393b850eb
[zwavejs] Add RollerShutter support ( #19191 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-09-17 22:50:23 +02:00
lsiepel and GitHub
cbfff2b2cd
Add unit conversion ( #19325 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-09-14 10:58:51 +02:00
lsiepel and GitHub
8725638abd
Bump org.mockito:mockito-core from 5.11.0 to 5.19.0 in /bundles ( #19283 )
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.11.0 to 5.19.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.19.0 )
2025-09-10 23:10:30 +02:00
a5fcfe40c4
[network] Fix discovery performance causing a slow openHAB start ( #17972 )
...
* Fix performance
* Improvements
* Add logging
* Improve logging
* Update bundles/org.openhab.binding.network/src/main/java/org/openhab/binding/network/internal/utils/NetworkUtils.java
* Improve thread handling
* Improve shutdown
* thread cleanup
* Improve per thread allocation
* Stop on finishing all interfaces
* Change Arping to make use of completeablefeature
* Seperate presence detection from lifecycle
* Improve logging and filtering
* Create seperate ScheduledExecutorService
* Fix review comment
* Improve network address checks
* Improve interrupthandling
* Revert threadlocal
* Refactor Presencedetection
* Make LatencyParser accept Windows' <1ms syntax for minimal latency
* Remove misleading reference to non-existing NetworkHandlerBuilder
* Handle thread-safety of NetworkDiscoveryService.executorService
* Fix network interface exclusion
* Make PresenceDetectionValue thread-safe
* Partial refactoring of PresenceDetection
Fixes:
- Synchronization of lastSeen
- Joining of async tasks
- Minor logging improvements
Addition:
- Create setIcmpPingMethod()
* Partial refactoring of NetworkDiscoveryService
Fixes:
- Correct the number of addresses in a /24 subnet.
- Restructure task creation so that one less thread is needed per scanned address, and so that startScan() is guaranteed to return quickly.
- Create independent threads for posting discovery results, as this can take a long time and might not finish before the executor shuts down.
* Make NetworkHandler thread-safe
* Make SpeedTestHandler thread-safe
* Make sure that process output is consumed
* Implement tool-specific latency parsing
* Fix NetworkDiscoveryService configuration and make the thread pool size configurable
* i18n
* Fix test
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
Co-authored-by: Wouter Born <github@maindrain.net >
Co-authored-by: Ravi Nadahar <nadahar@rediffmail.com >
2025-09-07 19:51:15 +02:00
lsiepel and GitHub
94d7c15e22
[ecovacs] Fix bundle installation by upgrading dependency ( #18986 )
...
Also-by: Wouter Born <github@maindrain.net >
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-09-07 14:45:55 +02:00
lsiepel and GitHub
ef8976982e
[xmppclient] Fix bundle installation by upgrading dependency ( #18983 )
...
Also-by: Wouter Born <github@maindrain.net >
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-09-07 14:44:42 +02:00
458fc9550f
[mqtt.homeassistant] Improve discovery performance ( #19201 )
...
* Reduce work within locks
* Fix sorting and stream for performance
* Prevent rescheduling timer
* Reduce memory for two complex lists
* Adjust test
* Fix python packages path on Windows (#19249 )
So explicitly add the *nix-style path to the syspath, so that
even on Windows the installed packages can be found.
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
Co-authored-by: Cody Cutrer <cody@cutrer.us >
2025-09-06 11:42:16 +02:00
lsiepel and GitHub
f3ab7c89a3
[jdbc] Update dependencies ( #19172 )
...
* Update mysql to 9.4.0.
* Update hsqldb to 2.7.4
* Update h2 to 2.3.232
* Update mariadb to 3.5.5
* Update postgresql to 42.7.7
* Update sqlite to 3.50.3.0
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-09-03 22:38:43 +02:00
lsiepel and GitHub
2bdca5517f
Fix NPE ( #18980 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-31 12:05:32 +02:00
lsiepel and GitHub
ce80a9861f
[groheondus] Adapt to API changes ( #19160 )
...
* Update dependency
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-30 12:28:43 +02:00
lsiepel and GitHub
687e283ff3
Fix type ( #19212 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-21 22:38:10 +02:00
lsiepel and GitHub
5c1762d19c
[amazoneechocontrol] Adapt to changed API ( #19182 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-19 14:53:17 +02:00
lsiepel and GitHub
c7da9f4216
Increase message size ( #19196 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-19 12:33:10 +02:00
lsiepel and GitHub
595655f19c
Fix pom binding name ( #19189 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-18 08:05:49 +02:00
lsiepel and GitHub
3c075cbb2d
Improve meaningful links ( #19155 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-17 15:25:38 +02:00
lsiepel and GitHub
787242d982
Fix ( #19141 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-14 11:46:47 +02:00
lsiepel and GitHub
4d403ea438
[somfytahoma]] Correct exteriorheatingsystem label ( #19156 )
...
* Update i18n file
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Limit request
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Cleanup
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
---------
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-13 20:28:23 +02:00
lsiepel and GitHub
8ebd608060
Possible fix comparison ( #18975 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-08-09 17:12:33 +02:00
lsiepel and GitHub
45709e089c
Fix markdown bindings T-V ( #19028 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 21:36:00 +02:00
lsiepel and GitHub
8eda464a0e
Fix markdown io / persistence / transform / voice ( #19034 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:59:28 +02:00
lsiepel and GitHub
0d76f68c96
Fix markdown bindings W-Z ( #19032 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:58:57 +02:00
lsiepel and GitHub
4eb6bad3be
Fix markdown bindings Q-S ( #19027 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:57:51 +02:00
lsiepel and GitHub
8b26f7d3bd
Fix markdown bindings O-P ( #19026 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:57:22 +02:00
lsiepel and GitHub
0421d6e8f9
Fix markdown bindings M-N ( #19025 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:56:53 +02:00
lsiepel and GitHub
04d8143026
Fix markdown bindings G-H ( #19016 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:56:20 +02:00
lsiepel and GitHub
834b587623
Fix markdown bindings K-L ( #19018 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:55:53 +02:00
lsiepel and GitHub
5c817ea190
Fix markdown bindings I-J ( #19017 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:55:24 +02:00
lsiepel and GitHub
12ea895db2
Fix markdown bindings E-F ( #19015 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:54:54 +02:00
lsiepel and GitHub
a4f2c1546e
Fix markdown bindings C-D ( #19013 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:54:27 +02:00
lsiepel and GitHub
9440628914
Fix markdown bindings A-B ( #19012 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 20:53:55 +02:00
lsiepel and GitHub
b8721e7f64
[various] Fix ConstantNameCheck ( #18992 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 16:14:58 +02:00
lsiepel and GitHub
901927d0a2
Fix markdown repo files ( #19033 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 12:13:39 +02:00
lsiepel and GitHub
6304dbc7b6
Freebox removal ( #19000 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-26 11:17:00 +02:00
lsiepel and GitHub
a8ce93f4d5
[zwavejs] Fix Channel configuration overwrite ( #19036 )
...
* Rewrite updateChannels
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-25 11:13:34 +02:00
lsiepel and GitHub
9189ca5c4e
[zwavejs] Fix humidity unit detection ( #19003 )
...
* Fix humidity unit
* Improve check
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
Signed-off-by: lsiepel <leosiepel@gmail.com >
2025-07-24 10:45:49 +02:00
lsiepel and GitHub
521a1da093
Remaining runbundles ( #19009 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-22 11:25:48 +02:00
lsiepel and GitHub
ce67b0145e
[various] Fix LocalVariableNameCheck ( #18994 )
...
* Fix LocalVariableNameCheck
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-22 00:00:12 +02:00
lsiepel and GitHub
6592ccaa18
Fix StaticVariableNameCheck ( #18993 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-21 23:58:29 +02:00
lsiepel and GitHub
7e3b22cd78
[various] Fix sat warnings ( #18991 )
...
* Fix NeedBracesCheck
* Fix LocalFinalVariableNameCheck
* Fix ModifierOrderCheck
* Fix EqualsAvoidNullCheck
* Fix AvoidStarImportCheck
* Fix AuthorContribution
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-21 23:57:33 +02:00
lsiepel and GitHub
d64a011ab4
Fix NoEmptyLineSeparatorCheck ( #18990 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-21 23:54:54 +02:00
lsiepel and GitHub
446c8c089f
Resolve runbundles ( #19004 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-21 23:41:04 +02:00
lsiepel and GitHub
90b3d12aa3
Spotless after release ( #19002 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-21 20:21:58 +02:00
lsiepel and GitHub
c860b70170
[fronius] Make protocol scheme configurable ( #18979 )
...
* Make schema configurable
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-18 08:55:20 +02:00
lsiepel and GitHub
0b002e84b7
Fix-18371 ( #18976 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-17 10:21:36 +02:00
lsiepel and GitHub
d61e423f0e
Fix duplicate channel ( #18974 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-16 21:34:05 +02:00
lsiepel and GitHub
9ec05520b4
Fix node add and remove ( #18968 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-16 12:07:05 +02:00
lsiepel and GitHub
8b97a437e2
[zwavejs] Fix configuration as channel ( #18960 )
...
* Fix configuration as channel + test
* Add comment to clarify discrepancy
* Improve test name
* Finish cleanup
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-15 12:52:20 +02:00
0f91185566
[zwavejs] Initial contribution ( #18694 )
...
* Initial contribution
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
Co-authored-by: Andrew Fiddian-Green <software@whitebear.ch >
Co-authored-by: Cody Cutrer <cody@cutrer.us >
2025-07-13 12:10:50 +02:00
lsiepel and GitHub
46d98be5cb
[goecharger] Fix warnings and some minor refactoring ( #18808 )
...
* Fix warnings and some minor refactoring
* Fix javadoc
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-12 13:59:38 +02:00
lsiepel and GitHub
117d2f69d1
Fix text and 120 min channel ( #18903 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-06 21:53:52 +02:00
lsiepel and GitHub
29f1d5b181
[ecotouch] Fix upgrade instructions ( #18870 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-07-05 16:12:59 +02:00
lsiepel and GitHub
3e24c2c978
[telegram] Add action that supports various options ( #17801 )
...
* Upgrade dependency
* Fix calls to deprected methods
* Handle 429 cases
* Add action
* Update documentation
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Fix whiteline
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Review suggestion
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Fix typo and text
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Review comment and i18n
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Improve i18n file
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
* Update bundles/org.openhab.binding.telegram/src/main/java/org/openhab/binding/telegram/internal/action/TelegramActions.java
Signed-off-by: lsiepel <leosiepel@gmail.com >
* Fix spotless
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
---------
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
Signed-off-by: lsiepel <leosiepel@gmail.com >
2025-06-16 20:31:19 +02:00
lsiepel and GitHub
7c50a0a532
Fix build ( #18595 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-04-23 21:12:41 +02:00
lsiepel and GitHub
7b67b1cbd3
Adjust test ( #18346 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-03-02 21:08:47 +01:00
lsiepel and GitHub
64616a0c55
[plugwiseha] Use system channel types ( #18325 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-02-28 14:46:44 +01:00
lsiepel and GitHub
7224333039
[tellstick] Add null annotations ( #17974 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-02-23 14:17:31 +01:00
lsiepel and GitHub
fa22df38ef
[cbus] Adapt documentation for c-gate version 3.4.0 ( #17975 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-02-22 10:17:00 +01:00
lsiepel and GitHub
099b84546c
Update derby ( #18292 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-02-20 10:03:11 +01:00
lsiepel and GitHub
d3b3db383f
Fix domain ( #18289 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-02-20 10:00:06 +01:00
lsiepel and GitHub
4e88f48a71
[tacmi] Fix SAT errors ( #18046 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-01-09 12:07:50 +01:00
lsiepel and GitHub
7639b1c3e5
Fix SAT errors ( #18047 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-01-06 21:56:13 +01:00
lsiepel and GitHub
7cc9903158
Add Christmas Tree ( #17950 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2025-01-04 16:24:23 +01:00
lsiepel and GitHub
f225140bee
Update async-http-client ( #17973 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-27 14:05:01 +01:00
lsiepel and GitHub
1e7d01c578
Fix NumberFormatException ( #17983 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-26 00:26:47 +01:00
lsiepel and GitHub
50e3ca62c0
[network] Fix last-seen channel being set to UNDEF at startup ( #17971 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-24 15:37:16 +01:00
lsiepel and GitHub
334c909b90
[amazonechocontrol] Improve documentation ( #17525 )
...
* Adjust readme
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-13 08:35:17 +01:00
lsiepel and GitHub
f39415b631
[tesla] Add null annotations ( #17582 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-08 14:35:41 +01:00
lsiepel and GitHub
fb54c2baca
Normalize thread names ( #17804 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-08 01:15:43 +01:00
lsiepel and GitHub
37d910d318
Catch ISE ( #17854 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-07 16:44:46 +01:00
lsiepel and GitHub
d0ea14f441
[gpstracker] Fix handling ambigious region names ( #17805 )
...
* Fix regionname
* Fix SAT
* Improve log line
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-12-03 19:22:29 +01:00
lsiepel and GitHub
6e81a76073
[irobot] Update documentation regarding button names ( #17806 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-26 23:01:36 +01:00
lsiepel and GitHub
3ae0203197
Update documentation ( #17808 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-25 22:59:37 +01:00
lsiepel and GitHub
336875797b
[plugwiseha] Add 5 boiler related channels ( #17737 )
...
* Improvements
* Fix compile warnings
* Sync config with readme
* Fix unit detection
* Add 5 channels
* Update documentation
* Add semantic tags
* Add default state
* Adjust DTO structure
* Improve state pattern
* Fix NPE
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-24 10:05:19 +01:00
lsiepel and GitHub
7ece8ad86d
[homewizard] Fix NumberFormatException ( #17792 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-23 21:16:16 +01:00
lsiepel and GitHub
fe91fc7b7d
[zway] Remove org.apache.commons.net.util.SubnetUtils ( #17410 )
...
* Remove apache
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-17 11:29:15 +01:00
lsiepel and GitHub
4a5aa04c0a
[plugwiseha] Improve connection stability ( #17677 )
...
* Improvements
* Sync config with readme
* Fix unit detection
* Fix NPE
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-17 11:25:16 +01:00
lsiepel and GitHub
a1b4cb1071
Fix absbaromin ( #17736 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-16 14:37:42 +01:00
lsiepel and GitHub
22aeffbc44
[ipobserver] Add channel rainTotal ( #17727 )
...
* Add totalRain channel
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-16 14:35:49 +01:00
lsiepel and GitHub
999e94b437
[snmp] make use of openHAB network configuration ( #17699 )
...
* Network
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-11-07 19:37:19 +01:00
lsiepel and GitHub
58629e29bb
Multiple line break fixes in documentation ( #17628 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-28 21:09:24 +01:00
lsiepel and GitHub
39bb19dceb
Reduce log level ( #17647 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-28 13:42:52 +01:00
lsiepel and GitHub
a6bb5373ea
[irtrans] Adapt documentation ( #17521 )
...
* Adapt documentation
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-23 00:48:00 +02:00
lsiepel and GitHub
6ec28a8ea2
[lgwebos] Fix representation property ( #17588 )
...
* Fix representation property
* Null annotations and compiler fixes
* Fix lowercase
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-19 17:08:13 +02:00
lsiepel and GitHub
455330e741
[multiple] Reduce SAT warnings ( #17564 )
...
* NoEmptyLineSeparatorCheck
* ModifierOrderCheck
* TypeNameCheck
* ConstantNameCheck loggers
* UnusedPrivateField
* Fix imports
* New line
* dynamodb static logger
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-19 16:59:52 +02:00
lsiepel and GitHub
66bcd4ef9e
[pjlinkdevice] Remove org.apache.common ( #14430 )
...
* Remove org.apache.common
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-13 13:44:19 +02:00
lsiepel and GitHub
6a05bf2b3f
Remove apache ( #17409 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-13 13:40:02 +02:00
lsiepel and GitHub
46b6a613c9
[plclogo] Remove org.apache.commons.net.util.SubnetUtils ( #17408 )
...
* Remove apache
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-13 13:38:24 +02:00
lsiepel and GitHub
1d67d97310
[dscalarm] Remove org.apache.commons.net.util.SubnetUtils ( #17407 )
...
* Remove apache
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-13 13:32:49 +02:00
lsiepel and GitHub
d533ac9aa8
[goecharger] Add awattarMaxPrice channel ( #17532 )
...
* Add awp channel
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-12 20:47:48 +02:00
lsiepel and GitHub
9d97fe4ed0
Configurable refreshinterval ( #17523 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-11 13:12:43 +02:00
lsiepel and GitHub
20b889c029
Markdown Documentation fixes ( #17526 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-10 22:42:51 +02:00
lsiepel and GitHub
09db08e6ae
Reduce log level ( #17524 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-08 20:44:41 +02:00
lsiepel and GitHub
b36877ec6d
[pushover] Fix idle connection causing EOF exception ( #17348 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-07 23:36:26 +02:00
lsiepel and GitHub
6b411899cc
[homewizard] Add current, voltage and failure channels ( #16995 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-07 08:11:04 +02:00
lsiepel and GitHub
d2a785392e
Add useragent parameter ( #17455 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-10-05 09:27:20 +02:00
lsiepel and GitHub
b8905e5b69
Disable wemo test ( #17479 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-09-29 10:24:45 +02:00
lsiepel and GitHub
1a42353cc9
Multiple binding markdown fixes ( #17422 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-09-28 17:46:53 +02:00