• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

rwifall/homebridge-sonybraviatv: A home bridge plugin for Sony Bravia TVs

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

rwifall/homebridge-sonybraviatv

开源软件地址:

https://github.com/rwifall/homebridge-sonybraviatv

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-sonybraviatv

A home bridge plugin for Sony Bravia TVs based on Android TV. Currently it supports powering on and off TVs using a preshared key.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-sonybraviatv
  3. Update your configuration file. See below for a sample.
  4. Set "Remote start" to ON in your Android TV Settings->Network->Remote Start
  5. Change "Authentication" to "Normal and Pre-Shared Key" in your Android Settings->Network->IP Control->Authentication
  6. Enter a "Pre-Shared Key" in your Android TV Settings->Network->IP control->Pre-Shared Key

Configuration

Enter the IP address of your television in the ipaddress field. On your TV go to Settings->Network->Home network->IP Control. Change Authentication to "Normal and Pre-Shared Key". Enter something for the Pre-Shared Key. Put that same string in the presharedkey field. If your TV requires Wake-on-Lan to power-on, enter your TV MAC address in the macaddress field.

Configuration sample:

"accessories": [
   {
   "accessory": "SonyBraviaTV",
   "name": "My TV Name",
   "ipaddress": "YOUR TV IP ADDRESS HERE",
   "presharedkey": "YOUR PRESHARED KEY HERE"
 }
   ]

NOTE: Some Sony Bravia TVs require Wake-on-Lan to power on. If your TV is one of these, then you will need to add the macaddress field to your configuration as shown below.

"accessories": [
	{
    "accessory": "SonyBraviaTV",
    "name": "My TV Name",
    "macaddress": "01:02:03:04:05:06",
    "ipaddress": "YOUR TV IP ADDRESS HERE",
    "presharedkey": "YOUR PRESHARED KEY HERE"
  }
    ]

NOTE: If you wish to use the state of your TV as a trigger for automation, the plugin must regularly update it. To achieve this, polling must be enabled.

"accessories": [
	{
    "accessory": "SonyBraviaTV",
    "name": "My TV Name",
    "macaddress": "01:02:03:04:05:06",
    "ipaddress": "YOUR TV IP ADDRESS HERE",
    "presharedkey": "YOUR PRESHARED KEY HERE",
    "polling": true,
    "interval": 1
  }
    ]



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap