home-assistant.io/source/_components/sensor.ebox.markdown
2017-02-23 11:52:03 +01:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page EBox Instructions how to integrate EBox data usage within Home Assistant. 2017-02-15 17:17 true false true true ebox.jpg Sensor 0.39 Cloud Polling

Integrate your EBox account information into Home Assistant.

# Example configuration.yaml entry
ensor:
  - platform: ebox
    username: MYUSERNAME
    password: MYPASSWORD
    monitored_variables:
     - before_offpeak_download
     - before_offpeak_upload
     - before_offpeak_total
     - offpeak_download
     - offpeak_upload
     - offpeak_total
     - download
     - upload
     - total
     - balance
     - limit
     - usage

Configuration variables:

  • username (Required): Your EBox username.
  • password (Required): Your EBox password.
  • monitored_variables array (Required): Variables to monitor.
    • before_offpeak_download: Download before offpeak usage
    • before_offpeak_upload: Upload before offpeak usage
    • before_offpeak_total: Total before offpeak usage
    • offpeak_download: Download offpeak usage
    • offpeak_upload: Upload offpeak usage
    • offpeak_total: Total offpeak usage
    • download: Download usage
    • upload: Upload usage
    • total: Total usage
    • balance: Account balance
    • limit: Limit usage
    • usage: Percent Usage