Run a univeral remote with a Pi and Logitech Unifying Receiver. Includes WS connection to HA and BLE
3.1K
https://github.com/amsound/pihub-remote-docker
Docker compose file:
services:
pihub:
image: a1exm/pihub
container_name: pihub
cpu_shares: 2048
network_mode: host
restart: unless-stopped
device_cgroup_rules:
- 'c 13:* r'
environment:
HA_TOKEN: "TOKEN"
volumes:
- /dev/input:/dev/input:ro
- /dev/input/by-id:/dev/input/by-id:ro
- /run/dbus:/run/dbus
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
homeassistant:
image: ghcr.io/home-assistant/home-assistant:stable
container_name: homeassistant
cpu_shares: 512
network_mode: host
restart: unless-stopped
environment:
TZ: Europe/London
volumes:
- ./homeassistant:/config
- /etc/localtime:/etc/localtime:ro
Content type
Image
Digest
sha256:bb7e4ae31…
Size
64.1 MB
Last updated
8 months ago
docker pull a1exm/pihub