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)1
- Control Zidoo and Eversolo devices as media players through HA2
- Album art and movie backdrops
- Browse movies, music, file system, and share mounts through HA Media Browser
NOTE: DAC/Eversolo support is experimental. Please report any issues, including logs from HA with "Debug Logging" enabled (Settings/Integrations/Zidoo - Press 3-dot menu, and Enable).
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. 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.3
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
ZidoounderIntegrationsin the HACS Store tab. - You will need to restart after installation for the component to start working.
- Configure the integation (see Configuration section)
- Copy
zidoofolder from zidoo-player/custom_components to\config\custom_components(create folder if this is your first custom integration) - Restart HA
- Add
ZidooIntegration from the 'Configuraion-Integration' menu4 - Enter the IP address of player
- Enter the Password if you have authentication enabled
- Add Custom Dashboard and Search cards
Access the Options menu by pressing the CONFIGURE button on the Integration card
The Media browser allows access to the Movie Library, 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.5.
Use Power Off control to enable Standby instead of a full power down.6
Set Subtitle - switch through list or select video player subtitle.7
Set Audio - switch through list or select video audio track.7
Set Zoom - switch through list or select video zoom mode8
Remote Send Command = send remote control button key (see Key Commands)910
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.
Footnotes
-
Release 1.1 - can be used on older HA versions, requires manual integration and is limited to basic player control. ↩
-
Release 2.1.0 - Initial support for Eversolo DAC output ↩
-
Release 1.4.0 - Add music functionality and search card ↩
-
Release 1.2 - adds config flow ↩
-
Release 1.2.9 - Extended search shortcuts. Requires HA 2022.2 or above ↩
-
Release 1.2.10 - Standby option. Not recommended on Z9S or UHD3000 ↩
-
Release 2.0.2 - Add zoom mode service ↩
-
Release 1.3.0 - Bump zidoorc . Add Send Key service ↩
-
Release 2.0.1 - Convert to zidoaio. Add Remote entity ↩






