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

JohnWickham/homebridge-vizio: A Homebridge plugin to control your Vizio Smartcas ...

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

开源软件名称:

JohnWickham/homebridge-vizio

开源软件地址:

https://github.com/JohnWickham/homebridge-vizio

开源编程语言:

JavaScript 100.0%

开源软件介绍:

Deprecating homebridge-vizio

Now that Vizio supports HomeKit and AirPlay 2 natively, I'm no longer planning on supporting this plugin. It may still be useful for displays that didn't receive first-party support, so it'll remain available. Can't guarantee that I'll be able to address any new issues.

homebridge-vizio

A Homebridge plugin for controlling your Vizio Smartcast display using HomeKit or Siri. What can I do with it?

Getting Started

You'll need to install Homebridge first:

sudo npm install -g homebridge

Then, install homebridge-vizio:

npm install homebridge-vizio

Setting Up

To configure homebridge-vizio, you'll need to know the LAN IP address or hostname of your display. You can find this in the SmartCast app, or on the display's menu.

Note: it's recommended that you use the display's hostname, as it isn't likely to change like it's IP address will. The default hostname appears to be viziocasttv.local.

You'll need to pair your display with Homebridge so your display will accept commands to control it. homebridge-vizio comes with a helpful setup script that walks you through the process. To use it, use:

node node_modules/homebridge-vizio/setup.js

You'll be asked for the IP address of your display (try using viziocasttv.local if you don't know it), then for the PIN code that the display shows on-screen. Then, you'll be shown an "access token"; copy the token, you'll need it in a moment.

Configuring Homebridge

Homebridge uses a JSON file to determine what accessories are exposed to HomeKit. Add the following entry to your config.json:

"accessories": [
    {
        "accessory": "VizioDisplay",
        "name": "Whatever Name You Want",
        "token": "YOUR ACCESS TOKEN",
        "address": "YOUR DISPLAY'S IP ADDRESS"
    }
]

Controlling Your Display

Currently, homebridge-vizio only supports turning your display on and off. As Apple adds more service capabilities and accessory types to HomeKit, homebridge-vizio can grow to support more functionality.

How it Works

homebridge-vizio is based on vizio-smart-cast by Heath Paddock. Many thanks to him for his excellent work.




鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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