KO
|
EN
gitlite — search
Search
#cli
#python
#react
#api
#llm
#ai
#go
#hacktoberfest
#machine-learning
#docker
#automation
#macos
acs712-esphome
★ 33
Open GitHub ↗
ACS712 sensor component for esphome
Download README (.md)
Explore Similar Repositories
sf_data_engineering_bootcamp
:
Exercises, source files and anything else related to Snowflake Data Engineering Bootcamp course on O'Reilly learning platform.
ansible-HealthCheck
:
ansible-playbook执行主机巡检,生成网页巡检结果
es-midway-admin
:
基于 midwayjs+typeorm 搭建的一套基础后台管理系统
S4ND-U-Net_speech_enhancement
:
No description available.
gpt-anki
:
Using Python, GPT4 and LangChain to Generate Custom Anki Decks
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
acs712-esphome
?
Download (.md)
# ACS712 sensor component for esphome This is based on https://github.com/RobTillaart/ACS712 The code is working on ESP and ACS712-30A. Have in mind that without voltage divider on the ADC pin a 30A model will measure up to 20A. Example yaml fragment: ``` esphome: name: tanque_agua external_components: - source: type: git url: https://github.com/marianomd/acs712-esphome components: [acs712] sensor: - platform: acs712 pin: 0 voltage: 3.3 adc_bits: 1023 mv_per_amp: 66 line_voltage: 220 noisemV: 43 current_sensor: name: "Amperes" power_sensor: name: "Watts" ```