Skip to content

Commit 6318f7f

Browse files
committed
Disable ess strategy for single register for now due to garbage returned value
1 parent 5d76710 commit 6318f7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom_components/victron/const.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,10 +3316,10 @@ class dynamic_ess_mode(Enum):
33163316
),
33173317
"settings_dynamicess_schedule_starttime": RegisterInfo(
33183318
5428, INT32, UnitOfTime.SECONDS, entityType=SliderWriteType(UnitOfTime.SECONDS)
3319-
), # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs
3320-
"settings_dynamicess_strategy": RegisterInfo(
3321-
5429, UINT16, entityType=SelectWriteType(dynamic_ess_strategy)
3322-
),
3319+
), # , # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs
3320+
# "settings_dynamicess_strategy": RegisterInfo(
3321+
# 5429, UINT16, entityType=SelectWriteType(dynamic_ess_strategy)
3322+
# ),
33233323
}
33243324

33253325

0 commit comments

Comments
 (0)