Skip to main content
Skip table of contents

Using the HomeSeer Web Hook feature

HomeSeer allows you to enter a URL that it will send a HTTP post to whenever a device changes status. The post includes JSON formatted data.

Step-by-step guide

  1. In HomeSeer HS4 go to Setup then the Custom tab
  2. Look for the web hooks section and add a URL that you would like to post to.

The format of the post data is as follows:

JSON
{
  "type": "devicechange",
  "data": {
    "ref": 7100,
    "name": "Brightness",
    "location": "Tuya",
    "location2": "Plugin",
    "value": 11,
    "status": "11%",
    "last_change": "/Date(1596138546712-0400)/"
  }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.