Hello to all,
I want to adjust the maximum inverter power parameter inside the ESS Menu via mqtt write command.
After scanning the mqtt parameter list i found the /c0619ab3ab7f/settings/0/Settings/CGwacs/MaxDischargePower parameter which has the same value i'f added via cerbo remote console:
I tried to adjust this parameter using the following command:
mosquitto_pub.exe -h 192.168.200.48 -t "W/<vrm-id>/settings/0/Settings/CGwacs/MaxDischargePower" -m '{"value": "850"}'
...but nothing happened.
Could be the wrong mqtt topic....?
Can anybody help me...?
thanks a lot
Mike