This is a custom component to allow control of the Falcon Pi Player in Home Assistant.
- View current playing sequence and playlist
- Cover art support
- List all available playlist and sequences as sources
- Start a playlist or sequence
- Stop a playlist or sequence
- Set or step the player volume
- Next a sequence
- Prev a sequence
- Pause a sequence
- Resume a sequence
Install via HACS.
Install it as any custom homeassistant component:
- Download
custom_components
folder. - Copy the
falcon_pi_player
directory to thecustom_components
directory of your homeassistant installation. Yourcustom_components
directory resides within your homeassistant configuration directory.
Note: If the custom_components
directory does not exist, you need to create it.
After a correct installation, your configuration directory should look like the following:
└── ...
└── configuration.yaml
└── custom_components
└── falcon_pi_player
└── __init__.py
└── media_player.py
└── manifest.json
- Enable the component by editing your configuration.yaml file (within the config directory as well). Edit it by adding the following lines:
# Example configuration.yaml entry media_player: - platform: falcon_pi_player name: FPP_NAME host: IP_ADDRESS #port: PORT #optional #username: USERNAME #optional #password: PASSWORD #optional
- Reboot Home Assistant
- You're good to go!
To use the covers, you need to add jpg images to the image item on the fpp player through the File Manager, the file name must exactly match the file being played, replacing the extension. ".fseq", ".mp3" or ".mp4" to ".jpg"