From 6318f7f6aa6a9cb7e5d1196c390ecea488e59200 Mon Sep 17 00:00:00 2001 From: sfstar Date: Sun, 2 Nov 2025 20:34:33 +0000 Subject: [PATCH] Disable ess strategy for single register for now due to garbage returned value --- custom_components/victron/const.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/victron/const.py b/custom_components/victron/const.py index 4c6a2ac..113b575 100644 --- a/custom_components/victron/const.py +++ b/custom_components/victron/const.py @@ -3316,10 +3316,10 @@ class dynamic_ess_mode(Enum): ), "settings_dynamicess_schedule_starttime": RegisterInfo( 5428, INT32, UnitOfTime.SECONDS, entityType=SliderWriteType(UnitOfTime.SECONDS) - ), # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs - "settings_dynamicess_strategy": RegisterInfo( - 5429, UINT16, entityType=SelectWriteType(dynamic_ess_strategy) - ), + ), # , # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs + # "settings_dynamicess_strategy": RegisterInfo( + # 5429, UINT16, entityType=SelectWriteType(dynamic_ess_strategy) + # ), }