chore: add Makefile and Debian packaging

This commit is contained in:
2026-05-24 18:53:11 +03:00
parent 2c49e7e427
commit 4a4aaee884
7 changed files with 183 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
Package: ezcoo-usb-control
Version: VERSION_PLACEHOLDER
Architecture: ARCH_PLACEHOLDER
Maintainer: Oleksandr Berezovskyi <claude.ai@berezovskyi.dev>
Depends: adduser
Recommends: mosquitto-clients
Description: MQTT bridge for EZCOO HDMI matrix switches
Controls an EZCOO EZ-MX42HAS-ARC (4-in 2-out) HDMI matrix via USB-UART
and exposes it to Home Assistant as two select entities through MQTT
auto-discovery.
.
Communicates with the matrix using the EZCOO ASCII serial protocol and
periodically polls routing state to detect external changes (front panel,
IR remote).