homebridge-electra-smart-v2
v1.2.5
Published
Homebridge plugin for Electra Smart A/C units
Downloads
366
Maintainers
Readme
Homebridge Electra Smart V2
Programming is not easy. If you like this plugin or want to contribute to future development, a donation will help.
Homebridge plugin to control Electra Smart Air Conditioners.
Requirements:
� Authentication Setup
The plugin provides a simple two-step authentication flow:
- Get SMS Code - Enter your phone number to receive a one-time login code
- Verify SMS Code - Enter the 4-digit code sent to your phone to complete authentication
🛰️ Supported Devices
- This plugin supports Electra Smart AC units connected via the Electra Smart Cloud.
- Requires a valid IMEI and Token (extracted via the authentication setup above).
⚙️ Configuration
You can use the plugin settings or add this to the platforms array in your config.json:
{
"name": "Electra Smart AC",
"imei": "YOUR_IMEI_NUMBER",
"token": "YOUR_AUTH_TOKEN",
"options": {
"pollInterval": 60,
"hideDryMode": true,
"hideFanMode": true
},
"platform": "ElectraSmartPlatform"
}Note:
pollInterval,hideDryMode, andhideFanModeare default values⚠️ Important:
pollIntervalminimum is 30 seconds due to Electra API limits
🌬️ 🌀 Custom Modes
This plugin supports adding custom services for Dry mode and Fan mode to HomeKit.
Configuration Options
hideDryMode- Set totrueto hide the Dry mode option from HomeKithideFanMode- Set totrueto hide the Fan mode option from HomeKit
