Code Monkey home page Code Monkey logo

amg8833-esphome's Introduction

ESPHome AMG8833

Source code for creating firmware for an ESP8266 chip (d1 mini in my case) to use an AMG8833 sensor with Thermal Vision via. ESPHome.

Prefer to use PlatformIO? See TheRealWaldo/esp8266-amg8833.

Parts

AMG8833 - I used one on a breakout board for quick prototyping from AliExpress.

D1 Mini - There is quite a few variants of this, but I had some laying around from Banggood.

Wiring

Schematic

Building

This project uses ESPHome. You'll need to provide your own secrets.yaml in the root directory, providing ssid, password, and domain if you wish to use the amg8833.yaml example configuration.

pip3 install esphome
esphome amg8833.yaml run

Configuring

The Thermal Vision camera can be configured by providing the AMG8833CameraComponent's resulting sensor in HASS to the configuration option pixel_sensor instead of host.

Example:

  - platform: thermal_vision
    name: Prototype Thermal Camera
    overlay: true
    pixel_sensor: sensor.sensor_pixels
    auto_range: true

It's important to note that only the Camera sensor will work in this manner. The other sensors are provided natively via. ESPHome and amg8833.h.

Also important to note; the pixel sensor is very, very noisy! You will probably want to exclude it from your HA history.

Example:

history:
  exclude:
    entities:
      - sensor.sensor_pixels

amg8833-esphome's People

Contributors

rapsssito avatar therealwaldo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.