0.0.5 • Published 7 years ago

logitechmediaserver v0.0.5

Weekly downloads
59
License
CC-by-SA
Repository
github
Last release
7 years ago

Just some code I wrote for my home automation system. Connects javascript to a Logitech Media Server (formerly Squeezebox Server). It provides a "telnet server" which I just connect to using net.createConnection.

See example.js for how to use.

Collects information about known players and then allows:

  • monitoring of volume, wifi signal strength, power status (on/off)
  • switch on/off by calling simple functions
  • play/pause/stop
  • sending arbitrary commands through the telnet interface

I used this together with my xBee module to play sounds when my back door opened, and so on.

Licence