New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

homebridge-samsung-multiroom

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-samsung-multiroom

Samsung Multiroom Speakers for Homebridge

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

homebridge-samsung-multiroom

by @cosminlupu

A homebridge plugin that using samsung-multiroom allows you to control your Samsung Multiroom (R1, R2, R3) speakers. The speaker should be controlled completely from the native HomeKit iOS app and Siri, that is why volume appears as a light bulb for now, until homekit will support speakers.

Tested only with a Samsung R1 speaker

Current features

  • Get mute status
  • Set mute
  • Get volume
  • Set volume

How to use

If you are new to Homebridge, please first read the Homebridge documentation. If you are running on a Raspberry, you will find a tutorial in the homebridge-punt Wiki.

Install homebridge:

sudo npm install -g homebridge

Install homebridge-samsung-multiroom:

sudo npm install -g homebridge-samsung-multiroom

Configuration

Add the accessory in config.json in your home directory inside .homebridge.

{
  "accessories": [
    {
      "accessory": "SamsungMultiroom",
      "name": "Speaker",
      "host": "192.168.0.40",
      "port": "55001"
    }
  ]
}

License

MIT

Keywords

homebridge-plugin

FAQs

Package last updated on 11 Aug 2017

Related posts