this post was submitted on 04 Jan 2024
17 points (100.0% liked)

homeassistant

11701 readers
62 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

I was wondering if someone has done something similar:

I want to detect if one of the kitchen burners have been running for a long time. Gas sensors won't work because the fires are running.

I was thinking that a solution could be to have a wifi-enabled thermostat that sends the temperature to home assistant and if it is above > X for Y minutes, send an alarm/email/notification. The sensor could be hidden below the burners and connected via a cable to measure the temperature.

Does this make sense? Does anybody have some idea how to implement this (maybe using a ESP8266)?

Is there other alternative?

cc @[email protected] @[email protected] @[email protected] @[email protected] @[email protected]

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 months ago

Honestly, that should be pretty easy. Throw a thermometer that can connect to HA, put it like on the backsplash or somewhere nearby. Figure out the average temp near there and what it's like when you're cooking, then HA should be able to make it pretty easy to check and keep the previous temp(s).

No clue how to do it with an ESP but temp tracking is real common in HA and the automation setup should make that pretty simple to alarm on.