Overview
The Roth Touchline SL underfloor heating system integration allows homeowners to efficiently manage their heating from their smart home interface. This capability helps optimize energy usage and maintain comfort by automating temperature control based on real-time needs.
Benefits
- Increased energy efficiency by scheduling heating times according to occupancy.
- Improved comfort with precise temperature control in different zones of the home.
- Remote access to heating settings, allowing adjustments from anywhere via smartphone.
Intent
This capability aims to provide seamless integration between the Roth Touchline SL underfloor heating system and Home Assistant. The outcome is enhanced control over heating, leading to smarter home energy management and improved living comfort.
Preconditions
- Roth Touchline SL underfloor heating system installed.
- Home Assistant platform configured and running.
- Home Assistant Roth integration enabled.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner managing heating schedules
- Family members adjusting temperature settings
- Guests experiencing optimal comfort
Trigger
The capability is triggered by temperature readings from the integrated sensors or by set schedules in Home Assistant.
Workflow Diagram
flowchart TD
A[Temperature Sensor Reading] -->|check| B{Is temperature below set point?}
B -->|Yes| C[Activate Heating]
C --> D[Maintain Desired Temperature]
B -->|No| E[Exit Heating Mode]
Workflow Description
1. Temperature Reading
The system reads the current temperature from the underfloor heating sensors.
2. Check Temperature Against Set Point
Home Assistant compares the current temperature to the desired set point configured by the homeowner.
3. Activate Heating if Needed
If the current temperature is below the set point, the heating system is activated.
4. Maintain Desired Temperature
The system continuously monitors temperature and adjusts heating output to maintain comfort.
5. User Notifications
Homeowners receive notifications on their devices if the system makes adjustments or encounters issues.
Postconditions
After the capability completes, the home maintains a comfortable temperature as per the homeowner’s preferences, optimizing energy use and ensuring user satisfaction.
Optional Enhancements
- Integration with weather forecasts to adjust heating based on external conditions.
- Voice control through Amazon Echo Devices for hands-free adjustments.
- Create custom heating profiles for different times of day or activities.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | HVAC and Climate Control, ecobee4 Smart Thermostat |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)