jamiehoward430 / mycroft-mymqtt

mqtt for MycroftAI
Apache License 2.0
17 stars 13 forks source link

MQTT for MycroftAI

This is a skill written for mycroft to publish commands over an mqtt broker for home automation or any other purpose.

About

Currently it will publish the action to a topic built from the commands said, for example

Examples

Credits

@jamiehoward430

Notes

Setup mycroft.conf

Add the following lines to your settings.json and adjust to your needs. If you are using SSL and a self signed certificate you will need to change mqttca to the location of your cerftificate, Or you can add it the default trusted certificates.

    "mqttca": "/etc/ssl/certs/ca-certificates.crt",
    "mqtthost": "example.com",
    "mqttport": 8883,
    "mqttuser": "user",
    "mqttpass": "pass"

Thats it, now start mycroft and start turning your light on and off.

Supported Devices

platform_picroft platform_plasmoid

Category

IoT

Tags

mqtt