I am coding up a new generator controller (MEBAY -- a cheaper DSE alternative) for the "dbus-modus-client" service. There is a path "/StatusCode" which according to the Dbus paths (https://github.com/victronenergy/venus/wiki/dbus) is:
0=Standby; 1..7=Startup; 8=Running; 9=Stopping; 10=Error
What do the codes 1-7 specific in the startup sequence? I can't seem to find this documented anywhere.
Here is the GitHub repo and relevant file: https://github.com/jvierstra/dbus-modbus-client/blob/master/mebay.py
Thanks!