Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swoboda1337/am2315c-esphome

ESPHome component for AM2315C sensor, driver ported from RobTillaart. Note this repository has been merged into ESPHome, it is deprecated.
https://github.com/swoboda1337/am2315c-esphome

am2315c esphome

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

AM2315C driver taken from [https://github.com/RobTillaart/AM2315C](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