Skip to content

Wake On LAN integration with Google Nest Mini, IFTTT and Flask

Notifications You must be signed in to change notification settings

rubegartor/WakeOnLan-IFTTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFTTT - Wake On LAN (Google Nest Mini)

Implementación de "Wake On LAN" con Google Nest Mini, IFTTT y Flask

Creación del Applet en IFTTT

Para crear un Applet customizado: https://ifttt.com/create

IF THIS:

1. Se crea un enlace con Google Assistant

THEN THAT:

1. Se crea un webhook apuntando al servidor con el servidor Flask (El servidor deberá estar al mismo tiempo en la misma red que el pc)

1.2. Ejemplo:

Image-01

Generar certificados

Los certificados se generarán sobre la base del proyecto en la carpeta "Certs"

openssl req -x509 -newkey rsa:4096 -nodes -out Certs/cert.pem -keyout Certs/key.pem -days 365

About

Wake On LAN integration with Google Nest Mini, IFTTT and Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages