Overview
The eQ-3 Bluetooth Smart Thermostats allow homeowners to control their home heating and cooling systems directly via Bluetooth, providing a convenient and energy-efficient solution for managing indoor climate. This capability enhances comfort while reducing energy costs by allowing precise temperature adjustments from anywhere in the home.
Benefits
- Easy temperature control from a mobile device without needing a central hub.
- Energy savings through precise temperature management and scheduling.
- User-friendly interface for quick adjustments to heating and cooling settings.
Intent
The purpose of this capability is to enable homeowners to efficiently manage their home’s temperature settings using Bluetooth technology. This results in a more comfortable living environment and potentially lower energy bills.
Preconditions
- eQ-3 Bluetooth Smart Thermostat installed and configured.
- Smartphone or tablet with Bluetooth capability.
- Home Assistant server running with Bluetooth support.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner adjusting thermostat settings
- Family member coordinating temperature for comfort
- Guest needing to adjust the temperature during their stay
Trigger
The capability is triggered when the homeowner or family member opens the control app on their smartphone and connects to the thermostat via Bluetooth.
Workflow Diagram
flowchart TD
A[Open App] -->|connect| B{{Thermostat Connected?}}
B -->|Yes| C[Adjust Temperature]
C --> D[Thermostat Updated]
B -->|No| E[Show Connection Error]
Workflow Description
1. Open App
The user opens the dedicated app on their mobile device to access the thermostat controls.
2. Connect to Thermostat
The app attempts to establish a Bluetooth connection with the eQ-3 Smart Thermostat.
3. Adjust Temperature
Once connected, the user can select their desired temperature setting and confirm the adjustment.
4. Receive Confirmation
The app provides feedback that the thermostat has been updated with the new temperature setting.
5. Monitor Environment
The user can continue to monitor the temperature and make further adjustments as necessary.
Postconditions
The eQ-3 Smart Thermostat reflects the new temperature setting, resulting in a modified indoor climate based on the user’s preferences.
Optional Enhancements
- Integrate with Home Assistant for capability based on occupancy.
- Use voice commands through smart assistants to adjust the thermostat.
- Enable geofencing to automatically adjust temperature when the homeowner is nearby.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | HVAC and Climate Control, ecobee4 Smart Thermostat |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)