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.
To set up alarmo-display, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/mineiwik/alarmo-display.git
Open the project with VSCode and make sure the PlatformIO extension is installed.
Copy and rename the secrets.ini.example
file to secrets.ini
Configure the project by editing the secrets.ini
file to match your MQTT broker settings, WiFi settings and other preferences.
Build and flash the binary using the PlatformIO interface.
Enjoy controlling your alarm system with the alarmo-display touchscreen interface!
Contributions to alarmo-display are welcome! If you'd like to improve this project, please feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.