Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Debugging

Jan Almeroth edited this page Nov 11, 2017 · 3 revisions

Debug Mode

To enable debug mode add the following lines to your configuration.yaml:

logger:
  default: info
  logs:
    # enable debugging on yamaha_musiccast component
    homeassistant.components.media_player.yamaha_musiccast: debug
    # enable debugging on pymusiccast module/package
    pymusiccast: debug

Device Specs

In case your device or a particular feature is not supported you may get asked to provide the output of the following requests:

http://<deviceIp>/YamahaExtendedControl/v1/system/getDeviceInfo
http://<deviceIp>/YamahaExtendedControl/v1/system/getFeatures
http://<deviceIp>/YamahaExtendedControl/v1/system/getLocationInfo
http://<deviceIp>/YamahaExtendedControl/v1/system/getNetworkStatus
http://<deviceIp>/YamahaExtendedControl/v1/<zone>/getStatus
http://<deviceIp>/YamahaExtendedControl/v1/netusb/getPlayInfo

Replace <deviceIp> with the IP-address of your receiver.

Replace <zone> with main, zone2, zone3 or zone4.

Clone this wiki locally