Search found 2 matches

by Tweety
Tue Feb 04, 2025 11:22 am
Forum: OpenAPI
Topic: Force Charge / Discharge and Grid Interaction
Replies: 6
Views: 7999

Re: Force Charge / Discharge and Grid Interaction

That's correct. In the FOX V2 app, I can set schedules, and the inverter operates according to the declared schedules. The inverter's firmware has been updated to the latest version available on our local distributor's website.

I know that error 40257 is related to parameter issues. There are five ...
by Tweety
Mon Jan 06, 2025 4:53 pm
Forum: OpenAPI
Topic: Force Charge / Discharge and Grid Interaction
Replies: 6
Views: 7999

Re: Force Charge / Discharge and Grid Interaction

I'm joining the thread. I'm also trying to force the operating states of the installation using the scheduler. I'm using the API and have implemented test code in Python based on the available documentation.

# Set the time segment information

import json
import time
import hashlib
import requests ...