Adding Push Notification to VirtualKeypad-Web #215
Replies: 2 comments 4 replies
-
Hello, I am using Home Assistant - MQTT example for my DSC 1616, it works great. Now I am working to add email notification to it, but I am having problem to connect ESP8266 to the email server. Could you send me your code via email so I may be able to use some of your code for my email notification function. my email address is qighu@hotmail.com |
Beta Was this translation helpful? Give feedback.
-
If you are interested, I do have a version designed for the Honeywell Vista that is partly based on the Virtualkeypad example here. It uses Telegram for push notifications and control. I used Telegram as my preferred notification app since it provides the use of bots which allows full control of the alarm system using the telegram client remotely as well as push notifications on events at no cost. You just need the telegram_async.h and telegram_async.cpp files to add the function to your app. You will then need to configure the pushlib with your userid, bot token then add the notifications call wherever you want the push notification to go out. Please note that it's designed for the ESP32 only. The ESP8266 was too low on resources to run all the components as well as lacking true async multitasking. Having the telegram client running on its own task allows it run as a bot and will not impact the alarm panel control code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on adding push notification to the VirtualKeypad-Web.
I am using the site https://pushme.now.sh to send notificationthat also have a code in github to be used and mount your own push notification site.
I am basically using VirtualKeypad-Web code, adding some code from EMAIL and PUSHBULLET for notification.
Also I did use another WIFI library, that when not have wifi network configured, you can introduce it accessing via web to the ESP8266 and congigure the AP and password.
Also changing the web front end to allow you to enter the code that give you the site pushme.now.sh for 6 different notifications web browser of 6 user.
I can share the code with anyone, and also can share here to be posted.
Have nothing of experience in github and this collaborative tools, so if someone is interested, I can send the file, what I don´t know if there is some contition inside the code to comply in order to share it. Please let me know if you would like to have the code.
Beta Was this translation helpful? Give feedback.
All reactions