Documentation ¶
Index ¶
Constants ¶
View Source
const ( Timeout = 15 * time.Second // root topic RootTopic = "openWB" // alive TimestampTopic = "Timestamp" // status PluggedTopic = "boolPlugStat" ChargingTopic = "boolChargeStat" ConfiguredTopic = "boolChargePointConfigured" // getter/setter EnabledTopic = "ChargePointEnabled" MaxCurrentTopic = "DirectChargeAmps" // charge power ChargePowerTopic = "W" ChargeTotalEnergyTopic = "kWhCounter" // general measurements PowerTopic = "W" SoCTopic = "%Soc" CurrentTopic = "APhase" // 1..3 // configuration PvConfigured = "boolPVConfigured" BatteryConfigured = "boolHouseBatteryConfigured" )
predefined openWB topic names
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.