Homey Integration

Use Homey’s Flow (automation) feature to integrate Sticky into your smart home system.

Overview

Homey is a multi-protocol smart home hub. With Homey’s Flow engine, you can easily create automation rules that include Sticky.

Integration Method

Via Homey Flow + HTTP Request

Homey’s Flow supports HTTP Request cards, which can call Sticky’s cloud API:

  1. Create a Flow

    • Trigger: Choose any Homey-supported trigger (temperature change, door/window, etc.)
    • Action: Add an “HTTP Request” card
  2. Configure HTTP Request

    • Method: POST
    • URL: Sticky cloud API endpoint
    • Headers: Add Authorization and Content-Type
    • Body: JSON-formatted push content
  3. Test and enable

Example Flow

IF  Temperature sensor > 30°C
THEN  HTTP Request → Push "Room too hot, please cool down" to Sticky

Typical Scenarios

ScenarioDescription
Energy alertsPush notification when power usage exceeds limit
Weather联动Push umbrella reminder when it rains
Security notificationsPush alert when sensor detects anomaly
Daily remindersPush to-dos and memos on schedule

Notes

  • Homey HTTP Request requires a premium subscription
  • Make sure your Sticky device is online and connected to Wi-Fi
  • See API Reference for API details

Next Steps