All original content is created in Ukrainian. Not all content has been translated yet. Some posts may only be available in Ukrainian.Learn more

solcloudy and KS5200PS - Grid is counted in the reverse direction

Post cover: solcloudy and KS5200PS - Grid is counted in the reverse direction
This content has been automatically translated from Ukrainian.
Connected solcloudy to KS5200PS and the next day I saw that the electricity from the city (Grid) was being counted in the reverse direction. I immediately turned to the TG chat for help. I received a response from the AI assistant (reminding you that under the hood we have PV1800 or something like PV18-5248PRO):
Hello! I understand your task. When you have a Must brand inverter and need to change the sign for the Grid Power parameter so that the data is displayed correctly, this is done by editing the configuration (on the page /inv_cofig).
In the updates of the SolCloudy system, the old setting val_is_minus has been replaced with a much more flexible value transformation tool — multipli_to.
Here is a step-by-step guide on how to make this "reverse" for the Must protocol:

Step 1. Open the configuration editor

  1. Go to your logger's menu on the Inverter Config page (address /inv_cofig).
  2. Switch to JSON mode (by clicking the toggle button Visual/JSON) to see the text code of the settings.

Step 2. Find the grid power parameter

In the list of parameters, find the one that corresponds to Grid Power. It usually has pid": 184 or you can recognize it by the name "name": "Grid Power" and the emoji 🗼⚡.

Step 3. Add the sign transformation

To invert (flip) the value from positive to negative or vice versa, you need to add the line "multipli_to": "-1".
Here is an example of how this block should look in your JSON file:
JSON
{
  "pid": 184,
  "name": "Grid Power",
  "em": "🗼⚡",
  "address": 44180, 
  "unit": "W",
  "devided": "10",
      "multipli_to": "-1",
  "showOnMain": ""
}
(Note: The register number "address" and the divisor "devided" in your Must profile may differ — leave those that are already specified there, just add the line with multipli_to after a comma).

Step 4. Save the settings

  1. Click the Save button.
  2. The system will immediately show a page with a countdown timer (12 seconds), save the data to internal memory (LittleFS), and reboot the device.
  3. Wait about 30 seconds. After rebooting, the logger will need 2–3 polling cycles of the inverter to update the data on the main screen.
Now the grid power value will automatically be multiplied by -1, and the graphs and energy flow diagram will start displaying correctly!

My experience

The instruction is quite detailed and correct. Here is my JSON:
Screenshot 2026-06-01 at 12.32.45.png
    {
      "pid": 184,
      "name": "Grid Power",
      "em": "🗼⚡",
      "address": 25214,
      "unit": "W",
      "showOnMain": "",
      "S_WORD": 1,
      "multipli_to": "-1"
    },
If you are not familiar with the format - be careful. Commas and quotes are very important.
Screenshot 2026-06-01 at 12.33.36.png
We save and everything works (Grid flows in the correct direction):
ezgif-3616e30bc1f3f31c.gif

This post doesn't have any additions from the author yet.

Will the TOMZN TOQ5-63/2 input reserve module fit into the Hager Volta VA48CN box?
Feb 3, '26 10:38

Will the TOMZN TOQ5-63/2 input reserve module fit into the Hager Volta VA48CN box?

ElectroKit
Murphy's Law for cats: if there's a button, the cat will press it (and turn off your heating).
Feb 4, '26 11:06

Murphy's Law for cats: if there's a button, the cat will press it (and turn off your heating).

ElectroKit
[Personal experience] Replaced the speakers on macbook a2337 (speaker from Ali)
Feb 15, '26 20:22

[Personal experience] Replaced the speakers on macbook a2337 (speaker from Ali)

ElectroKit
The home internet (optical PON) is not working well. Why do I need to restart the router?
Feb 26, '26 11:03

The home internet (optical PON) is not working well. Why do I need to restart the router?

ElectroKit
I bought a solcloudy logger for my KS5200PS.
May 31, '26 18:38

I bought a solcloudy logger for my KS5200PS.

ElectroKit
May 31, '26 18:55

How much does the delivery of solar panels cost? (Delivery)

ElectroKit