Alarms to mobile by WhatsApp
-
Hello, I have Modix3D printer with Duet 2 WiFi board.
It will be nice to have plugin for sending messages to mobile when filament missing or job is finished.
Duet must be registred for using WhatsApp API
https://business.whatsapp.com/developers/developer-hubPlugin in the device will send message + HASH to Duet server and Duet server will resend it to WhatsApp by API.
I think Duet would gain a lot more appeal with this plugin.
Thank you, David
-
@David-Piska I always try to keep my printers and other consumer electronics away from public network. (Pentagon or Peking don't need to know, when my filament is empty)
I'd only use such a feature when my smartphone is connected to my local WLAN. But then I can use the browser on my phone, right? -
@David-Piska you could achieve a similar thing using home assistant and the integration for RRF printers
-
@jay_s_uk Which home asistant please? I would like to receive info when filament is empty or error or when is finished. how to do it? Thank you!
-
@David-Piska home assistant is a smart home application.
https://github.com/Lyr3x/hass-Duet3Danother option would be to use node-red to send notifications
-
@jay_s_uk Thank you, much appreciate your help - was configuring it more than 5 hours in windows VM - now working with alarm future I was looking for.
-
@David-Piska
Eventually, it is possible to achieve that with "repetier server". There's a mobile app with push messages.
But you will need a raspberry Pi for the server... -
@cosmowave Duet 3 boards now support notifications via MQTT over WiFi interfaces. In RRF 3.6 that will be extended to Ethernet interfaces. Unfortunately Duet 2 boards have insufficient flash memory and RAM to support MQTT.