Overview
The Monessen fireplace, integrated with Intellifire, allows homeowners to conveniently control their fireplace settings remotely. This capability enhances comfort and energy efficiency by enabling precise control over heating needs without manual adjustments.
Benefits
- Convenient remote operation of the fireplace from anywhere in the home.
- Improved energy efficiency through customizable heating schedules.
- Enhanced safety with the ability to monitor and control the fireplace remotely.
Intent
The purpose of this capability is to provide homeowners with seamless control over their Monessen fireplace. By integrating with Intellifire, users can easily adjust temperature settings and schedules, leading to a more comfortable living environment.
Preconditions
- Monessen fireplace equipped with Intellifire technology.
- Home Assistant setup with relevant integrations.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner
- Family members
Trigger
The capability is triggered by a specific time schedule or a manual command issued through the Home Assistant interface.
Workflow Diagram
flowchart TD
A[Manual Command or Schedule] -->|check| B{Is Fireplace On?}
B -->|Yes| C[Adjust Settings]
C --> D[Updated Fireplace Status]
B -->|No| E[Exit]
Workflow Description
1. User Initiates Control
The homeowner accesses the Home Assistant interface to control the fireplace.
2. Check Current Status
The system checks whether the fireplace is currently on or off.
3. Adjust Settings
If the fireplace is on, the user can adjust settings such as temperature or timer.
4. Confirm Changes
The user confirms the changes, which are then sent to the fireplace.
5. Monitor Fireplace Status
The system updates the fireplace status and provides feedback to the user.
Postconditions
After the capability completes, the fireplace operates according to the new settings, providing the desired level of warmth and comfort.
Optional Enhancements
- Integrate voice control via Amazon Echo Devices for hands-free operation.
- Add temperature sensors to optimize heating based on room occupancy.
- Create automated routines that adjust the fireplace based on outdoor temperature.
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)