Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buethsam/num-panel
Control HA Alarmo with a physical numpad.
https://github.com/buethsam/num-panel
alarm-panel alarmo alarmpanel docker home-assistant mqtt numpad
Last synced: 9 days ago
JSON representation
Control HA Alarmo with a physical numpad.
- Host: GitHub
- URL: https://github.com/buethsam/num-panel
- Owner: BuethSam
- License: mit
- Created: 2023-07-21T07:16:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T19:45:44.000Z (about 1 year ago)
- Last Synced: 2024-11-18T09:10:34.000Z (2 months ago)
- Topics: alarm-panel, alarmo, alarmpanel, docker, home-assistant, mqtt, numpad
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# num-panel
Control HA Alarmo with a physical numpad.
## TODO
- [x] Implement led feedback over mqtt
- [ ] Try to add capabilies to write to /sys/class/leds and avoid using privileged mode
- [ ] Enable custom layouts## Test
```bash
source .env && sudo -E npx ts-node src/index.ts
```