I intend to control my battery charing times via API - I see in the Modify Settings API that a second start/end time can be specified, however this doesn’t appear in the UI and returns this error message if I try and set a time. Is it supported?
“success”: false,
“message”: “Inverter Timeout”
Get Settings List shows the ID’s to be 28 & 29:-
{“id”: 28,
“name”: “AC Charge 2 Start Time”,
“validation”: “Value format should be HH:mm. Use correct time range for hour and minutes”,
“validation_rules”: [
“date_format:H:i”
]},
{“id”: 29,
“name”: “AC Charge 2 End Time”,
“validation”: “Value format should be HH:mm. Use correct time range for hour and minutes”,
“validation_rules”: [
“date_format:H:i”]},