Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.32 KB

Rainforest Energy Monitoring Component

Overview

To use your Rainforest Automation EMU-2™ Energy Monitoring Unit in Home Assistant follow the Installation and Configuration instructions.

Installation

Place the following files in config\custom_components\rainforest\:

Configuraion

Add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: rainforest
    port: '/dev/ttyACM0'

port:

  • description: The comm port which the meter is connected to.
  • required: true
  • type: string

name:

  • description: The name to use when displaying this sensor.
  • required: false
  • type: string

Known Fixes

  • If the emu2 fails to initialize serial (e.g. pi not recognizing it, try different USB cables)
  • If not running HASSIO (e.g. Ubuntu), make sure to have pyserial (via pip3 install pyserial)

Reference Material