2.1.3 • Published 3 years ago

homebridge-frigidaire v2.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

homebridge-frigidaire

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.

Update 6-22-2021

Code has been updated to handle Frigidaire's new app, which uses a new backend API.

Example config.json:

Minimum / Auto Discovery

"platforms": [
	{
		"platform": "Frigidaire",
		"username": "joe@gmail.com",
		"password": "Password1",
	}
]

Optional

"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 started

How to install

sudo npm install -g homebridge-frigidaire

Debug

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

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.0.0

3 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago