Module pyeasee.const

Classes

class ChargerStreamData (*args, **kwds)

Create a collection of name/value pairs.

Example enumeration:

>>> class Color(Enum):
...     RED = 1
...     BLUE = 2
...     GREEN = 3

Access them by:

  • attribute access:

Color.RED

  • value lookup:

Color(1)

  • name lookup:

Color['RED']

Enumerations can be iterated over, and know how many members they have:

>>> len(Color)
3
>>> list(Color)
[<Color.RED: 1>, <Color.BLUE: 2>, <Color.GREEN: 3>]

Methods can be added to enumerations, and members can have their own attributes – see the documentation for details.

Ancestors

  • enum.Enum

Class variables

var config_allowOfflineTxForUnknownId

The type of the None singleton.

var config_authorizationRequired

The type of the None singleton.

var config_backplateType

The type of the None singleton.

var config_cellAddress

The type of the None singleton.

var config_circuitMaxCurrentP1

The type of the None singleton.

var config_circuitMaxCurrentP2

The type of the None singleton.

var config_circuitMaxCurrentP3

The type of the None singleton.

var config_circuitSequenceNumber

The type of the None singleton.

var config_controlPulseRTT

The type of the None singleton.

var config_detectedPowerGridType

The type of the None singleton.

var config_dynamicCurrentOfflineFallbackDEPRICATED

The type of the None singleton.

var config_enable3PhasesDEPRECATED

The type of the None singleton.

var config_enableIdleCurrent

The type of the None singleton.

var config_erraticEVMaxToggles

The type of the None singleton.

var config_forcedThreePhaseOnITWithGndFault

The type of the None singleton.

var config_isEnabled

The type of the None singleton.

var config_ledStripBrightness

The type of the None singleton.

var config_listenToControlPulse

The type of the None singleton.

var config_localAuthorizationRequired

The type of the None singleton.

var config_localAuthorizeOfflineEnabled

The type of the None singleton.

var config_localNodeType

The type of the None singleton.

var config_localParentAddrOrNumOfNodes

The type of the None singleton.

var config_localPreAuthorizeEnabled

The type of the None singleton.

var config_localRadioChannel

The type of the None singleton.

var config_localShortAddress

The type of the None singleton.

var config_location

The type of the None singleton.

var config_maxChargerCurrent

The type of the None singleton.

var config_offlineChargingMode

The type of the None singleton.

var config_pairedEqualizer

The type of the None singleton.

var config_phaseMode

The type of the None singleton.

var config_releaseCableAtPowerOff

The type of the None singleton.

var config_remoteStartRequired

The type of the None singleton.

var config_rfidAuthTimeoutSec

The type of the None singleton.

var config_singlePhaseNumber

The type of the None singleton.

var config_siteIDNumeric

The type of the None singleton.

var config_siteIDString

The type of the None singleton.

var config_siteStructure

The type of the None singleton.

var config_smartButtonEnabled

The type of the None singleton.

var config_wiFiAddress

The type of the None singleton.

var config_wiFiMACAddress

The type of the None singleton.

var config_wiFiSSID

The type of the None singleton.

var config_wiFiType

The type of the None singleton.

var schedule_chargingSchedule

The type of the None singleton.

var state_CellRAT

The type of the None singleton.

var state_ChargingSession

The type of the None singleton.

var state_ICCID

The type of the None singleton.

var state_LTERSRP

The type of the None singleton.

var state_LTERSRQ

The type of the None singleton.

var state_LTESINR

The type of the None singleton.

var state_OTAErrorCode

The type of the None singleton.

var state_UDPNumOfConnectedNodes

The type of the None singleton.

var state_backPlateHallSensor

The type of the None singleton.

var state_backPlateID

The type of the None singleton.

var state_backPlateLocked

The type of the None singleton.

var state_cableLocked

The type of the None singleton.

var state_cableRating

The type of the None singleton.

var state_carConnectedDEPRECATED

The type of the None singleton.

var state_cellRSSI

The type of the None singleton.

var state_cellularInterfaceErrorCount

The type of the None singleton.

