Removing RPIPlay
This commit is contained in:
@@ -11,4 +11,12 @@ Docker compose for my Raspberry Pi 3B running balena os x64
|
||||
|
||||
## About
|
||||
|
||||
I forgot the password to my old HA instance, so I bought a nice, new, and shiny 128GB Samsung A2 card and used [balenaEtcher](https://www.balena.io/etcher/) to write the balena os to it. I then spent two days finding the right combination to get both [balena-homeassistant](https://github.com/balenalabs-incubator/balena-homeassistant) and [balena-rpiplay](https://github.com/rahul-thakoor/balena-rpiplay) working in tandem.
|
||||
I forgot the password to my old HA instance, so I bought a nice, new, and shiny 128GB Samsung A2 card and used [balenaEtcher](https://www.balena.io/etcher/) to write the balena os to it. I then spent two days finding the right combination to get both [balena-homeassistant](https://github.com/balenalabs-incubator/balena-homeassistant) and [balena-rpiplay](https://github.com/rahul-thakoor/balena-rpiplay) working in tandem.
|
||||
|
||||
## Changelog
|
||||
### Version 1.3.0
|
||||
- 2022-10-27: Removed RPIPlay
|
||||
### Version 1.2.0
|
||||
- 2022-07-01: Added RPIPlay
|
||||
### Version 1.0.0
|
||||
- 2022-06-30: Initial commit
|
||||
+3
-23
@@ -1,22 +1,9 @@
|
||||
name: Home Assistant / RPiPlay
|
||||
name: Home Assistant
|
||||
type: sw.application
|
||||
description: >-
|
||||
Open source home automation that puts local control and privacy first; a Home
|
||||
Assistant, HASS Config, and MQTT stack with an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors.
|
||||
Assistant, HASS Config, and MQTT stack
|
||||
joinable: false
|
||||
post-provisioning: >-
|
||||
## Usage instructions
|
||||
**Application download**
|
||||
Once you power up your device you'll need to allow some time for it to
|
||||
download the application, this typically takes less than one minute but it can take
|
||||
more depending on your internet connection, and the type of device you are using.
|
||||
__Note: The device will reboot to apply some device configurations.__
|
||||
**Usage**
|
||||
When the download is complete the application will start. You should see
|
||||
an Airplay device from your Apple devices. It will be broadcast with the name Airplay@hostname.
|
||||
You can cast using your Apple devices. Use Screen Mirroring from the Control Center:
|
||||
- [iOS devices](https://support.apple.com/en-us/HT204289#mirroriOS)
|
||||
- [macOS devices](https://support.apple.com/guide/imac/use-airplay-apdf1417128d/mac)
|
||||
assets:
|
||||
repository:
|
||||
type: blob.asset
|
||||
@@ -33,15 +20,8 @@ data:
|
||||
- raspberrypi3
|
||||
- raspberrypi4-64
|
||||
- fincm3
|
||||
applicationEnvironmentVariables:
|
||||
- AIRPIPLAY_NAME: "Hisense"
|
||||
- AIRPIPLAY_AUDIO_OUT: hdmi
|
||||
- AIRPIPLAY_BACKGROUND: auto
|
||||
- AIRPIPLAY_LATENCY_MODE: 0
|
||||
- AIRPIPLAY_ROTATION: ""
|
||||
- AIRPIPLAY_FLIP: ""
|
||||
applicationConfigVariables:
|
||||
- BALENA_HOST_CONFIG_gpu_mem: 256
|
||||
- BALENA_HOST_CONFIG_gpu_mem_512: 128
|
||||
- BALENA_HOST_CONFIG_dtoverlay: vc4-fkms-v3d
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
|
||||
@@ -3,22 +3,6 @@ volumes:
|
||||
config: {}
|
||||
mosquitto: {}
|
||||
services:
|
||||
rpiplay:
|
||||
build:
|
||||
context: balena-rpiplay
|
||||
privileged: true
|
||||
restart: always
|
||||
network_mode: host
|
||||
devices:
|
||||
- /dev/dri
|
||||
- /dev/vchiq
|
||||
group_add:
|
||||
- video
|
||||
- audio
|
||||
environment:
|
||||
DBUS_SYSTEM_BUS_ADDRESS: 'unix:path=/host/run/dbus/system_bus_socket'
|
||||
labels:
|
||||
io.balena.features.dbus: '1'
|
||||
homeassistant:
|
||||
build:
|
||||
context: homeassistant
|
||||
|
||||
Reference in New Issue
Block a user