Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 1.19 KB

README.md

File metadata and controls

67 lines (55 loc) · 1.19 KB

Install Mi Connector on Synology Nas

Preparing

You must install docker on your nas first



Search docker image

search

Download image

image

Launch image

image

Setting volume

image image image

Setting network

image

Finish

image

Management Web URL

http://nas_address:30000

If other application in nas use 30000, 30001 port, you have to modify ports. Open /docker/mi-connector/config.json and modify port. Restart container.

If you can't find config.json just make it like below

{
  "st": {
    "app_url": "",
    "app_id": "",
    "access_token": ""
  },
  "connector": {
    "port": 30000,
    "websocketPort": 30001
  },
  "xiaomi": {
    "find_limit_time": "30000",
    "motion_reset_time": "4900",
    "find_mode": "auto"
  },
  "devices": {
    "list": [
    ]
  }
}