src.nth.io/

summaryrefslogtreecommitdiff
path: root/doorbell-viewport/defaults/main.yaml
AgeCommit message (Collapse)AuthorFilesLines
6 daysRemove vcgencmd display backend, simplify DisplayControllerLuke Hoersten1-1/+0
Always use sysfs backlight. vcgencmd resets DRM planes under fkms making it incompatible with the drm video output. Removes libraspberrypi-bin dependency and panel/vcgencmd dead code.
6 daysRemove warm prebuffer mode from doorbell-viewportLuke Hoersten1-1/+0
Always start mpv on demand (cold start). The warm path was fragile on the RPi4 with fkms and added complexity without reliable benefit.
7 daysFix doorbell-viewport bringup issuesLuke Hoersten1-1/+6
- Fix websockets headers kwarg via inspect (works across all versions) - Use full path /usr/bin/vcgencmd; add libraspberrypi-bin dependency - Fix UniFi Protect WS packet decoder to handle multiple concatenated packets per message (action+data in single frame) - Fetch lastUpdateId from bootstrap for WS URL - Switch fbcon disable from video=HDMI-A-1:D to fbcon=map:99 (fkms compat) - Default drm_connector to DSI-1 for fkms; drop hardcoded drm_mode - Add --no-audio and --hwdec=no to mpv; fix DRM mode-setting race on startup - Add PoE HAT fan control with configurable temp thresholds
7 daysAdd doorbell-viewport roleLuke Hoersten1-0/+16
RPi4 portrait touchscreen that shows a live UniFi Protect RTSP stream on doorbell ring or touch, with display fully off at idle. Supports warm prebuffer, vcgencmd/drm/panel display backends, evdev touch input, and configurable DRM device/connector/mode.