-
-
Notifications
You must be signed in to change notification settings - Fork 534
Push Notifications
bdring edited this page Mar 25, 2019
·
2 revisions
Push Notifications are now an option in Grbl_ESP32. When events occur, the firmware can send messages to your phone or email. Currently you can send messages via the following services.
- Line Notification (https://line.me) Free
- Pushover Notification (https://pushover.net/) not Free
- Email using SMTP and HTTPS Free
The feature is enabled with #define ENABLE_NOTIFICATIONS in the config.h file. Further setup is required via the WebUI or via the [ESP610].
In Grbl_ESP32 push notifications are only used when running a job from an SD card. You will be notified when the job completes or an error occurs.
A custom message can be sent with the [ESP600] command. Example (assuming password="admin"): [ESP600]Hello from Grbl pwd=admin
- Home
- Hardware
- ESP32 Dev Kit Versions
- Compiling with Arduino IDE
- Compiling with PlatformIO
- Using the Serial Port
- Grbl_ESP32 Settings
- Controlling Grbl_ESP32
- Setting Up the I/O pins
- Spindle Types
- Basic Kinematics
- Custom Machine Functions
- Home/Limit Switches
- Machine Work Space
- Stepper Motor Drivers
- Trinamic Drivers
- Axis Squaring and Ganging
- Settings
- SD Card
- Bluetooth
- Wifi
- WebUI
- Using Telnet
- Servo Axis
- Push notifications
- Switches
- Stepper Drivers
- Spindle options
- Other Ouputs
Testing public edit