sebbo2002 / node-pyatv

A lightweight node.js wrapper around pyatv…
MIT License
27 stars 2 forks source link

Airplay2 (Stereo) Speaker support ? #93

Closed cgHome closed 3 years ago

cgHome commented 3 years ago

Guten Tag,

While searching for a way to integrate AppleTV and Airplay 2 for the Homey Smart Home, I came across your node implementation via the pyatv python library.

My basic question is, do you support normal Airplay2 (stereo) speaker devices like HomePod mini besides AppleTV ?

Gruss Chris

sebbo2002 commented 3 years ago

In general, node-pyatv is only a client for pyatv. If these speakers are supported by pyatv, they should also work with node-pyatv. If in doubt, just try it out.

You might also be interested in the pyatv-mqtt-bridge project, which would allow you to use node-pyatv directly via MQTT.