openwb

package
v0.0.0-...-175a4df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Timeout           = 15 * time.Second
	HeartbeatInterval = 10 * time.Second // loadpoint only client heartbeat

	// root topic
	RootTopic = "openWB"

	// alive
	TimestampTopic = "Timestamp"

	// status
	PluggedTopic    = "boolPlugStat"
	ChargingTopic   = "boolChargeStat"
	ConfiguredTopic = "boolChargePointConfigured"

	// getter/setter
	EnabledTopic    = "ChargePointEnabled"
	MaxCurrentTopic = "AConfigured" // was DirectChargeAmps
	PhasesTopic     = "U1p3p"
	RfidTopic       = "rfid"

	// charge power
	ChargePowerTopic       = "W"
	ChargeTotalEnergyTopic = "kWhCounter"

	// vehicle
	VehicleSocTopic = "Soc"

	// general measurements
	PowerTopic   = "W"
	SocTopic     = "%Soc"
	CurrentTopic = "APhase" // 1..3

	// configuration
	PvConfigured      = "boolPVConfigured"
	BatteryConfigured = "boolHouseBatteryConfigured"

	SlaveSetter = "set/isss"

	SlaveHeartbeatTopic     = "heartbeat"
	SlaveChargeCurrentTopic = "Current"
	SlavePhasesTopic        = "U1p3p"
	SlaveClearRfidTopic     = "ClearRfid"
	SlaveCPInterruptTopic   = "Cpulp1"
)

predefined openWB topic names

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL