From ed8b21da49e7ddbb9a01ee65aaf7fc45df627ae5 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Sun, 23 Aug 2026 18:14:43 +0000 Subject: [PATCH] configuration.yaml, zigbee2mqtt/state.json --- configuration.yaml | 2 ++ zigbee2mqtt/state.json | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 91346fdc..6f9b2bf2 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -13,6 +13,8 @@ utility_meter: # Shell Commands shell_command: cleanup_blink_snapshots: "find /media /config/www -name 'blink_*.jpg' -mmin +360 -delete" + # IPv6 workaround: static address, no gateway -> v6 internet fails fast, Matter link-local unaffected + ipv6_static_nogw: "sh /config/netfix_ipv6.sh" # Rest Commands (OctoPrint nozzle extrusion) rest_command: diff --git a/zigbee2mqtt/state.json b/zigbee2mqtt/state.json index b9b4e021..aac88778 100644 --- a/zigbee2mqtt/state.json +++ b/zigbee2mqtt/state.json @@ -27,8 +27,8 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "power": 2.3, - "current": 0.09, + "power": 2, + "current": 0.1, "energy": 32.45, "power_factor": 0.19, "update": { @@ -74,13 +74,13 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "voltage": 120.1, + "voltage": 120.2, "state": "ON", "ac_frequency": 60, "energy": 130.62, - "power": 95.3, - "current": 0.82, - "power_factor": 0.93, + "power": 0.8, + "current": 0.05, + "power_factor": 0.36, "update": { "state": "idle", "installed_version": 268513381, @@ -96,12 +96,12 @@ "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, "voltage": 120.8, - "energy": 61.73, + "energy": 61.74, "state": "ON", - "power": 67.3, - "current": 0.8, + "power": 63.2, + "current": 0.89, "ac_frequency": 60, - "power_factor": 0.71, + "power_factor": 0.67, "update": { "state": "idle", "installed_version": 268513381, @@ -114,7 +114,7 @@ }, "0xffffb40e060895b3": { "state": "ON", - "voltage": 121.5, + "voltage": 121, "ac_frequency": 60, "energy": 8.78, "current": 0.01, @@ -136,7 +136,7 @@ "0xffffb40e0608864e": { "led_brightness": 100, "countdown_to_turn_off": 0, - "voltage": 121.5, + "voltage": 121, "energy": 20.08, "countdown_to_turn_on": 0, "state": "ON",