Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/swoboda1337/am2315c-esphome
- Owner: swoboda1337
- Created: 2023-12-24T00:18:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T20:15:39.000Z (9 months ago)
- Last Synced: 2024-04-12T00:50:36.386Z (9 months ago)
- Topics: am2315c, esphome
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: mainsensor:
- platform: am2315c
temperature:
name: "Temperature"
humidity:
name: "Humidity"
update_interval: 60si2c:
sda: 21
scl: 22