This is a functioning solution for controlling Zidoo media player on Home-Assistant. Based on the Zidoo REST API, it is developed using a Z9S, but should work on all Zidoo devices (feedback/PRs welcome)
- Control Zidoo devices as media players through HA
- Album art and movie backdrops
- Browse movies, music, file system, and share mounts through HA Media Browser
NOTE: From release 2.0.0, Rapid Update is updated in the integration. If you previously added an automation based on the documentation example, this can now be removed, but please re-enable automatic update if necessary
Streaming content currently uses a hack with the players uPNP functions. There are limitations with content, including issues with the Media Player 6.0 (audio files are streamed to the Video Player for now). Playlists can be handled using Kodi or ZDMC (this includes support for camera stream, although it is a little buggy).
A Custom Lovelace card zidoo-search-card
can be used to filter media browser results.1 Use the Media Search text editor to add a keyword, then select the desired Media Type button. The results will be displayed in the standard Media Browser panel.
Use the Media Search text editor to add a keyword, then select the desired Media Type button. The results will be displayed in the standard Media Browser panel.
- Search for
Zidoo
underIntegrations
in the HACS Store tab. - You will need to restart after installation for the component to start working.
- Configure the integation (see Configuration section)
- Copy
zidoo
folder from zidoo-player/custom_components to\config\custom_components
(create folder if this is your first custom integration) - Restart HA
- Add
Zidoo
Integration from the 'Configuraion-Integration' menu - Enter the IP address of player
- Enter the Password if you have authentication enabled
- Add standard Media Control card for newly added media_player device
Access the Options menu by pressing the CONFIGURE button on the Integration card
The Media browser allows access to the Movie Libary, plus file access to local devices and saved SMB shares. By default, the RECENT, MOVIE and TVSHOW Library searches are displayed. Additional search shortcuts can be added.2.
Use Power Off control to enable Standby instead of a full power down.3
Set Subtitle - switch through video player subtitle list4
Set Audio - switch through video audio tracks4
Remote Send Command = send remote control button key (see Key Commands)5
After adding the integration, 'Edit' the dashboard and add the new card using the '+Add Card' button. Select the custom:zidoo-search-card
, then edit the yaml to include a single entity
value with your zidoo media_player id.
NOTE: The card requires the card-tools helper. You can install it from HACS or add manually
type: custom:zidoo-search-card
entity: media_player.zidoo
# Optional fields to control which Media buttons are available
# from "video","movie","tvshow","music","album","artist"
buttons:
- movie
- tvshow
Q: Power-on does not work
A. See Power-On Info.
Q: I'm having issues with the installation
A. If you installed versions prior to 1.2.5 using HACS and the integration is not availble in ADD INTEGRATIONS
- See Add / Remove HACS Integration
- Clear your Browser Cache
A. If you have issues connecting with the device, it may be an authorization issue.
- Try opening the 'Control Center' app on the media player and retry.
- Try turning off validation using the button in the app.
A. To switch from Wifi to LAN, the integration must be deleted and re added to update the new IP Address
Q. Is there anything else I might need to know?
A. Here are some Application Notes based on feedback from other users
- Testing on other devices
- Add Discovery (dev branch tested with z9s, need testing and/or DNLA header information for other device support)
- ZidooRC API will eventually needs to be released as a python library per HA requirements.