var state_cellularInterfaceResetCount

The type of the None singleton.

var state_chargerFirmware

The type of the None singleton.

var state_chargerOfflineReason

The type of the None singleton.

var state_chargerOpMode

The type of the None singleton.

var state_chargerRAT

The type of the None singleton.

var state_chargingSessionStart

The type of the None singleton.

var state_circuitTotalAllocatedPhaseConductorCurrentL1

The type of the None singleton.

var state_circuitTotalAllocatedPhaseConductorCurrentL2

The type of the None singleton.

var state_circuitTotalAllocatedPhaseConductorCurrentL3

The type of the None singleton.

var state_circuitTotalPhaseConductorCurrentL1

The type of the None singleton.

var state_circuitTotalPhaseConductorCurrentL2

The type of the None singleton.

var state_circuitTotalPhaseConductorCurrentL3

The type of the None singleton.

var state_cloudDisconnectReason

The type of the None singleton.

var state_comPCBVersion

The type of the None singleton.

var state_connectedToCloud

The type of the None singleton.

var state_currentMotor

The type of the None singleton.

var state_debugLog

The type of the None singleton.

var state_debugString

The type of the None singleton.

var state_deratedCurrent

The type of the None singleton.

var state_deratingActive

The type of the None singleton.

var state_diagnosticsString

The type of the None singleton.

var state_dynamicChargerCurrent

The type of the None singleton.

var state_dynamicCircuitCurrentP1

The type of the None singleton.

var state_dynamicCircuitCurrentP2

The type of the None singleton.

var state_dynamicCircuitCurrentP3

The type of the None singleton.

var state_easeeLinkCommandResponse

The type of the None singleton.

var state_easeeLinkDataReceived

The type of the None singleton.

var state_energyPerHour

The type of the None singleton.

var state_eqAvailableCurrentP1

The type of the None singleton.

var state_eqAvailableCurrentP2

The type of the None singleton.

var state_eqAvailableCurrentP3

The type of the None singleton.

var state_errorCode

The type of the None singleton.

var state_errorString

The type of the None singleton.

var state_fatalErrorCode

The type of the None singleton.

var state_foundWiFi

The type of the None singleton.

var state_inCurrentT2

The type of the None singleton.

var state_inCurrentT3

The type of the None singleton.

var state_inCurrentT4

The type of the None singleton.

var state_inCurrentT5

The type of the None singleton.

var state_inVoltageT1T2

The type of the None singleton.

var state_inVoltageT1T3

The type of the None singleton.

var state_inVoltageT1T4

The type of the None singleton.

var state_inVoltageT1T5

The type of the None singleton.

var state_inVoltageT2T3

The type of the None singleton.

var state_inVoltageT2T4

The type of the None singleton.

var state_inVoltageT2T5

The type of the None singleton.

var state_inVoltageT3T4

The type of the None singleton.

var state_inVoltageT3T5

The type of the None singleton.

var state_inVoltageT4T5

The type of the None singleton.

var state_intRelHumidity

The type of the None singleton.

var state_ledMode

The type of the None singleton.

var state_legacyEvStatus

The type of the None singleton.

var state_lifetimeEnergy

The type of the None singleton.

var state_lifetimeHours

The type of the None singleton.

var state_lifetimeRelaySwitches

The type of the None singleton.

var state_lightAmbient

The type of the None singleton.

var state_loadBalancingNumberOfConnectedChargers

The type of the None singleton.

var state_localConnection

The type of the None singleton.

var state_localRSSI

The type of the None singleton.

var state_localState

The type of the None singleton.

var state_localTxPower

The type of the None singleton.

var state_lockCablePermanently

The type of the None singleton.

var state_masterBackPlateID

The type of the None singleton.

var state_mobileNetworkOperator

The type of the None singleton.

var state_modemFwId

The type of the None singleton.

var state_nominalVoltage

The type of the None singleton.

var state_numberOfCarsCharging

The type of the None singleton.

var state_numberOfCarsConnected

The type of the None singleton.

var state_numberOfCarsFullyCharged

