Skip to content

Commit

Permalink
Add what's App / callmebot documentation for luc-github/ESP3D#888
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Nov 25, 2024
1 parent 888d280 commit 4d1b495
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ A free service

Please follow this [link](telegram/) for more information on how to setup a telegram notification service

### [What's App using callmebot ](https://www.callmebot.com/blog/free-api-whatsapp-messages/)
A free service

Please follow this [link](whatsapp/) for more information on how to setup a what's app notification service

The notification will also be sent to the WebUi

Expand Down
34 changes: 34 additions & 0 deletions src/docs/ESP3D/Version_3.X/documentation/notifications/whatsapp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
archetype : "section"
title : " What's App Notification"
weight : 6
---
[What's App](https://www.whatsapp.com/) is free service

Considering you have line account and you already installed line on you phone/PC:
To use automatic notifications you need to use a bot called [callmebot](https://www.callmebot.com/blog/free-api-whatsapp-messages/), no worry no registration needed, just get some API Key.


1 - Add the phone number `+34 644 95 42 75` into your Phone Contacts. (Name it it as you wish, I personally named it callmebot)

2 - Using your What's App, send this message `I allow callmebot to send me messages` to the new Contact created.

3 - Wait until you receive the message `API Activated for your phone number. Your APIKEY is 123123` from the bot.

!!! info "Note"
If you don't receive the ApiKey in 2 minutes, please try again after 24hs.

4 - Once API key is created you need to copy it


5 - Save the your phone number including country code as token 1 and the generated api key as token 2 in ESP3D, and set WhatsAPP as notification supplier
`[ESP610]type=WhatsApp T1=336XXXXXXXXX T2=XXXXXXXX`

!!! info "Note"
Do not put the internationnal prefix on the phone number, just prefix with your country code.

6 - type `[ESP610]` to verify (T1/T2 won't be displayed)

7 - Try to send message:
`[ESP600]Hi there, test from ESP3D`

Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ FTP_Passive_Port = 55600
#Auto notification
AUTONOTIFICATION = Yes

#Notification type None / PushOver / Line / Email / Telegram / IFTTT / HomeAssistant
#Notification type None / PushOver / Line / Email / Telegram / IFTTT / HomeAssistant / WhatsApp
NOTIF_TYPE = None

#Notification token 1 string of 64 chars max
Expand Down
1 change: 1 addition & 0 deletions src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ nav:
- ESP3D/Version_3.X/documentation/notifications/email_and_smtp.md
- ESP3D/Version_3.X/documentation/notifications/ifttt.md
- ESP3D/Version_3.X/documentation/notifications/telegram.md
- ESP3D/Version_3.X/documentation/notifications/whatsapp.md
- ESP3D/Version_3.X/documentation/notifications/home-assistant.md
- ESP3D/Version_3.X/documentation/camera/index.md
- ESP3D/Version_3.X/documentation/update/index.md
Expand Down

0 comments on commit 4d1b495

Please sign in to comment.