Taphome
The TapHome modules allow you to watch, update, list, and retrieve the devices in your TapHome account.
Prerequisites:
- A TapHome account
- A TapHome Next Smart Home app installed on your device
In order to use TapHome with Make, it is necessary to have a TapHome account. If you do not have one, you can install the TapHome Next app from the Google Play Store or Apple App Store and register.
Go to Make and open the TapHome module's Create a connection dialog. Enter a name for the connection and click Continue.
Enter your TapHome app credentials and click Login.
Select the location and confirm the authorization by clicking Allow.
The connection has been established.
Triggers when the device value of a specified device is changed.
Field | Description |
---|---|
Webhook Name | Enter a name for the webhook. |
Connection | Establish a connection to your TapHome account. |
Device | Select the device whose values you want to watch. |
Value Type | Select the value type you want to watch. |
Sets a device value according to the specified ID and value type of a device.
Field | Description |
---|---|
Connection | Establish a connection to your TapHome account. |
Device | Select the device whose values you want to update. |
Value Type | Select the value type you want to update. |
Value | Enter the value for the device. |
Gets a device value according to the specified ID and value type of a device.
Field | Description |
---|---|
Connection | Establish a connection to your TapHome account. |
Device | Select the device whose device values you want to retrieve. |
Value Type | Select the value type whose details you want to retrieve. |
Performs an arbitrary authorized API call.
Field | Description |
---|---|
Connection | Establish a connection to your TapHome account. |
URL | Enter a path relative to https://taphomewebapicore.azurewebsites.net For example: api/Make/getDeviceValue |
Method | Select the HTTP method you want to use:
|
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
The following API call returns the device value from your TapHome account:
URL:
/api/Make/getDeviceValue
Method:
GET

Matches of the search can be found in the module's Output under Bundle > Body > content.
In our example, device value is returned for the specified device ID and value type ID:

Gets a batch of devices according to the specified value of types.
Field | Description |
---|---|
Connection | Establish a connection to your TapHome account. |
Value Types | Select the value types whose devices you want to list. |
Limit | Set the maximum number of devices Make should return during one Make execution cycle. |