The type of the None singleton.

var state_numberOfCarsInQueue

The type of the None singleton.

var state_offlineMaxCircuitCurrentP1

The type of the None singleton.

var state_offlineMaxCircuitCurrentP2

The type of the None singleton.

var state_offlineMaxCircuitCurrentP3

The type of the None singleton.

var state_outVoltPin1to2

The type of the None singleton.

var state_outVoltPin1to3

The type of the None singleton.

var state_outVoltPin1to4

The type of the None singleton.

var state_outVoltPin1to5

The type of the None singleton.

var state_outVoltPin2_3

The type of the None singleton.

var state_outputCurrent

The type of the None singleton.

var state_outputPhase

The type of the None singleton.

var state_pairedUserIDToken

The type of the None singleton.

var state_pilotHigh

The type of the None singleton.

var state_pilotLow

The type of the None singleton.

var state_pilotMode

The type of the None singleton.

var state_powerPCBVersion

The type of the None singleton.

var state_reasonForNoCurrent

The type of the None singleton.

var state_rebootReason

The type of the None singleton.

var state_selfTestDetails

The type of the None singleton.

var state_selfTestResult

The type of the None singleton.

var state_sessionEnergy

The type of the None singleton.

var state_smartCharging

The type of the None singleton.

var state_tempAmbient

The type of the None singleton.

var state_tempAmbientPowerBoard

The type of the None singleton.

var state_tempAmbientPowerBoardTop

The type of the None singleton.

var state_tempInputT2

The type of the None singleton.

var state_tempInputT3

The type of the None singleton.

var state_tempInputT4

The type of the None singleton.

var state_tempInputT5

The type of the None singleton.

var state_tempMax

The type of the None singleton.

var state_tempOutputL1

The type of the None singleton.

var state_tempOutputL2

The type of the None singleton.

var state_tempOutputL3

The type of the None singleton.

var state_tempOutputN

The type of the None singleton.

var state_tempRelayL

The type of the None singleton.

var state_tempRelayN

The type of the None singleton.

var state_temperatureMonitorState

The type of the None singleton.

var state_totalPower

The type of the None singleton.

var state_userIDToken

The type of the None singleton.

var state_userIDTokenReversed

The type of the None singleton.

var state_voltLevel12

The type of the None singleton.

var state_voltLevel33

The type of the None singleton.

var state_voltLevel5

The type of the None singleton.

var state_wiFiAPEnabled

The type of the None singleton.

var state_wiFiRSSI

The type of the None singleton.

var state_wifiEvent

The type of the None singleton.

var state_wifiInterfaceErrorCount

The type of the None singleton.

var state_wifiInterfaceResetCount

The type of the None singleton.

class DatatypesStreamData (*args, **kwds)

Create a collection of name/value pairs.

Example enumeration:

>>> class Color(Enum):
...     RED = 1
...     BLUE = 2
...     GREEN = 3

Access them by:

  • attribute access:

Color.RED

  • value lookup:

Color(1)

  • name lookup:

Color['RED']

Enumerations can be iterated over, and know how many members they have:

>>> len(Color)
3
>>> list(Color)
[<Color.RED: 1>, <Color.BLUE: 2>, <Color.GREEN: 3>]

Methods can be added to enumerations, and members can have their own attributes – see the documentation for details.

Ancestors

  • enum.Enum

Class variables

var Binary

The type of the None singleton.

var Boolean

The type of the None singleton.

var Double

The type of the None singleton.

var Integer

The type of the None singleton.

var Position

The type of the None singleton.

var Statistics

The type of the None singleton.

var String

The type of the None singleton.

class EqualizerStreamData (*args, **kwds)

Create a collection of name/value pairs.

Example enumeration:

>>> class Color(Enum):
...     RED = 1
...     BLUE = 2
...     GREEN = 3

Access them by:

  • attribute access:

Color.RED

  • value lookup:

Color(1)

  • name lookup:

Color['RED']

Enumerations can be iterated over, and know how many members they have:

>>> len(Color)
3
>>> list(Color)
[<Color.RED: 1>, <Color.BLUE: 2>, <Color.GREEN: 3>]

