homebridge Platform plugin for Frigidaire connected appliances. This is a platform plugin for Homebridge and will auto discover each of your AC appliances.
Note that right now only AC units are supported.
Code has been updated to handle Frigidaire's new app, which uses a new backend API.
"platforms": [
{
"platform": "Frigidaire",
"username": "joe@gmail.com",
"password": "Password1",
}
]
"platforms": [
{
"platform": "Frigidaire",
"username": "joe@gmail.com",
"password": "Password1",
"deviceId": "O2-w1yjkjewjQt2J_AjaAaeSZZlmTQ501ahP"
}
]
deviceId
- Manually set the DeviceId. Can be anything you want. Otherwise is randomly generated every time homebridge is startedsudo npm install -g homebridge-frigidaire
If you're having problems, please enable debug and paste all output to the ticket. To enable debug, run homebridge with the DEBUG
set.
export DEBUG=frigidaire:*; homebridge