A Go library for controlling Light-O-Rama (LOR) AC units such as the LOR160X series. This library is designed as a black box for higher level applications to control LOR units and is not a functional application of its own.
Usage
Installation
Install using go get github.com/Cryptkeeper/go-lightorama
go-lightorama re-implements the reverse engineered LOR protocol as documented at my lightorama-protocol repository. As such this implementation will be feature incomplete and break with updates (including LOR vendor updates). Use with caution.
This library has only been tested with a LOR1602WG3 unit.