Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

custom component for home assistant to read IEC62056-21 meter values from e.g. IR-USB connection

License

Notifications You must be signed in to change notification settings

dannerph/homeassistant-smartmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Smartmeter [Home Assistant Component]

custom component for home assistant to read IEC62056-21 meter values from e.g. IR-USB connection

Basic Installation/Configuration Instructions

Copy content of custom_components to your local custom_components folder and add the following lines to your configuration.

Configuration:

smartmeter:
  port: /dev/ttyUSB0
  obis:
    - 1-0:1.8.0*255
    - 1-0:2.8.0*255

Explanation:

  • port: The tty port your reading head is connected to.
  • obis: a list of obis numbers to add sensors for (check debug logs to see which values are extracted from the readings).

About

custom component for home assistant to read IEC62056-21 meter values from e.g. IR-USB connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages