Daniel Rosengarten
377dc86452
[velbus] Add modules VMBKP, VMBIN, VMB4PB ( #13939 )
...
* [velbus] Add new functionality PRESSED and LONG PRESSED and fix bug
New functionnality :
Add the the possibility to simulate the PRESSED and LONG PRESSED message of an input.
Module supported with button simulation :
VMB1RYS (button : CH6)
VMB6IN (buttons : CH1 ... CH6)
VMB2PBN, VMB6PBN, VMB7IN, VMB8IR, VMB8PB, VMB8PBU, VMBEL1, VMBEL2, VMBEL4, VMBGP1, VMBGP1-2, VMBGP2, VMBGP2-2, VMBGP4, VMBGP4-2, VMBGP4PIR, VMBGP4PIR-2 (buttons : CH1 ... CH8)
VMBELO, VMBGPOD, VMBGPOD-2 (buttons : CH1 ... CH32)
Fix bug :
The channels names were not correctly assigned to the thing properties. The last channel had the default name, not the one retrieved from the module.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* Update bundles/org.openhab.binding.velbus/README.md
Co-authored-by: cedricboon <cedric.boon@hotmail.com >
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* Update bundles/org.openhab.binding.velbus/README.md
Co-authored-by: cedricboon <cedric.boon@hotmail.com >
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* Update bundles/org.openhab.binding.velbus/README.md
Co-authored-by: cedricboon <cedric.boon@hotmail.com >
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* Add trigger on channel when using button simulation
Remove uneeded Thread.sleep in code.
Trigger the events PRESSED, LONG_PRESSED, RELEASED on the linked trigger channel when using the button simulation.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* Fix redundant superinterface DiscoveryService
Redundant superinterface DiscoveryService for the type VelbusThingDiscoveryService, already defined by AbstractDiscoveryService.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* Fix bug #11521
Typo in the Counter Channel name for VMB7IN.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* [velbus] Add VMBELPIR module
Add the module VMBELPIR
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* [velbus] VMBELPIR added to discovery service
Forgot to add the module VMBELPIR in the discovery service.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* [velbus] Updates clock alarms management
Changes the clocks alarm management :
- Global alarms are now set from the bridge thing.
- Local alarms are still set from the module thing, but the alarm type channels on modules are now readonly.
Reduces the flooding of the bus by adding a delay of 10 seconds before sending the update on the bus :
- Removes the send on the bus after each update of a clock alarm value.
- Sends only the values of the last update after 10 seconds.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* [velbus] PR modifications
Modifications asked in PR review.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* [velbus] PR modifications 2
Modifications asked in PR review 2.
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* [velbus] Add modules VMBKP, VMBIN, VMB4PB
New functionnality : Add the support of the modules VMBKP, VMBIN, VMB4PB
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
* [velbus] Fix code style error
Fix code style error in VelbusSensorWithAlarmClockHandler.java
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
Signed-off-by: Daniel Rosengarten <github@praetorians.be >
Co-authored-by: cedricboon <cedric.boon@hotmail.com >
2022-12-31 17:25:03 +01:00
..
2022-12-29 21:59:12 +01:00
2022-12-22 18:21:13 +01:00
2022-12-30 23:34:35 +01:00
2022-12-26 15:27:03 +01:00
2022-12-22 18:21:13 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-26 17:00:53 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-31 15:04:06 +01:00
2022-12-31 10:18:03 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-20 00:04:43 +01:00
2022-12-27 16:27:19 +01:00
2022-12-19 15:22:17 +01:00
2022-12-22 09:04:50 +01:00
2022-12-20 00:06:52 +01:00
2022-12-27 17:12:58 +01:00
2022-12-19 15:22:17 +01:00
2022-12-29 20:57:41 +01:00
2022-12-22 08:58:12 +01:00
2022-12-20 00:01:50 +01:00
2022-12-27 16:13:12 +01:00
2022-12-30 09:23:45 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-30 13:58:27 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-29 11:52:25 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-29 18:41:17 +01:00
2022-12-21 20:21:53 +01:00
2022-12-29 00:59:57 +01:00
2022-12-29 20:58:24 +01:00
2022-12-31 16:42:22 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 20:39:42 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-28 01:03:31 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-21 20:10:21 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-22 18:17:15 +01:00
2022-12-19 15:22:17 +01:00
2022-12-30 19:46:58 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-24 00:00:57 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-31 15:01:11 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-31 17:15:16 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-30 09:34:13 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-25 20:56:04 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-27 12:54:26 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-31 10:22:39 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-27 10:25:28 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-31 11:03:56 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-31 17:25:03 +01:00
2022-12-27 16:08:12 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-23 00:13:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-27 11:55:12 +01:00
2022-12-27 16:58:37 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-29 20:59:10 +01:00
2022-12-27 11:41:59 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-27 10:55:15 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-19 15:22:17 +01:00
2022-12-29 20:57:03 +01:00
2022-12-26 10:17:42 +01:00
2022-12-26 10:17:42 +01:00
2022-12-26 15:27:03 +01:00