Overview
The Rehlko system allows homeowners to remotely monitor the status of their Kohler generator, ensuring that it is ready to provide backup power when needed. This capability enhances home resilience by providing peace of mind during power outages and emergencies.
Benefits
- Receive real-time updates on generator status directly to your smartphone.
- Ensure your generator is operational before a storm or outage occurs.
- Reduce maintenance costs by monitoring performance and detecting issues early.
Intent
The purpose of this capability is to provide homeowners with a reliable way to monitor their Kohler generator’s health and performance through the Rehlko interface. This results in improved preparedness for power outages and enhanced home energy resilience.
Preconditions
- Rehlko-enabled Kohler generator installed and configured.
- Home Assistant integrated with Rehlko service.
- Stable internet connection for remote monitoring.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Energy Monitoring.
Actors
- Homeowner checking generator status
- Family members ensuring backup power readiness
- Technician performing maintenance on the generator
Trigger
The capability is triggered when the generator status is updated or when a specific time interval is reached to check the status.
Workflow Diagram
flowchart TD
A[Status Update Trigger] -->|check status| B{{Generator Operational?}}
B -->|Yes| C[Notify Homeowner]
C --> D[Status Updated Successfully]
B -->|No| E[Alert for Maintenance]
Workflow Description
1. Check Status
The system checks the current operational status of the Kohler generator.
2. Decision Point
If the generator is operational, proceed to notify the homeowner; otherwise, send an alert for maintenance.
3. Notify Homeowner
Send a notification to the homeowner’s device confirming the generator is operational.
4. Status Update
Update the system’s records with the current status of the generator.
5. Maintenance Alert
If the generator is not operational, alert the homeowner to schedule maintenance.
Postconditions
The homeowner receives a clear notification regarding the operational status of their generator, ensuring they are informed of any issues that require attention.
Optional Enhancements
- Integrate with smart home notifications for alerts via voice assistants.
- Add historical performance data tracking for better maintenance planning.
- Enable remote start/stop capabilities for the generator.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | Energy Monitoring |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)