I have quite some experience with integrating dBus over MQTT to other controllers; for example OpenHab IoT controller.
Now I want to be able to control the IgnoreAcIn1 over MQTT.
I try to write to: W/{vrmid}/vebus/276/Ac/State/IgnoreAcIn1 value: {"value": 1}
I can see the value briefly changes to 1, but is immediately updated by the system back to 0. Also in UI in Cerbo the in the menu the option "AC input 1 ignored" never changes.
Is this parameter NOT writable over Dbus perhaps? Also in Cerbo UI this parameter can not be changed so I think this is not possible (yet?)....
EDIT:
If I check the MODbus TCP register list it states:
com.victronenergy.vebus AC input 1 ignored 69 uint16 1 0 to 65535 /Ac/State/IgnoreAcIn1 no 0=AC input not ignored;1=AC input ignored
So from this it can be concluded that this value is NOT writable...correct?
Thx!