Constant Field Values

Contents

com.dalsemi.*

com.ed.*

  • com.ed.data.EnergyMeter 
    Modifier and Type Constant Field Value
    public static final int DAY 0
    public static final int MONTH 1
    public static final int YEAR 2
  • com.ed.data.ErrorRecord 
    Modifier and Type Constant Field Value
    public static final int RecordSize 24
  • com.ed.data.History 
    Modifier and Type Constant Field Value
    public static final int DAY 1
    public static final int HOUR 0
    public static final int MONTH 2
    public static final int YEAR 3

io.openems.*

  • io.openems.backend.alerting.message.OfflineEdgeMessage 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEMPLATE "alerting_email"
  • io.openems.backend.b2brest.B2bRest 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PORT 8075
  • io.openems.backend.b2bwebsocket.jsonrpc.notification.EdgesCurrentDataNotification 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "edgesCurrentData"
  • io.openems.backend.b2bwebsocket.jsonrpc.request.SubscribeEdgesChannelsRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "subscribeEdgesChannels"
  • io.openems.backend.common.event.BackendEventConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String TOPIC_BASE "io/openems/backend/"
  • io.openems.backend.common.jsonrpc.request.AddEdgeToUserRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "addEdgeToUser"
  • io.openems.backend.common.jsonrpc.request.GetEdgesChannelsValuesRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getEdgesChannelsValues"
  • io.openems.backend.common.jsonrpc.request.GetEdgesStatusRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getEdgesStatus"
  • io.openems.backend.common.jsonrpc.request.GetSetupProtocolDataRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getSetupProtocolData"
  • io.openems.backend.common.jsonrpc.request.GetSetupProtocolRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getSetupProtocol"
  • io.openems.backend.common.jsonrpc.request.GetUserAlertingConfigsRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getUserAlertingConfigs"
  • io.openems.backend.common.jsonrpc.request.GetUserInformationRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getUserInformation"
  • io.openems.backend.common.jsonrpc.request.RegisterUserRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "registerUser"
  • io.openems.backend.common.jsonrpc.request.SendLogMessageRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "sendLogMessage"
  • io.openems.backend.common.jsonrpc.request.SetUserAlertingConfigsRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "setUserAlertingConfigs"
  • io.openems.backend.common.jsonrpc.request.SetUserInformationRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "setUserInformation"
  • io.openems.backend.common.jsonrpc.request.SubmitSetupProtocolRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "submitSetupProtocol"
  • io.openems.backend.common.metadata.Edge.Events 
    Modifier and Type Constant Field Value
    public static final java.lang.String ALL_EVENTS "io/openems/backend/edge/*"
    public static final java.lang.String ON_SET_CONFIG "io/openems/backend/edge/ON_SET_CONFIG"
    public static final java.lang.String ON_SET_LASTMESSAGE "io/openems/backend/edge/ON_SET_LASTMESSAGE"
    public static final java.lang.String ON_SET_ONLINE "io/openems/backend/edge/ON_SET_ONLINE"
    public static final java.lang.String ON_SET_PRODUCTTYPE "io/openems/backend/edge/ON_SET_PRODUCTTYPE"
    public static final java.lang.String ON_SET_SUM_STATE "io/openems/backend/edge/ON_SET_SUM_STATE"
    public static final java.lang.String ON_SET_VERSION "io/openems/backend/edge/ON_SET_VERSION"
  • io.openems.backend.common.metadata.Edge.Events.OnSetConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONFIG "Config:EdgeConfig"
    public static final java.lang.String EDGE "Edge:Edge"
  • io.openems.backend.common.metadata.Edge.Events.OnSetLastmessage 
    Modifier and Type Constant Field Value
    public static final java.lang.String EDGE "Edge:Edge"
  • io.openems.backend.common.metadata.Edge.Events.OnSetOnline 
    Modifier and Type Constant Field Value
    public static final java.lang.String EDGE_ID "EdgeId:String"
    public static final java.lang.String IS_ONLINE "IsOnline:boolean"
  • io.openems.backend.common.metadata.Edge.Events.OnSetProducttype 
    Modifier and Type Constant Field Value
    public static final java.lang.String EDGE "Edge:Edge"
    public static final java.lang.String PRODUCTTYPE "Producttype:String"
  • io.openems.backend.common.metadata.Edge.Events.OnSetSumState 
    Modifier and Type Constant Field Value
    public static final java.lang.String EDGE "Edge:Edge"
    public static final java.lang.String SUM_STATE "SumState:Level"
  • io.openems.backend.common.metadata.Edge.Events.OnSetVersion 
    Modifier and Type Constant Field Value
    public static final java.lang.String EDGE "Edge:Edge"
    public static final java.lang.String VERSION "Version:SemanticVersion"
  • io.openems.backend.common.metadata.Metadata.Events 
    Modifier and Type Constant Field Value
    public static final java.lang.String AFTER_IS_INITIALIZED "io/openems/backend/metadata/TOPIC_AFTER_IS_INITIALIZED"
  • io.openems.backend.metadata.odoo.EdgeCache 
    Modifier and Type Constant Field Value
    public static final int EXPECTED_CACHE_SIZE 1000
  • io.openems.backend.metadata.odoo.Field.Country 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "res.country"
  • io.openems.backend.metadata.odoo.Field.EdgeConfigUpdate 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "openems.openemsconfigupdate"
  • io.openems.backend.metadata.odoo.Field.EdgeDevice 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "openems.device"
  • io.openems.backend.metadata.odoo.Field.EdgeDeviceUserRole 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "openems.device_user_role"
  • io.openems.backend.metadata.odoo.Field.Partner 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "res.partner"
  • io.openems.backend.metadata.odoo.Field.SetupProtocol 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "openems.setup_protocol"
  • io.openems.backend.metadata.odoo.Field.SetupProtocolItem 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "openems.setup_protocol_item"
  • io.openems.backend.metadata.odoo.Field.SetupProtocolProductionLot 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "openems.setup_protocol_production_lot"
  • io.openems.backend.metadata.odoo.Field.StockProductionLot 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "stock.production.lot"
  • io.openems.backend.metadata.odoo.Field.User 
    Modifier and Type Constant Field Value
    public static final java.lang.String ODOO_MODEL "res.users"
  • io.openems.common.jsonrpc.notification.CurrentDataNotification 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "currentData"
  • io.openems.common.jsonrpc.notification.EdgeConfigNotification 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "edgeConfig"
  • io.openems.common.jsonrpc.notification.EdgeRpcNotification 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "edgeRpc"
  • io.openems.common.jsonrpc.notification.SystemLogNotification 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "systemLog"
  • io.openems.common.jsonrpc.notification.TimestampedDataNotification 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "timestampedData"
  • io.openems.common.jsonrpc.request.AuthenticatedRpcRequest<USER extends AbstractUser> 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "authenticatedRpc"
  • io.openems.common.jsonrpc.request.AuthenticateWithPasswordRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "authenticateWithPassword"
  • io.openems.common.jsonrpc.request.AuthenticateWithTokenRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "authenticateWithToken"
  • io.openems.common.jsonrpc.request.ComponentJsonApiRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "componentJsonApi"
  • io.openems.common.jsonrpc.request.CreateComponentConfigRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "createComponentConfig"
  • io.openems.common.jsonrpc.request.DeleteComponentConfigRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "deleteComponentConfig"
  • io.openems.common.jsonrpc.request.EdgeRpcRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "edgeRpc"
  • io.openems.common.jsonrpc.request.GetEdgeConfigRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getEdgeConfig"
  • io.openems.common.jsonrpc.request.LogoutRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "logout"
  • io.openems.common.jsonrpc.request.QueryHistoricTimeseriesDataRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "queryHistoricTimeseriesData"
  • io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyPerPeriodRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "queryHistoricTimeseriesEnergyPerPeriod"
  • io.openems.common.jsonrpc.request.QueryHistoricTimeseriesEnergyRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "queryHistoricTimeseriesEnergy"
  • io.openems.common.jsonrpc.request.QueryHistoricTimeseriesExportXlxsRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "queryHistoricTimeseriesExportXlxs"
  • io.openems.common.jsonrpc.request.SetChannelValueRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "setChannelValue"
  • io.openems.common.jsonrpc.request.SetGridConnScheduleRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "setGridConnSchedule"
  • io.openems.common.jsonrpc.request.SubscribeChannelsRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "subscribeChannels"
  • io.openems.common.jsonrpc.request.SubscribeEdgesRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "subscribeEdges"
  • io.openems.common.jsonrpc.request.SubscribeSystemLogRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "subscribeSystemLog"
  • io.openems.common.jsonrpc.request.UpdateComponentConfigRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "updateComponentConfig"
  • io.openems.common.jsonrpc.request.UpdateUserLanguageRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "updateUserLanguage"
  • io.openems.edge.batteryinverter.api.SymmetricBatteryInverter 
    Modifier and Type Constant Field Value
    public static final java.lang.String POWER_DOC_TEXT "Negative values for Charge; positive for Discharge"
  • io.openems.edge.bridge.onewire.jsonrpc.GetDevicesRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getDevices"
  • io.openems.edge.common.channel.Channel<T> 
    Modifier and Type Constant Field Value
    public static final int NO_OF_PAST_VALUES 300
  • io.openems.edge.common.channel.value.Value<T> 
    Modifier and Type Constant Field Value
    public static final java.lang.String UNDEFINED_VALUE_STRING "UNDEFINED"
  • io.openems.edge.common.user.ManagedUser 
    Modifier and Type Constant Field Value
    public static final int ITERATIONS 10
    public static final int KEY_LENGTH 256
  • io.openems.edge.common.user.User 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_EDGE_ID "0"
  • io.openems.edge.controller.api.backend.BackendApiImpl 
    Modifier and Type Constant Field Value
    protected static final java.lang.String COMPONENT_NAME "Controller.Api.Backend"
  • io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolExportXlsxRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getModbusProtocolExportXlsx"
  • io.openems.edge.controller.api.modbus.jsonrpc.GetModbusProtocolRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getModbusProtocol"
  • io.openems.edge.controller.asymmetric.balancingcosphi.CosPhi 
    Modifier and Type Constant Field Value
    public static final double DEFAULT_COS_PHI 1.0
  • io.openems.edge.controller.ess.cycle.EssCycleImpl 
    Modifier and Type Constant Field Value
    public static final java.lang.String TIME_FORMAT "HH:mm"
  • io.openems.edge.controller.highloadtimeslot.HighLoadTimeslot 
    Modifier and Type Constant Field Value
    public static final java.lang.String DATE_FORMAT "dd.MM.yyyy"
    public static final java.lang.String TIME_FORMAT "HH:mm"
  • io.openems.edge.controller.timeslotpeakshaving.TimeslotPeakshaving 
    Modifier and Type Constant Field Value
    public static final java.lang.String DATE_FORMAT "dd.MM.yyyy"
    public static final java.lang.String TIME_FORMAT "H:mm"
  • io.openems.edge.core.appmanager.AppManager 
    Modifier and Type Constant Field Value
    public static final java.lang.String SINGLETON_COMPONENT_ID "_appManager"
    public static final java.lang.String SINGLETON_SERVICE_PID "Core.AppManager"
  • io.openems.edge.core.appmanager.OpenemsApp 
    Modifier and Type Constant Field Value
    public static final java.lang.String FALLBACK_IMAGE "data:image/png;base64,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"
  • io.openems.edge.core.appmanager.jsonrpc.AddAppInstance 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "addAppInstance"
  • io.openems.edge.core.appmanager.jsonrpc.DeleteAppInstance 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "deleteAppInstance"
  • io.openems.edge.core.appmanager.jsonrpc.GetApp 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getApp"
  • io.openems.edge.core.appmanager.jsonrpc.GetAppAssistant 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getAppAssistant"
  • io.openems.edge.core.appmanager.jsonrpc.GetAppDescriptor 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getAppDescriptor"
  • io.openems.edge.core.appmanager.jsonrpc.GetAppInstances 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getAppInstances"
  • io.openems.edge.core.appmanager.jsonrpc.GetApps 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getApps"
  • io.openems.edge.core.appmanager.jsonrpc.UpdateAppInstance 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "updateAppInstance"
  • io.openems.edge.core.appmanager.validator.CheckAppsNotInstalled 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPONENT_NAME "Validator.Checkable.CheckAppsNotInstalled"
  • io.openems.edge.core.appmanager.validator.CheckCardinality 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPONENT_NAME "Validator.Checkable.CheckCardinality"
  • io.openems.edge.core.appmanager.validator.CheckHome 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPONENT_NAME "Validator.Checkable.CheckHome"
  • io.openems.edge.core.appmanager.validator.CheckHost 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPONENT_NAME "Validator.Checkable.CheckHost"
  • io.openems.edge.core.appmanager.validator.CheckNoComponentInstalledOfFactoryId 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPONENT_NAME "Validator.Checkable.CheckNoComponentInstalledOfFactorieId"
  • io.openems.edge.core.appmanager.validator.CheckRelayCount 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPONENT_NAME "Validator.Checkable.CheckRelayCount"
  • io.openems.edge.core.componentmanager.jsonrpc.ChannelExportXlsxRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "channelExportXlsx"
  • io.openems.edge.core.host.NetworkConfiguration 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATTERN_INET4ADDRESS "(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)"
  • io.openems.edge.core.predictormanager.Get24HoursPredictionRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "get24HoursPrediction"
  • io.openems.edge.evcs.keba.kecontact.KebaKeContact 
    Modifier and Type Constant Field Value
    public static final int UDP_PORT 7090
  • io.openems.edge.evcs.ocpp.server.OcppServerImpl 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_IP "0.0.0.0"
    public static final int DEFAULT_PORT 8887
  • io.openems.edge.kaco.blueplanet.hybrid10.pvinverter.BpPvInverter 
    Modifier and Type Constant Field Value
    public static final int MAX_APPARENT_POWER 10000
  • io.openems.edge.meter.api.AsymmetricMeter 
    Modifier and Type Constant Field Value
    public static final java.lang.String POWER_DOC_TEXT "Negative values for Consumption; positive for Production"
  • io.openems.edge.meter.discovergy.jsonrpc.GetFieldNamesRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getFieldNames"
  • io.openems.edge.meter.discovergy.jsonrpc.GetMetersRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String METHOD "getMeters"
  • io.openems.edge.simulator.io.DigitalInputOutput 
    Modifier and Type Constant Field Value
    public static final java.lang.String CHANNEL_NAME "INPUT_OUTPUT%d"
  • io.openems.shared.influxdb.InfluxConnector 
    Modifier and Type Constant Field Value
    public static final java.lang.String MEASUREMENT "data"