From 8303d78cafd7fb1816f887873dd7956b185bc3c1 Mon Sep 17 00:00:00 2001 From: windyboy Date: Fri, 14 Aug 2026 18:15:28 +0800 Subject: [PATCH] =?UTF-8?q?Record=20W1N-105=20CSG=20network=20step,=20P1,?= =?UTF-8?q?=20and=20fork=20master=E2=86=92main=20rename=20on=20hass.windy.?= =?UTF-8?q?lan.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/hass.windy.lan.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/hosts/hass.windy.lan.md b/hosts/hass.windy.lan.md index 26a99fa..85eec00 100644 --- a/hosts/hass.windy.lan.md +++ b/hosts/hass.windy.lan.md @@ -110,15 +110,18 @@ getent hosts hass.windy.lan ## Local patches (custom components) -**`china_southern_power_grid_stat` configurable IP family (verified 2026-08-14, W1N-104):** -`/config/custom_components/china_southern_power_grid_stat` was replaced from -GitHub `windyboy/china_southern_power_grid_stat` `master` (`de01914`, W1N-103; -previous live tree was `eb8b174` / W1N-102). The live client uses HA -`async_get_clientsession` with a stored `ip_family` option (`ipv4` / `auto` / -`ipv6`; default `ipv4`). Entry `01KGCQDSZCF523A9X6SV3BZ1B9` is set to -`ip_family: auto`. Backups: -`china_southern_power_grid_stat.bak-20260814-w1n102` (HACS/`requests`) and -`china_southern_power_grid_stat.bak-20260814-w1n104` (`eb8b174`). HACS still +**`china_southern_power_grid_stat` configurable IP family (verified 2026-08-14, W1N-105):** +`/config/custom_components/china_southern_power_grid_stat` is a file copy of +GitHub `windyboy/china_southern_power_grid_stat` `main` (`a433e8c`, W1N-105 + +P1; the fork's default branch was renamed `master` → `main` on 2026-08-14). +Earlier live trees: `de01914` (W1N-103), `eb8b174` (W1N-102). The live client +uses HA `async_get_clientsession` with a stored `ip_family` option (`auto` / +`ipv4` / `ipv6`; default `auto`, which does IPv4/IPv6 happy-eyeballs). The +network step is now part of Add Entry (and reauth), not only the options flow. +Entry `01KGCQDSZCF523A9X6SV3BZ1B9` is `ip_family: ipv4`. Backups: +`china_southern_power_grid_stat.bak-20260814-w1n102` (HACS/`requests`), +`china_southern_power_grid_stat.bak-20260814-w1n104` (`eb8b174`), and +`china_southern_power_grid_stat.bak-20260814-w1n105` (`de01914`). HACS still tracks `CubicPill/china_southern_power_grid_stat` — a HACS update would overwrite this fork. This directory is a file copy, not a git clone; do not `git pull` in place.