party-lock: add MQTT ACL-based plug lock service

Listener watches party-lock/<plug>/set and dynamically generates
mosquitto ACL deny rules. Test against bamboo first, then dj-booth.
Add lock button to CYD dashboard.
This commit is contained in:
2026-07-02 20:04:11 -07:00
parent 12bfd7fb09
commit 36f9d0a284
5 changed files with 81 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
topic readwrite #
+2
View File
@@ -1,6 +1,8 @@
listener 1883
allow_anonymous true
acl_file /mosquitto/config/acl.conf
persistence true
persistence_location /mosquitto/data
log_dest file /mosquitto/log/mosquitto.log