One of my AirPlay receivers is entirely unresponsive and does not report status via the AirPlay integration. Strangely, the Chromecast audio integration is able to send TTS and control volume for the same device, but cannot do anything else (play, pause, etc.).
I have ensured my Apple Home settings allow connections from my network, other AirPlay receivers work perfectly with the habitat integration, checked for any device-level settings to make sure there’s nothing specific to this receiver, and no change—All my Apple devices and third party AirPlay connections work fine with this receiver, while Hubitat can’t do anything via AirPlay and only a subset of what I expect from the Chromecast integration.
Unfortunately debug logging doesn’t provide any useful logs and attempting the troubleshooting provided in past posts on AirPlay integration troubles (restarting, reinstalling dependencies, removing then re-adding, etc.) have all resulted in the same behavior. And FWIW using one of the integrations at a time results in the same behavior. My goal is ultimately to trigger a rule on the status of the AirPlay receiver (so I can power on other devices in that room whenever the receiver begins playing audio), nothing fancy.
Here’s the mDNS network info hubitat reports for this device:
_airplay._tcp.local. - Living Room Stereo
{
"eventType": "_airplay._tcp.local.",
"eventName": "Living Room Stereo",
"name": "Living Room Stereo",
"server": "Living-Room-Stereo.local.",
"ip4Address": "192.168.0.124",
"port": 7000,
"macAddress": "C0F53595039A",
"lastUpdated": "2026-06-18 3:34:02 pm PDT",
"deviceId": "C2:F5:35:95:03:9A",
"features": [
"0x445F8A00",
"0x1C340"
],
"flags": 3076,
"manufacturer": "Linkplay Technology Inc.",
"model": "WiiM Pro Receiver"
}
_googlecast._tcp.local. - Living Room Stereo
{
"eventType": "_googlecast._tcp.local.",
"eventName": "WiiM-Pro-Receiver-9d60b479d4d774eeebe2dedae030998f",
"name": "Living Room Stereo",
"server": "9d60b479-d4d7-74ee-ebe2-dedae030998f.local.",
"ip4Address": "192.168.0.124",
"port": 8009,
"macAddress": "C0F53595039A",
"lastUpdated": "2026-06-18 3:34:52 pm PDT",
"deviceId": "9d60b479d4d774eeebe2dedae030998f",
"friendlyName": "Living Room Stereo",
"model": "WiiM Pro Receiver",
"iconPath": "/setup/icon.png",
"castCapabilities": 199172,
"status": 0,
"version": "05",
"receiverStatus": "",
"bootSequence": "FA8FCA8070B5",
"nearbyFeature": 1,
"remoteAccess": "D11ADDAE331E1103",
"cloudDeviceId": "A7614EDF4BB54DBC73F28B20EA407B08",
"txtProperties": {
"cd": "A7614EDF4BB54DBC73F28B20EA407B08",
"st": "0",
"rs": "",
"fn": "Living Room Stereo",
"ve": "05",
"bs": "FA8FCA8070B5",
"md": "WiiM Pro Receiver",
"nf": "1",
"ic": "/setup/icon.png",
"id": "9d60b479d4d774eeebe2dedae030998f",
"rm": "D11ADDAE331E1103",
"ca": "199172"
}
}
Any help is greatly appreciated. Happy to follow troubleshooting, gather logs, etc.
Thanks!
-Aidy