From 88c8a3710db5d5df90d7c88197d5c62ee10741db Mon Sep 17 00:00:00 2001 From: Lukas <12813107+lmaertin@users.noreply.github.com> Date: Mon, 29 Dec 2025 21:32:12 +0100 Subject: [PATCH 1/3] added diagnostics information --- source/_integrations/pooldose.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/pooldose.markdown b/source/_integrations/pooldose.markdown index 929a485abc70..e1b23a5aca19 100644 --- a/source/_integrations/pooldose.markdown +++ b/source/_integrations/pooldose.markdown @@ -266,3 +266,16 @@ To get peristaltic pump status data: 2. Find the external relay configuration for the pH and ORP pumps. 3. Enable the external relays for the pumps you want to monitor. 4. Save the settings and restart the device if required. + +## Diagnostics + +This integration provides diagnostics to help with debugging and troubleshooting. The diagnostics output includes: + +- Basic config entry information +- The device information reported by the coordinator with sensitive values redacted. +- Runtime state from the coordinator including update interval, last successful update, and last exception (if any). +- The most recent data fetched from the device by the coordinator. + +To collect diagnostics, go to **Settings** > **Devices & Services**, open the PoolDose integration, +click the three-dot menu on the integration entry and choose **Download diagnostics**. Attach the downloaded file when +reporting issues to help maintainers investigate. From 6cb4b66e37acb36ed35d0fc04d78cd26a81263a3 Mon Sep 17 00:00:00 2001 From: Lukas <12813107+lmaertin@users.noreply.github.com> Date: Mon, 29 Dec 2025 22:32:58 +0100 Subject: [PATCH 2/3] remove irrelevant meta data diagosicts for config entry and coordinator --- source/_integrations/pooldose.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_integrations/pooldose.markdown b/source/_integrations/pooldose.markdown index e1b23a5aca19..3b3557f14760 100644 --- a/source/_integrations/pooldose.markdown +++ b/source/_integrations/pooldose.markdown @@ -271,9 +271,7 @@ To get peristaltic pump status data: This integration provides diagnostics to help with debugging and troubleshooting. The diagnostics output includes: -- Basic config entry information - The device information reported by the coordinator with sensitive values redacted. -- Runtime state from the coordinator including update interval, last successful update, and last exception (if any). - The most recent data fetched from the device by the coordinator. To collect diagnostics, go to **Settings** > **Devices & Services**, open the PoolDose integration, From 9025084085d5e6c794addfd9d7a40493a6d1806c Mon Sep 17 00:00:00 2001 From: Lukas <12813107+lmaertin@users.noreply.github.com> Date: Tue, 30 Dec 2025 23:57:55 +0100 Subject: [PATCH 3/3] Update source/_integrations/pooldose.markdown Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com> --- source/_integrations/pooldose.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_integrations/pooldose.markdown b/source/_integrations/pooldose.markdown index 3b3557f14760..9d7b0aaf28b5 100644 --- a/source/_integrations/pooldose.markdown +++ b/source/_integrations/pooldose.markdown @@ -275,5 +275,4 @@ This integration provides diagnostics to help with debugging and troubleshooting - The most recent data fetched from the device by the coordinator. To collect diagnostics, go to **Settings** > **Devices & Services**, open the PoolDose integration, -click the three-dot menu on the integration entry and choose **Download diagnostics**. Attach the downloaded file when -reporting issues to help maintainers investigate. +click the three-dot menu on the integration entry and choose **Download diagnostics**. Attach the downloaded file when reporting issues to help maintainers investigate.