当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-modern-forms

授权协议 Apache-2.0 License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 龚沛
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Modern Forms Homebridge Plugin

Add support for Modern Forms fans to Homekit using Homebridge.

Prerequisites

Setup

  1. Add any fans you'd like to control to your home network.

    1. Download the Modern Forms iOS or Android app.
    2. Follow the instructions to pair your fan.
    3. Verify your fans show up in the app and can be controlled.
    4. Optionally, delete the app.
  2. Add the following to your Homebridge config.json under platforms.

    {
        "platform": "ModernForms"
    }
  3. Verify your config.json looks similar to the following.

    {
        "bridge": {
            "name": "Name",
            "username": "XX:XX:XX:XX:XX:XX",
            "port": 00000,
            "pin": "000-00-000"
        },
        "platforms": [
            {
                "platform": "ModernForms"
            }
        ]
    }
  4. You’re all set! Any fans you saw in the Modern Forms app should appear in the Home app automatically.

Configuration

Specifying Fan IP Addresses

If any of your fans are not automatically found, try specifiying their IP addresses in the following format.

{
    "platform": "ModernForms",
    "fans": [
        {
            "ip": "192.168.0.10"
        },
        {
            "ip": "192.168.0.11"
        }
    ]
}

Disabling Auto Discovery

If you would like to disable the automatic discovery of fans on your network, specify the following option. You will need to specify the IP address of your fans manually as shown above.

{
    "platform": "ModernForms",
    "autoDiscover": false
}
 相关资料
  • Modern 是一个 Windows Runtime 的标准 C++ 语言项目。Modern 编译器生成一个只有 header 的库,提供给 C++ 开发者,可以使用 first-class 访问现代化 Windows API。

  • Modern ClojureScript (modern-cljs) 是一系列的 ClojureScript (CLJS) 教程,指导如何创建和运行 ClojureScript 项目。 CLJS 是 Clojure 编程语言的编译器,目的是转换成 JavaScript,这样可以运行在 Web 浏览器和其他客户端或者服务端 JavaScript 解析器中。 Modern ClojureScript 是使用 Clojure 语言编写的。

  • Modern JavaScript Video Project This is the repository for the project we'll refactor together during TylerMcGinnis.com's "Modern JavaScript" course, for more information on the course see tylermcginn

  • Modern Unix bat A cat clone with syntax highlighting and Git integration. exa A modern replacement for ls. lsd The next gen file listing command. Backwards compatible with ls. delta A viewer for git a

  • Modern WASM Starter A starter template to easily create WebAssembly packages for npm using type-safe C++ code with automatic declarations.This project should take care of most of the boilerplate code

  • modern-resume-theme A modern simple static resume template and theme. Powered by Jekyll and GitHub pages. Host your own resume on GitHub for free! View Demo Announcements Nov 2020 - Content configurat