homebridge-aircon-lirc-accessory

0.0.2 • Public • Published

AirConLircAccessory Plugin

This plugin is intended to work with Homebridge, giving the ability to control your dumb AirConditioner through LIRC. My personal settup is a Raspberry 3+ with an IR Transmitter Infrared Remote Hat Expansion Board installed on it.

Install

1 - Install the plugin through npm sudo npm install -g homebridge-aircon-lirc-accessory

2 - Add the accessory to your Homebridge config.json

"accessories":  [
	{
		"accessory":  "AirConLircAccessory",
		"name":  "Your_custom_name"
	}
],

Improtant notes

  • In order to this plugin to work, the computer where you have installed Homebridge must be able to run commands like irsend SEND_ONCE ac HEAT_23_MED (TODO: commands and device name customization)

Readme

Keywords

Package Sidebar

Install

npm i homebridge-aircon-lirc-accessory

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

18 kB

Total Files

7

Last publish

Collaborators

  • camillof