-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cci: how to change conected inverter (surplus) #14
Comments
cci seems to be read-only and does only contain the currently connected inverter. I have not seen a property which contains any/all available inverter nor a command send by the client to WP to couble/decouble the inverter. You have one inverter and multiple Wattpilots and want to couble/decouble the inverter to the currently "active" wattpilot dynamically to allow multiple cars to perform eco-charge? |
Yes this is an alternative, but I would to let the active WP control the surplus charging. What for a dump do you need? I could trace the com between app and wp. I will try if I get more details how this works.. |
ah already found it. Fortunately i had my sniffer setup still working: To pair with an inverter the client sends a Message of Type "pairInverter" to the Wattpilot with the serialnumber of the inverter to pair with as an parameter: Same is done to decouble an inverter, This is done through a "unPairInverter" Command: I assume the UpdateInverter Info from the Wattpilot is send multiple times if multiple inverters are detected. How is the App reacting if you try to couble a inverter which is already coubled to another wattpilot? Is this inverter "greyed out" in the app or do you receive some kind of error? (Cannot thest this as i, unfortunatly only have one wattpilot and one inverter ;) ) |
I added an UpdateInvert pair|unapir command to the library and to the commandline shell and tested this on my device without problems so far. inverter ID is the number shown in () in the app and normally in the form 123.456789.
|
I tried to pair & unpair the WP´s. But this is crasy, with FW 36.3 (WP) it is reproducable to pair all WP´s to the GEN24. |
For some reason fronius told me (intersolar) they will not provide an API Description. They were amazed that someone is able to use the API and WS. But anyway there are realy not using there one product since there is no idea to change the inverter from one wattpilot to the next if the car is on one of two or three wp full. they will bring a solution for loadsharing for up to three.
Anyway, I would like to have a logic to switch the cci to the next wattpilot where is a car connected and after the car is full switch to the next one, which is connected and waiting for surplus.
For a start we should have the possibility to change the cci parameter to the surplus inverter. Is there a solution to get the parameter for setting cci to the right one, since if the inverter is not set the web api don´t show anything (cci: null). Once the inverter is set, the parameter to move from on wp to the next are clear, but where get the app these values?
Could we integrate a solution to set the cci value(s) on mqtt?
Maybe with a drop down to select inverter(s) ?
To change surplus from one to another wp decoupling and coupling (next wp to the surplus inverter) is nessesary.
The text was updated successfully, but these errors were encountered: