Martin Herbst
adecb53042
[homematic] Improve (re)connect handling to Homematic gateways ( #11429 )
...
* Use globally unique id for registration of callback to allow ...
the connection of multiple OH installations with one CCU.
The bridge id is not sufficient for this purpose because it is same in
all OH installations.
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Retry callback re-registration after connection is resumed
Some services on the CCU need longer to start and are not available
immediately after the connection to the CCU has been resumed.
Improves the solution for #8808
Fixes #10439
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Description was missing.
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Changed setting name and description to avoid confusion
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Added a troubleshooting tip to solve a communication problem
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Shortened the label name to follow the guide lines
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Print more information about the reason for the failure
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Using scheduler thread pool and simplified configuration
Instead of configuring separate values for retry delays and number of
retries only the maximum time for retries can be configured.
The init method uses fixed delays.
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Don't retry to send if gateway does not answer at all
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Improved reconnect handling
- unregister callback not necessary if connection is lost
- wait 30s until clients and servers are restarted to give the gateway
some time to recover
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Spotless
Signed-off-by: Martin Herbst <develop@mherbst.de>
* Cancel an active future if the binding is stopped
Signed-off-by: Martin Herbst <develop@mherbst.de>
2021-12-11 18:34:22 +01:00
..
2021-09-15 19:02:17 +02:00
2021-11-15 15:39:27 +01:00
2021-12-11 11:13:55 +01:00
2021-12-05 19:29:44 +01:00
2021-09-27 07:30:16 +02:00
2021-11-02 10:43:53 +01:00
2021-12-11 17:21:42 +01:00
2021-10-10 11:02:53 +02:00
2021-12-11 18:03:51 +01:00
2021-12-11 18:03:51 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 18:03:51 +01:00
2021-11-21 23:12:43 +01:00
2021-11-29 09:45:29 +01:00
2021-12-05 11:16:17 +01:00
2021-11-02 10:43:53 +01:00
2021-11-02 10:43:53 +01:00
2021-10-30 13:14:24 +02:00
2021-12-11 18:03:51 +01:00
2021-10-14 18:41:06 +02:00
2021-06-27 23:25:35 +02:00
2021-11-02 10:43:53 +01:00
2021-08-31 13:05:09 +02:00
2021-11-02 10:43:53 +01:00
2021-10-24 11:38:48 +02:00
2021-11-02 10:43:53 +01:00
2021-11-02 10:43:53 +01:00
2021-10-30 17:57:41 +02:00
2021-12-05 19:29:44 +01:00
2021-10-03 01:38:28 +02:00
2021-11-02 10:43:53 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 18:03:51 +01:00
2021-11-02 10:43:53 +01:00
2021-11-14 11:13:22 +01:00
2021-10-09 19:56:49 +02:00
2021-10-19 18:43:08 +02:00
2021-11-28 16:47:15 +01:00
2021-11-28 18:34:30 +01:00
2021-12-05 20:14:44 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 13:05:41 +01:00
2021-09-07 22:48:33 +02:00
2021-11-02 10:43:53 +01:00
2021-12-05 22:12:41 +01:00
2021-10-09 19:56:49 +02:00
2021-11-04 17:49:18 +01:00
2021-11-02 10:43:53 +01:00
2021-10-09 19:56:49 +02:00
2021-10-12 21:15:14 +02:00
2021-11-02 10:43:53 +01:00
2021-10-03 22:14:10 +02:00
2021-11-02 10:43:53 +01:00
2021-12-05 20:14:44 +01:00
2021-10-03 22:14:10 +02:00
2021-08-24 19:04:17 +02:00
2021-10-10 11:02:53 +02:00
2021-10-09 19:56:49 +02:00
2021-11-22 00:58:03 +01:00
2021-09-27 07:33:56 +02:00
2021-10-24 10:36:47 +02:00
2021-12-05 19:29:44 +01:00
2021-10-09 19:58:46 +02:00
2021-10-09 19:56:49 +02:00
2021-12-11 18:03:51 +01:00
2021-11-02 10:43:53 +01:00
2021-11-02 10:43:53 +01:00
2021-10-10 11:02:53 +02:00
2021-11-02 10:43:53 +01:00
2021-12-11 17:20:11 +01:00
2021-11-02 10:43:53 +01:00
2021-12-05 09:30:35 +01:00
2021-12-11 18:34:22 +01:00
2021-12-01 21:53:11 +01:00
2021-12-09 09:00:18 +01:00
2021-12-10 15:46:03 +01:00
2021-11-02 10:43:53 +01:00
2021-11-11 21:30:39 +01:00
2021-11-19 13:14:45 +01:00
2021-07-15 19:49:59 +02:00
2021-11-02 10:43:53 +01:00
2021-11-02 10:43:53 +01:00
2021-11-16 01:10:28 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 17:21:42 +01:00
2021-08-22 12:04:33 +02:00
2021-11-02 10:43:53 +01:00
2021-12-01 09:48:30 +01:00
2021-12-06 18:52:54 +01:00
2021-12-11 17:21:42 +01:00
2021-11-05 19:37:03 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 18:03:51 +01:00
2021-12-05 11:16:17 +01:00
2021-11-28 16:37:29 +01:00
2021-12-11 17:21:42 +01:00
2021-09-27 07:33:56 +02:00
2021-12-11 18:03:51 +01:00
2021-11-18 00:40:26 +01:00
2021-10-09 19:56:49 +02:00
2021-12-07 21:17:11 +01:00
2021-11-02 10:43:53 +01:00
2021-12-05 19:29:44 +01:00
2021-12-05 11:16:17 +01:00
2021-12-05 11:16:17 +01:00
2021-09-19 12:06:27 +02:00
2021-12-11 18:03:51 +01:00
2021-11-29 08:16:08 +01:00
2021-12-05 19:29:44 +01:00
2021-09-27 07:33:56 +02:00
2021-12-07 12:50:10 +01:00
2021-10-17 14:04:47 +02:00
2021-10-16 18:49:45 +02:00
2021-09-27 07:33:56 +02:00
2021-10-11 12:41:35 +02:00
2021-10-09 19:56:49 +02:00
2021-11-22 00:58:03 +01:00
2021-10-15 18:00:40 +02:00
2021-11-18 09:02:17 +01:00
2021-10-09 19:56:49 +02:00
2021-12-05 22:07:39 +01:00
2021-08-11 11:55:26 +02:00
2021-12-11 17:57:13 +01:00
2021-11-20 12:44:09 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 17:21:42 +01:00
2021-12-05 19:29:44 +01:00
2021-11-21 17:52:32 +01:00
2021-11-02 10:43:53 +01:00
2021-10-31 09:16:00 +01:00
2021-10-09 19:56:49 +02:00
2021-11-14 11:33:39 +01:00
2021-12-11 18:03:51 +01:00
2021-12-05 11:16:17 +01:00
2021-09-05 11:50:23 +02:00
2021-12-01 21:57:46 +01:00
2021-12-09 12:35:29 +01:00
2021-11-02 10:43:53 +01:00
2021-11-12 00:45:50 +01:00
2021-11-02 10:43:53 +01:00
2021-12-05 09:39:51 +01:00
2021-12-11 18:03:51 +01:00
2021-12-11 18:03:51 +01:00
2021-08-31 14:41:11 +02:00
2021-10-18 20:50:43 +02:00
2021-11-02 10:43:53 +01:00
2021-11-12 01:05:14 +01:00
2021-10-09 19:56:49 +02:00
2021-11-16 01:10:28 +01:00
2021-10-31 16:30:04 +01:00
2021-12-11 18:03:51 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 10:56:48 +01:00
2021-11-22 00:58:03 +01:00
2021-10-23 11:27:13 +02:00
2021-12-11 13:08:03 +01:00
2021-12-05 20:14:44 +01:00
2021-12-05 11:16:17 +01:00
2021-12-05 11:16:17 +01:00
2021-11-02 10:43:53 +01:00
2021-12-01 21:58:36 +01:00
2021-12-05 11:16:17 +01:00
2021-12-05 09:33:32 +01:00
2021-11-12 11:43:06 +01:00
2021-08-22 11:45:55 +02:00
2021-08-11 12:06:40 +02:00
2021-11-22 00:58:03 +01:00
2021-12-05 11:16:17 +01:00
2021-11-16 00:01:06 +01:00
2021-11-02 10:43:53 +01:00
2021-08-22 12:02:10 +02:00
2021-10-24 10:36:47 +02:00
2021-10-09 19:56:49 +02:00
2021-11-02 10:43:53 +01:00
2021-10-09 19:56:49 +02:00
2021-10-09 19:56:49 +02:00
2021-12-05 11:20:20 +01:00
2021-10-09 19:56:49 +02:00
2021-10-16 13:38:51 +02:00
2021-12-11 18:03:51 +01:00
2021-10-09 19:56:49 +02:00
2021-09-18 13:56:36 +02:00
2021-11-28 16:47:15 +01:00
2021-11-22 00:58:03 +01:00
2021-11-20 20:18:29 +01:00
2021-12-05 20:14:44 +01:00
2021-08-24 14:44:02 +02:00
2021-11-22 00:58:03 +01:00
2021-12-11 18:03:51 +01:00
2021-12-05 17:51:31 +01:00
2021-10-09 19:56:49 +02:00
2021-11-28 15:29:21 +01:00
2021-09-19 22:08:13 +02:00
2021-11-05 19:37:03 +01:00
2021-12-11 17:21:42 +01:00
2021-10-31 09:18:11 +01:00
2021-12-01 12:22:29 +01:00
2021-09-27 07:33:56 +02:00
2021-12-01 11:57:09 +01:00
2021-11-22 00:58:03 +01:00
2021-12-10 15:46:03 +01:00
2021-12-11 18:03:51 +01:00
2021-10-27 07:57:50 +02:00
2021-12-11 18:03:51 +01:00
2021-12-11 18:03:51 +01:00
2021-11-02 10:43:53 +01:00
2021-11-12 01:14:06 +01:00
2021-11-11 13:26:04 +01:00
2021-12-07 22:57:41 +01:00
2021-11-02 10:43:53 +01:00
2021-12-11 17:21:42 +01:00
2021-12-11 18:03:51 +01:00
2021-12-05 11:16:17 +01:00
2021-11-08 08:20:52 +01:00
2021-10-25 07:46:12 +02:00
2021-12-01 11:58:59 +01:00
2021-10-09 19:56:49 +02:00
2021-11-16 21:19:50 +01:00
2021-11-20 12:41:46 +01:00
2021-09-25 21:07:54 +02:00
2021-12-11 18:03:51 +01:00
2021-10-22 19:26:01 +02:00
2021-10-31 12:40:46 +01:00
2021-09-27 07:33:56 +02:00
2021-10-10 11:02:53 +02:00
2021-10-31 11:12:22 +01:00
2021-10-31 10:57:32 +01:00
2021-12-10 00:20:28 +01:00
2021-12-11 11:35:33 +01:00
2021-09-22 08:34:09 +02:00
2021-12-11 18:03:51 +01:00
2021-12-11 18:02:00 +01:00
2021-12-11 18:02:00 +01:00
2021-12-11 18:02:00 +01:00
2021-10-09 21:56:09 +02:00
2021-12-11 18:01:29 +01:00
2021-12-11 18:01:29 +01:00
2021-12-11 18:01:29 +01:00
2021-12-11 18:01:29 +01:00
2021-12-05 11:16:17 +01:00
2021-12-11 18:01:29 +01:00
2021-12-11 18:01:29 +01:00
2021-12-11 18:01:29 +01:00
2021-12-11 18:01:29 +01:00
2021-12-11 18:03:51 +01:00
2021-11-02 10:43:53 +01:00
2021-12-07 17:47:53 +01:00
2021-12-05 11:16:17 +01:00
2021-10-06 16:19:38 +02:00
2021-12-11 13:05:41 +01:00