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
Not sure if I can offer any solution to this, but I would think through how you’ll deal with eliminating false positives like when you’re intentionally cooking something. You might include a PIR sensor to detect whether someone is actually standing at the stove and not send out warnings if movement is detected. Otherwise you’ll get a bunch of notifications about the burners whenever you’re cooking.