Methods can be added to enumerations, and members can have their own attributes – see the documentation for details.

Ancestors

  • enum.Enum

Class variables

var config_childReport

The type of the None singleton.

var config_circuitPhaseMapping

The type of the None singleton.

var config_currentTransformerConfig

The type of the None singleton.

var config_equalizerID

The type of the None singleton.

var config_gridType

The type of the None singleton.

var config_masterBackPlateID

The type of the None singleton.

var config_meterID

The type of the None singleton.

var config_meterType

The type of the None singleton.

var config_modbusConfiguration

The type of the None singleton.

var config_numPhases

The type of the None singleton.

var config_siteStructure

The type of the None singleton.

var config_ssid

The type of the None singleton.

var config_surplusCharging

The type of the None singleton.

var state_APMacAddress

The type of the None singleton.

var state_OBISListIdentifier

The type of the None singleton.

var state_activePowerExport

The type of the None singleton.

var state_activePowerImport

The type of the None singleton.

var state_availableCurrentL1

The type of the None singleton.

var state_availableCurrentL2

The type of the None singleton.

var state_availableCurrentL3

The type of the None singleton.

var state_bootReason

The type of the None singleton.

var state_clockAndDateMeter

The type of the None singleton.

var state_cloudDisconnectReason

The type of the None singleton.

var state_connectedAmps

The type of the None singleton.

var state_connectedToCloud

The type of the None singleton.

var state_connectivityReport

The type of the None singleton.

var state_cumulativeActivePowerExport

The type of the None singleton.

var state_cumulativeActivePowerImport

The type of the None singleton.

var state_cumulativeReactivePowerExport

The type of the None singleton.

var state_cumulativeReactivePowerImport

The type of the None singleton.

var state_currentL1

The type of the None singleton.

var state_currentL2

The type of the None singleton.

var state_currentL3

The type of the None singleton.

var state_deviceMode

The type of the None singleton.

var state_easeeLinkCommandResponse

The type of the None singleton.

var state_easeeLinkDataReceived

The type of the None singleton.

var state_equalizedChargeCurrentL1

The type of the None singleton.

var state_equalizedChargeCurrentL2

The type of the None singleton.

var state_equalizedChargeCurrentL3

The type of the None singleton.

var state_exceptionData

The type of the None singleton.

var state_highCurrentTransitions

The type of the None singleton.

var state_internalTemperature

The type of the None singleton.

var state_ledMode

The type of the None singleton.

var state_loadbalanceThrottle

The type of the None singleton.

var state_localNodeType

The type of the None singleton.

var state_localParentAddress

The type of the None singleton.

var state_localRSSI

The type of the None singleton.

var state_localRadioChannel

The type of the None singleton.

var state_localShortAddress

The type of the None singleton.

var state_localTxPower

The type of the None singleton.

var state_maxPowerImport

The type of the None singleton.

var state_meterDataSnapshot

The type of the None singleton.

var state_meterEncryptionStatus

The type of the None singleton.

var state_meterErrors

The type of the None singleton.

var state_phaseLearningStatus

The type of the None singleton.

var state_phaseMappingReport

The type of the None singleton.

var state_rcpi

The type of the None singleton.

var state_reactivePowerExport

The type of the None singleton.

var state_reactivePowerImport

The type of the None singleton.

var state_selfTestDetails

The type of the None singleton.

var state_selfTestResult

The type of the None singleton.

var state_siteIDNumeric

The type of the None singleton.

var state_softwareRelease

The type of the None singleton.

var state_vBusMin

The type of the None singleton.

var state_vCap

The type of the None singleton.

var state_vbusMax

The type of the None singleton.

var state_voltageL1L2

The type of the None singleton.

var state_voltageL1L3

The type of the None singleton.

var state_voltageL2L3

The type of the None singleton.

var state_voltageNL1

The type of the None singleton.

var state_voltageNL2

The type of the None singleton.

var state_voltageNL3

The type of the None singleton.

var state_wifiReconnects

The type of the None singleton.