Package org.flasby.solaredge
Class Invertor
java.lang.Object
org.flasby.solaredge.RegisterGroup
org.flasby.solaredge.Invertor
- All Implemented Interfaces:
Jsonable
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SunSpecDIDRef
final Short
final CurrentBlock
final ScaledValue
acc32 WattHours AC Lifetime Energy productionfinal Short
uint16 Scale factorfinal ScaledValue
uint16 Hertz AC Frequency valuefinal Short
int16 Scale factorfinal ScaledValue
int16 % Power Factorfinal Short
int16 Scale factorfinal ScaledValue
int16 Watts AC Power value - power consumed by house ??final Short
int16 AC Power scale Factorfinal ScaledValue
int16 VA Apparent Powerfinal Short
int16 Scale factorfinal ScaledValue
int16 VAR Reactive Powerfinal Short
int16 Scale factorfinal ScaledValue
uint16 Amps DC Current valuefinal Short
int16 Scale factorfinal ScaledValue
int16 Watts DC Power value - power from the photovoltaic array ??final Short
int16 Scale factorfinal ScaledValue
uint16 Volts DC Voltage valuefinal Short
Scale Factor for abovefinal InvertorStatus
uint16 Operating Statefinal Short
uint16 Vendor-defined operating state and error codes.final Short
int16 Scale factorfinal ScaledValue
int16 Degrees C Heat Sink Temperaturestatic final int
Start position in the stream for this blockfinal VoltageBlock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flasby.solaredge.RegisterGroup
getElementCount, getLength, getString, getSunSpecDID, uint16, uint32
-
Field Details
-
START
public static final int STARTStart position in the stream for this block- See Also:
-
C_SunSpec_DID
-
C_SunSpec_Length
-
currentBlock
-
voltageBlock
-
I_AC_Power
int16 Watts AC Power value - power consumed by house ?? -
I_AC_Power_SF
int16 AC Power scale Factor -
I_AC_Frequency
uint16 Hertz AC Frequency value -
I_AC_Frequency_SF
int16 Scale factor -
I_AC_VA
int16 VA Apparent Power -
I_AC_VA_SF
int16 Scale factor -
I_AC_VAR
int16 VAR Reactive Power -
I_AC_VAR_SF
int16 Scale factor -
I_AC_PF
int16 % Power Factor -
I_AC_PF_SF
int16 Scale factor -
I_AC_Energy_WH
acc32 WattHours AC Lifetime Energy production -
I_AC_Energy_WH_SF
uint16 Scale factor -
I_DC_Current
uint16 Amps DC Current value -
I_DC_Current_SF
int16 Scale factor -
I_DC_Voltage
uint16 Volts DC Voltage value -
I_DC_Voltage_SF
Scale Factor for above -
I_DC_Power
int16 Watts DC Power value - power from the photovoltaic array ?? -
I_DC_Power_SF
int16 Scale factor -
I_Temp_Sink
int16 Degrees C Heat Sink Temperature -
I_Temp_SF
int16 Scale factor -
I_Status
uint16 Operating State -
I_Status_Vendor
uint16 Vendor-defined operating state and error codes.
-
-
Constructor Details
-
Invertor
build an Invertor instance directly from the Invertor data.- Parameters:
reader
-- Throws:
com.ghgande.j2mod.modbus.ModbusException
-
-
Method Details
-
toString
- Overrides:
toString
in classRegisterGroup
-
asJson
-