This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

Setup Homey with MQTT for location detection

15678911»

Comments

  • I am using my Synology as broker. Can it be done that way? 
  • I am using my Synology as broker. Can it be done that way? 

    Sure, there must be a config file somewhere, where you can do that.
  • Alright, I'll be doing some research soon! Thanks for your replies <span>:smile:</span>

  • edited June 2018
    Alright, I'll be doing some research soon! Thanks for your replies <span>:smile:</span>


    Search for your mosquito config file
    Add: acl_file <config_dir>acl_file

    create the file acl_file

    Add this content:
    user xxx
    pattern readwrite owntracks/%u/#
    pattern read owntracks/#

    user yyy
    pattern readwrite owntracks/%u/#

    user yyy can only read/write his/her own messages
    user xxx can read/write his/her own messages but also read all messages on owntracks/#

    Oh and dont forget to add the user for Homey also  B)
Sign In or Register to comment.