I have a CCGX Color Control which controls a diesel generator via relay.
In the CCGX UI, I can go to Settings–>Generator start/stop–>Settings–>Conditions–>Battery SOC–>Start when Battery SOC is lower than 40%.
My question is: can I set these values by publishing a “write” command over MQTT? I can see from the documentation at [dbus · victronenergy/venus Wiki · GitHub] that I can manually start the generator over MQTT by publishing to W/{systemID}/generator/0/ManualStart but I cannot see any way of setting the condition rules over MQTT. Is this possible?
Me too. On a different thread with a little more info, but still not working. I can’t even get mosquitto_pub to work. I can find the Topic in the mosquitto explorer, but can’t change it. Too new to this to understand it clearly. Hope Victron will kick in one day and make this easier and with some support.
I already knew how to do a “Manual start” command over mqqt - but my original question was how to update the settings over mqtt, specifically how to update “Settings–>Generator start/stop–>Settings–>Conditions–>Battery SOC–>Start when Battery SOC is lower than xxx”
Many thanks dmsims. Can I ask where you are getting the information about the mqtt path? I have been looking in https://github.com/victronenergy/venus/wiki/dbus but I don’t see this path mentioned there.