mineiwik / alarmo-display

an alarmo interface
MIT License
0 stars 0 forks source link
alarm-system alarmo display home-assistant home-automation ili9341 nodemcu-esp8266 xpt2046

alarmo-display

alarmo-display is a project that provides an interface for the alarmo HomeAssistant integration. It allows you to arm and disarm your alarm system via a touchscreen keypad. This project is designed to work specifically with the following hardware:

alarmo-display communicates with the alarmo integration using MQTT.

Features

Installation

To set up alarmo-display, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/mineiwik/alarmo-display.git
  2. Open the project with VSCode and make sure the PlatformIO extension is installed.

  3. Copy and rename the secrets.ini.example file to secrets.ini

  4. Configure the project by editing the secrets.ini file to match your MQTT broker settings, WiFi settings and other preferences.

  5. Build and flash the binary using the PlatformIO interface.

  6. Enjoy controlling your alarm system with the alarmo-display touchscreen interface!

Contributing

Contributions to alarmo-display are welcome! If you'd like to improve this project, please feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments