Skip to content

ESPHome component for AM2315C sensor, driver ported from RobTillaart. Note this repository has been merged into ESPHome, it is deprecated.

Notifications You must be signed in to change notification settings

swoboda1337/am2315c-esphome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

AM2315C driver taken from https://github.com/RobTillaart/AM2315C and ported to an esphome component.

Example yaml to use in esphome device config:

external_components:
  - source:
      type: git
      url: https://github.com/swoboda1337/am2315c-esphome
      ref: main

sensor:
  - platform: am2315c
    temperature:
      name: "Temperature"
    humidity:
      name: "Humidity"
    update_interval: 60s

i2c:
  sda: 21
  scl: 22

About

ESPHome component for AM2315C sensor, driver ported from RobTillaart. Note this repository has been merged into ESPHome, it is deprecated.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published