Skip to content

damienheiser/ha-rainforest-emu2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%