Chill-Division / M5Stack-ESPHome

Collection of information for getting M5Stack sensors / controllers working with ESPHome
Apache License 2.0
49 stars 7 forks source link

Integrating `thermal-camera` with Home Assistant #5

Open maovidal opened 1 month ago

maovidal commented 1 month ago

Hi!

I would like to be able to visualize in Home Assistant the image that the thermal camera can produce.

There is a custom Home Assistant component developed for this: https://github.com/TheRealWaldo/thermal

It seems all it requires is a JSON struct with the data of the sensor. As a reference, there is already a development for a compatible hardware: https://github.com/pixelsquared/thermal_vision-ESP32-MLX90640/blob/main/src/main.cpp

I'm wondering if you would like to get a proposal to merge that functionality to your repo. If you have any considerations, please, let me know. I would gladly help with this.

ChillingSilence commented 1 month ago

Hi @maovidal that sounds super helpful if you want to make a PR then I'd be keen as for that functionality :) Thanks!