home-assistant.github.io/source/_components/sensor.loop_energy.markdown
2016-04-08 23:05:58 -07:00

935 B

layout title description date sidebar comments sharing footer logo ha_category
page Loop Energy Instructions how to integrate Loop Energy devices within Home Assistant. 2016-04-02 22:00 true false true true loop.png Sensor

Integrate your Loop Energy meter information into Home Assistant.

To enable the Loop Energy sensor, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
sensor:
  platform: loopenergy
  electricity_serial: ELECRITCAL_SERIAL
  electricity_secret: ELECTRICAL_OFFSET
  gas_serial: GAS_SERIAL
  gas_secret: GAS_SECRET

Configuration variables:

  • electricity_serial (Required): Serial of your electricity sensor
  • electricity_secret (Required): Secret for your electricity Sensor
  • gas_serial (Required): Serial for your gas sensor.
  • gas_secret (Required): Secret for your gas sensor.