Overview
Fyta is a smart plant sensor designed to assist homeowners in monitoring the health of their plants by measuring essential environmental factors such as light, temperature, humidity, and soil moisture. This capability helps ensure that plants receive optimal care, reducing the chances of overwatering or underwatering.
Benefits
- Provides real-time data on plant health, allowing for timely interventions.
- Eliminates guesswork in plant care, making it easier for novice gardeners to succeed.
- Integrates with home capability systems for seamless monitoring and alerts.
Intent
The purpose of the Fyta sensor is to monitor environmental conditions affecting plant health and to notify users when specific thresholds are not met. This capability helps ensure that plants thrive, enhancing the living environment.
Preconditions
- Fyta smart sensor installed in the plant's pot.
- Compatible home capability system (like Home Assistant) set up.
- Wi-Fi connectivity for data transmission.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Temperature Sensors.
Actors
- Homeowner
- Family member
- Guest
Trigger
The capability is triggered when the Fyta sensor detects a change in environmental conditions (light, temperature, humidity, or soil moisture) that falls outside of the predefined thresholds.
Workflow Diagram
flowchart TD
A[Sensor Reading Changes] -->|check| B{{Threshold Met?}}
B -->|Yes| C[No Action Needed]
C --> D[Plant Remains Healthy]
B -->|No| E[Send Alert to User]
Workflow Description
1. Sensor Activation
The Fyta sensor activates and begins monitoring environmental conditions around the plant.
2. Data Collection
The sensor collects data on light, temperature, humidity, and soil moisture at regular intervals.
3. Threshold Evaluation
The system checks whether the collected data meets the predefined thresholds for optimal plant health.
4. User Notification
If any thresholds are not met, the system sends an alert to the user’s connected device.
5. User Action
The user can then take appropriate action, such as adjusting watering or moving the plant to a better-lit area.
Postconditions
After the capability completes, the user is informed about the plant’s condition, and necessary adjustments can be made to ensure optimal growth.
Optional Enhancements
- Integration with smart watering systems to automate plant care based on sensor data.
- Mobile app notifications for on-the-go monitoring.
- Historical data tracking for better understanding of plant care needs.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | Temperature Sensors, Energy Monitoring |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)