Comments on: ESP32 Door Status Monitor with Email Notifications (IFTTT) https://randomnerdtutorials.com/esp32-door-status-monitor-email/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 18 Feb 2024 11:26:01 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-892452 Sun, 18 Feb 2024 11:26:01 +0000 https://randomnerdtutorials.com/?p=106917#comment-892452 In reply to Gary.

Hi.
They recently changed their policy.
It was free until a couple of days ago.
Alternatively, you can send emails using this approach: https://randomnerdtutorials.com/esp32-send-email-smtp-server-arduino-ide/
Or send other types of notifications like telegram or WhatsApp:
Telegram: https://randomnerdtutorials.com/esp32-door-status-telegram/
WhatsApp: https://randomnerdtutorials.com/esp32-send-messages-whatsapp/

I hope this helps.

Regards,
Sara

]]>
By: Gary https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-892038 Fri, 16 Feb 2024 23:52:18 +0000 https://randomnerdtutorials.com/?p=106917#comment-892038 That IFTTT applet requires a PRO account
“This Applet uses features only available to Pro users.
You need to upgrade to enable this Applet.

]]>
By: Shani https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-879041 Thu, 21 Dec 2023 10:17:05 +0000 https://randomnerdtutorials.com/?p=106917#comment-879041 Hello
I wonder if i can add more values at the end to this code or not, if yes how exactly should I write it.(I already added the value ingredients to my applet in ifttt)
here’s what shapes i tried:
1-
“&value1=” + T +
“&value2=” + doorState + “\r\n” );
2-
“value1=” + T +
“value2=” + doorState + “\r\n” );
3-
“&value1=” + T + “\r\n +
“&value2=” + doorState + “\r\n” );
4-
“?value1=” + T +
“&value2=” + doorState + “\r\n” );
and all other this kind of things.
please can anyone help meeeeee
thank you for your interesting project by the way,
Great as always Randomnerdtutorial.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-829924 Thu, 13 Apr 2023 20:18:05 +0000 https://randomnerdtutorials.com/?p=106917#comment-829924 In reply to Sonja.

You can send wahtsapp or telegram notifications for example and set up an alarm tone for the received messages.
https://randomnerdtutorials.com/esp32-door-status-telegram/
https://randomnerdtutorials.com/esp32-send-messages-whatsapp/
Regards,
Sara

]]>
By: Sonja https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-829485 Mon, 10 Apr 2023 13:53:18 +0000 https://randomnerdtutorials.com/?p=106917#comment-829485 Hi
Nice project, but sometimes it is better to get an alarm tone instead an E mail as an notification to the Android mobile phone.
Do you have an idea how to realize this?
Tks for sending an idea.
Sonja

]]>
By: Laurent https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-796245 Sun, 06 Nov 2022 17:52:29 +0000 https://randomnerdtutorials.com/?p=106917#comment-796245 The board is the 2.05 release version from Expressif Systems
Laurent

]]>
By: Laurent https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-796244 Sun, 06 Nov 2022 17:42:24 +0000 https://randomnerdtutorials.com/?p=106917#comment-796244 In reply to Sara Santos.

Hello
I’m using this model:
https://www.upesy.fr/products/upesy-esp32-wroom-low-power-devkit
Regards
Laurent

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-796205 Sun, 06 Nov 2022 12:12:38 +0000 https://randomnerdtutorials.com/?p=106917#comment-796205 In reply to Laurent.

What’s the ESP32 boards version you have installed?
Maybe you need to update.
Tools > Board > Boards Manager > ESP32 and see if there is a newer version.
Regards,
Sara

]]>
By: Laurent https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-796173 Sun, 06 Nov 2022 08:34:47 +0000 https://randomnerdtutorials.com/?p=106917#comment-796173 oups! this one:
https://randomnerdtutorials.com/esp32-door-status-monitor-email/

]]>
By: Laurent https://randomnerdtutorials.com/esp32-door-status-monitor-email/#comment-796172 Sun, 06 Nov 2022 08:31:55 +0000 https://randomnerdtutorials.com/?p=106917#comment-796172 In reply to Sara Santos.

For infos, this is the tutorial I try to follow without success:
https://randomnerdtutorials.com/esp32-door-status-monitor-email/
Regards

]]>