Overview
MyPermobil provides an array of sensors designed for use with Permobil wheelchairs, enhancing the safety and security of users. By monitoring environmental conditions and wheelchair status, it helps prevent accidents and provides peace of mind for users and caregivers.
Benefits
- Real-time monitoring of wheelchair conditions to prevent accidents.
- Alerts for caregivers or family members when the user is in distress.
- Integration with home capability systems for improved overall security.
Intent
The purpose of MyPermobil is to leverage sensors that continuously monitor the wheelchair’s status and surrounding environment. This capability ensures that users can receive timely assistance in case of emergencies, thereby improving their safety and independence.
Preconditions
- Permobil wheelchair equipped with compatible sensors.
- Home Assistant integrated with MyPermobil for data processing.
- Stable Wi-Fi connection for sensor data transmission.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Temperature Sensors.
Actors
- Wheelchair user
- Caregiver
- Family member
Trigger
The capability is triggered by specific sensor readings such as tilt angle, speed, or battery level, or by a manual distress signal from the user.
Workflow Diagram
flowchart TD
A[Sensor Trigger] -->|check| B{Is user safe?}
B -->|Yes| C[Continue Monitoring]
B -->|No| D[Send Alert to Caregiver]
D --> E[Result: Caregiver notified]
C --> F[Result: No action required]
Workflow Description
1. Sensor Activation
Sensors on the Permobil wheelchair are activated to monitor various conditions such as tilt, battery status, and environmental hazards.
2. Data Transmission
Sensor data is transmitted to Home Assistant for analysis and monitoring.
3. Condition Evaluation
Home Assistant evaluates the sensor data to determine if the user is in a safe condition.
4. Alert Generation
If a potential safety issue is detected, an alert is generated and sent to designated caregivers or family members.
5. Response Activation
Caregivers receive the alert and can take appropriate action, such as checking on the user or providing assistance.
Postconditions
After the capability completes, caregivers are informed of any safety concerns, allowing them to respond quickly and effectively to ensure the user’s well-being.
Optional Enhancements
- Integration with smart home security systems for comprehensive safety.
- Voice assistant notifications for hands-free alerts.
- User-configurable alert thresholds based on personal safety preferences.
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)