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:
-
Create a Flow
- Trigger: Choose any Homey-supported trigger (temperature change, door/window, etc.)
- Action: Add an “HTTP Request” card
-
Configure HTTP Request
- Method: POST
- URL: Sticky cloud API endpoint
- Headers: Add Authorization and Content-Type
- Body: JSON-formatted push content
-
Test and enable
Example Flow
IF Temperature sensor > 30°C
THEN HTTP Request → Push "Room too hot, please cool down" to Sticky
Typical Scenarios
| Scenario | Description |
|---|---|
| Energy alerts | Push notification when power usage exceeds limit |
| Weather联动 | Push umbrella reminder when it rains |
| Security notifications | Push alert when sensor detects anomaly |
| Daily reminders | Push 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
- Home Assistant Integration — Another popular smart home platform
- IFTTT Integration — A more general automation platform