Class PropertyKeys

java.lang.Object
dev.digiried.wattpilot.dto.PropertyKeys

public final class PropertyKeys extends Object
Constants for property keys in the WebSocket API. See joscha82/wattpilot: Wattpilot API Description.
Author:
Florian Hotze - Initial contribution
  • Field Details

    • ALLOW_CHARGING

      public static final String ALLOW_CHARGING
      Charging allowed/possible (RO)
      See Also:
    • BOOST_ENABLED

      public static final String BOOST_ENABLED
      Charging boost enabled (boost is only available in eco or next trip mode) (RW)
      See Also:
    • BOOST_BATTERY_SOC

      public static final String BOOST_BATTERY_SOC
      SoC to discharge the battery to when boost is enabled (boost is only available in eco or next trip mode) (RW)
      See Also:
    • CHARGING_CURRENT

      public static final String CHARGING_CURRENT
      Allowed current for charging in ampere (RW)
      See Also:
    • CAR_STATE

      public static final String CAR_STATE
      State of the charging process (RO)
      See Also:
    • ERROR_STATE

      public static final String ERROR_STATE
      Error state (RO)
      See Also:
    • ENERGY_COUNTER_TOTAL

      public static final String ENERGY_COUNTER_TOTAL
      Total energy counter in watt-hours (RO)
      See Also:
    • FORCE_STATE

      public static final String FORCE_STATE
      Enforce a specific charging state (RW)
      See Also:
    • FORCE_SINGLE_PHASE

      public static final String FORCE_SINGLE_PHASE
      Force-single phase charging (RW?)
      See Also:
    • STARTING_POWER

      public static final String STARTING_POWER
      Starting power in watt for solar charging (RW)
      See Also:
    • STARTING_SOC

      public static final String STARTING_SOC
      Starting SoC of battery for solar charging (RW)
      See Also:
    • LOGIC_MODE

      public static final String LOGIC_MODE
      Charging mode (RW)
      See Also:
    • CHARGING_ENERGY

      public static final String CHARGING_ENERGY
      Charging metrics like power, voltage, amperage (RO)
      See Also:
    • ENERGY_COUNTER_SINCE_START

      public static final String ENERGY_COUNTER_SINCE_START
      Energy counter since the start of the charging session in watt-hours (RO)
      See Also: