Sign inSign up

a1exm/pihub

By a1exm

•Updated 8 months ago

Run a univeral remote with a Pi and Logitech Unifying Receiver. Includes WS connection to HA and BLE

Image
0

3.1K

a1exm/pihub repository overview

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

Tag summary

Content type

Image

Digest

sha256:bb7e4ae31…

Size

64.1 MB

Last updated

8 months ago

docker pull a1exm/pihub