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 @homeassistant@lemmy.world @homeassistant@fosstodon.org @selfhost@lemmy.ml @selfhosted@lemmy.world @ironicbadger@techhub.social

  • dm_me_your_boobs@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 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.