Skip to content

LeighCurran/AuroraPlusHA

Repository files navigation

buy me a coffee hacs_badge Maintenance

Aurora+ for Home Assistant

The Aurora+ integration adds support for retriving data from the Aurora+ API such as:

  • EstimatedBalance - This is shown in the Aurora+ app as 'Balance'
  • UsageDaysRemaining - This is shown in the Aurora+ app as 'Days Prepaid'
  • AverageDailyUsage
  • AmountOwed
  • ActualBalance
  • UnbilledAmount
  • BillTotalAmount
  • NumberOfUnpaidBills
  • BillOverDueAmount

Note: To use the Aurora+ integration you need a valid account with Aurora.

Configuration

Using YAML: add auroraplus platform to your sensor configuration in configuration.yaml. Example:

# Example configuration.yaml entry
sensor:
  - platform: auroraplus
    name: "Power Sensor"
    username: username@email.com
    password: Password
    scan_interval:
      hours: 2
    rounding: 1

Note: Name, scan_interval and rounding are optional. If scan_interval is not set a default value of 1 hours will be used. If rounding is not set a default value of 2 will be used. Most Aurora+ data is updated daily.