-
1Make an IFTTT account at https://ifttt.com/
-
2Create a new applet with Google Assistant as "this"
- Click on "Say a phrase with a text ingredient"
- Add the command (e.g. "turn the light $") and the response
-
3Add Webhooks as "that"
- Set up the URL to your IP address and Port
- Chose POST as the method
- Set application/x-www-form-urlencoded as the content type
- Set up the POST body with the ingredient from the previous step (e.g. status={{TextField}})
-
4Upload and customize the code to your device
I used Python, Tornado and xtacocorex's CHIP_IO library
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.