8000 GitHub - ell249/esphome-PCT2075: ESPHome PCT2076 Sensor Component
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ell249/esphome-PCT2075

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

esphome-PCT2075

Very basic component for esphome to fetch temperature in celcius from a PCT2075.

Based off the official dht12 temp/humidity sensor library.

Installation

Add the pct2075 folder to your esphome components directory to install.

Add to your esphome yaml sensor block:

sensor:
  - platform: pct2075
    temperature:
      name: "PCT2075 Temperature"
    update_interval: 30s

Configuration variables

temperature (Required): The information for the temperature sensor.

  • name (Required, string): The name for the temperature sensor.

  • id (Optional, ID): Set the ID of this sensor for use in lambdas.

  • All other options from Sensor.

update_interval (Optional, Time): The interval to check the sensor. Defaults to 60s.

Future

Implement the interrupt/alert functionality that's available on the chip.

About

ESPHome PCT2076 Sensor Component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0