Skip to content

Commit b592476

Browse files
authored
Merge pull request #2141 from vinceg0267/main
Fix Sofar Software Version wordcount to prevent string triplication
2 parents f31af4c + 1cb35b2 commit b592476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/solax_modbus/plugin_sofar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ def value_function_sync_rtc_ymd_sofar(initval: Any, descr: Any, datadict: dict[s
11951195
key="software_version",
11961196
register=0x44F,
11971197
register_data_type=REGISTER_STR,
1198-
wordcount=12,
1198+
wordcount=4,
11991199
entity_category=EntityCategory.DIAGNOSTIC,
12001200
allowedtypes=HYBRID | PV,
12011201
),

0 commit comments

Comments
 (0)