Hi developers,
Is there a publicly available, complete, list of the Victron bus registers?
It will be useful for some of us that want to implement different pieces of hardware in the Victron busses/universe. :-))
Thank you very much!
Alex
Something like the registers below, that are not available in the VE.Can registers PDF document.
id: 0x2216
name: VE_REG_AC_OUTPUT_L1_APPARENT_POWER
type: sn32
description:
Multi/Phoenix Inverter measured power at AC output L1 {sn32 = Multi/Phoenix Inverter measured power at AC output L1 [1VA]}
id: 0x1050
name: VE_REG_HISTORY_DAY00
type: bytearray34
description:
History data day record day 0 = today (fast-packet: un8 = version, rest of the frame depends on the version)
version = 0: un32 = yield [0.01kWh], un32 = consumed [0.01kWh], un16 = vbatmax [0.01V],
un16 = vbatmin [0.01V], un8 = database, 4*un8 = errors, un16 = time in bulk [1 minute],
un16 = time in absorption [1 minute], un16 = time in float [1 minute], un32 = pmax [1W],
un16 = ibatmax [0.1A], un16 = vpvmax [0.01V], un16 = day sequence number
version = 255: unknown record (ignore data)
database: error database (devices may use different error codes)
value of 0xFF/0xFFFF/0xFFFFFFFF (depending on the type) indicates that a field is unknown/not available
requesting a day that is not (yet) available results in an error response (ve.can nack or ve.direct flags!=0)
id: 0xEDE0
name: VE_REG_BAT_LOW_TEMP_LEVEL
type: sn16
description:
Allow to charge low temperature level {sn16 = Allow to charge low temperature level [0.01°C]}
Default value is 5C. Make sure to use hysteresis in the implementation