package
1.0.0
Repository: https://github.com/pmaene/smartpvms_exporter.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseDeviceType attempts to convert a string to a DeviceType.
ParseInverterRunStatus attempts to convert a string to a InverterRunStatus.
ParseInverterStatus attempts to convert a string to a InverterStatus.
ParsePlantAIDType attempts to convert a string to a PlantAIDType.
ParsePlantBuildStatus attempts to convert a string to a PlantBuildStatus.
ParsePlantGridConnectionType attempts to convert a string to a PlantGridConnectionType.
ParsePlantStatus attempts to convert a string to a PlantStatus.

# Constants

DeviceTypeBackupBox is a DeviceType of type BackupBox.
DeviceTypeBattery is a DeviceType of type Battery.
DeviceTypeDistributedSmartLogger is a DeviceType of type DistributedSmartLogger.
DeviceTypeDongle is a DeviceType of type Dongle.
DeviceTypeEMI is a DeviceType of type EMI.
DeviceTypeGeneralDevice is a DeviceType of type GeneralDevice.
DeviceTypeGridMeter is a DeviceType of type GridMeter.
DeviceTypeOptimizer is a DeviceType of type Optimizer.
DeviceTypePID is a DeviceType of type PID.
DeviceTypePinnetDataLogger is a DeviceType of type PinnetDataLogger.
DeviceTypePLC is a DeviceType of type PLC.
DeviceTypePowerSensor is a DeviceType of type PowerSensor.
DeviceTypeProtocolConverter is a DeviceType of type ProtocolConverter.
DeviceTypeResidentialInverter is a DeviceType of type ResidentialInverter.
DeviceTypeSafetyBox is a DeviceType of type SafetyBox.
DeviceTypeSmartLogger is a DeviceType of type SmartLogger.
DeviceTypeStringInverter is a DeviceType of type StringInverter.
DeviceTypeTransformer is a DeviceType of type Transformer.
InverterRunStatusConnected is a InverterRunStatus of type Connected.
InverterRunStatusDisconnected is a InverterRunStatus of type Disconnected.
InverterStatusAFCISelfCheck is a InverterStatus of type AFCISelfCheck.
InverterStatusCommunicationDisconnection is a InverterStatus of type CommunicationDisconnection.
InverterStatusDCInputDetection is a InverterStatus of type DCInputDetection.
InverterStatusGridConnection is a InverterStatus of type GridConnection.
InverterStatusGridConnectionLimitedPower is a InverterStatus of type GridConnectionLimitedPower.
InverterStatusGridConnectionSelfDerating is a InverterStatus of type GridConnectionSelfDerating.
InverterStatusGridSchedulingCosPhiPCurve is a InverterStatus of type GridSchedulingCosPhiPCurve.
InverterStatusGridSchedulingQUCurve is a InverterStatus of type GridSchedulingQUCurve.
InverterStatusInspecting is a InverterStatus of type Inspecting.
InverterStatusIVScanning is a InverterStatus of type IVScanning.
InverterStatusLoading is a InverterStatus of type Loading.
InverterStatusShutdownCommandedShutdown is a InverterStatus of type ShutdownCommandedShutdown.
InverterStatusShutdownCommunicationDisconnection is a InverterStatus of type ShutdownCommunicationDisconnection.
InverterStatusShutdownDCSwitchDisconnected is a InverterStatus of type ShutdownDCSwitchDisconnected.
InverterStatusShutdownLimitedPower is a InverterStatus of type ShutdownLimitedPower.
InverterStatusShutdownManualStartupRequired is a InverterStatus of type ShutdownManualStartupRequired.
InverterStatusShutdownOVGR is a InverterStatus of type ShutdownOVGR.
InverterStatusShutdownUnexpected is a InverterStatus of type ShutdownUnexpected.
InverterStatusSpotChecking is a InverterStatus of type SpotChecking.
InverterStatusSpotCheckReady is a InverterStatus of type SpotCheckReady.
InverterStatusStandbyInitializing is a InverterStatus of type StandbyInitializing.
InverterStatusStandbyInsulationResistanceDetection is a InverterStatus of type StandbyInsulationResistanceDetection.
InverterStatusStandbyNoSunlight is a InverterStatus of type StandbyNoSunlight.
InverterStatusStandbySunlightDetection is a InverterStatus of type StandbySunlightDetection.
InverterStatusStandyPowerGridDetection is a InverterStatus of type StandyPowerGridDetection.
InverterStatusStart is a InverterStatus of type Start.
PlantAIDTypeNonPovertyAlleviationPlant is a PlantAIDType of type NonPovertyAlleviationPlant.
PlantAIDTypePovertyAlleviationPlant is a PlantAIDType of type PovertyAlleviationPlant.
PlantBuildStatusGridConnected is a PlantBuildStatus of type GridConnected.
PlantBuildStatusNotConstructed is a PlantBuildStatus of type NotConstructed.
PlantBuildStatusUnderConstruction is a PlantBuildStatus of type UnderConstruction.
PlantGridConnectionTypeCommercialAndIndustrial is a PlantGridConnectionType of type CommercialAndIndustrial.
PlantGridConnectionTypeResidential is a PlantGridConnectionType of type Residential.
PlantGridConnectionTypeUtility is a PlantGridConnectionType of type Utility.
PlantStatusDisconnected is a PlantStatus of type Disconnected.
PlantStatusFaulty is a PlantStatus of type Faulty.
PlantStatusHealthy is a PlantStatus of type Healthy.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

ENUM( StringInverter = 1 SmartLogger = 2 Transformer = 8 EMI = 10 ProtocolConverter = 13 GeneralDevice = 16 GridMeter = 17 PID = 22 PinnetDataLogger = 37 ResidentialInverter = 38 Battery = 39 BackupBox = 40 PLC = 45 Optimizer = 46 PowerSensor = 47 Dongle = 62 DistributedSmartLogger = 63 SafetyBox = 70 ) */.
ENUM( Disconnected Connected ) */.
ENUM( StandbyInitializing = 0 StandbyInsulationResistanceDetection = 1 StandbySunlightDetection = 2 StandyPowerGridDetection = 3 Start = 256 GridConnection = 512 GridConnectionLimitedPower = 513 GridConnectionSelfDerating = 514 ShutdownUnexpected = 768 ShutdownCommandedShutdown = 769 ShutdownOVGR = 770 ShutdownCommunicationDisconnection = 771 ShutdownLimitedPower = 772 ShutdownManualStartupRequired = 773 ShutdownDCSwitchDisconnected = 774 GridSchedulingCosPhiPCurve = 1025 GridSchedulingQUCurve = 1026 SpotCheckReady = 1280 SpotChecking = 1281 Inspecting = 1536 AFCISelfCheck = 1792 IVScanning = 2048 DCInputDetection = 2304 StandbyNoSunlight = 40960 CommunicationDisconnection = 45056 Loading = 49152 ) */.
ENUM( PovertyAlleviationPlant NonPovertyAlleviationPlant ) */.
ENUM( NotConstructed UnderConstruction GridConnected ) */.
ENUM( Utility = 1 CommercialAndIndustrial Residential ) */.
ENUM( Disconnected = 1 Faulty Healthy ) */.