Skip to content

An accessory plugin for homebridge to control your AC through LIRC

License

Notifications You must be signed in to change notification settings

camillof/homebridge-aircon-lirc-accessory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Repository is not maintained, this is a side-project, to play around with the raspberry. Please consider fixing the security vulnerabilities before installing this plugin

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)

About

An accessory plugin for homebridge to control your AC through LIRC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published