https://github.com/pimaker/acc
AC remote control for Inventor Aria models via Infrared.
https://github.com/pimaker/acc
Last synced: 7 months ago
JSON representation
AC remote control for Inventor Aria models via Infrared.
- Host: GitHub
- URL: https://github.com/pimaker/acc
- Owner: PiMaker
- License: mit
- Created: 2020-07-25T18:47:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T18:57:08.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T01:59:21.455Z (over 1 year ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACC
AC remote control for Inventor Aria models via Infrared.
Encoding of IR signals was reverse-engineered on my own "Aria" AC, might need adjustment for other variants (more details in `scratchpad.txt`). Use at your own discretion.
Use `acc help` and `acc help send` for usage information.
## Additional files
The project relies on pigpio for sending codes via an attached IR LED. The file `irrp.py` from pigpio's examples is used for sending.
`dht.py` can be used as an example for monitoring room temperature via a DHT11/DHT12 model temperature and humidity sensor, but is unrelated to the rest of the project.
# License
This project is available under the terms of the MIT license. More information can be found in the file `LICENSE`.