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

andig/homebridge-fritz: Homebridge platform for Fritz!Box router and supported D ...

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

开源软件名称:

andig/homebridge-fritz

开源软件地址:

https://github.com/andig/homebridge-fritz

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-fritz

NPM Version NPM Downloads Build status Donate

Homebridge platform plugin for FRITZ!Box.

This plugin exposes:

  • WLAN guest access switch
  • FRITZ!DECT outlets (200, 210)
  • FRITZ!Powerline outlets (510, 540)
  • FRITZ!DECT (300, 301) and Comet!DECT thermostats
  • FRITZ!DECT (400) buttons
  • FRITZ!DECT repeaters as temperature sensor (100)
  • Window sensors including HAN FUN devices e.g. of Deutsche Telekom

Installation

Follow the homebridge installation instructions at homebridge.

Install this plugin globally:

npm install -g homebridge-fritz

Add platform to config.json, for configuration see below.

Configuration

{
  "platforms": [
    {
      "platform": "FRITZ!Box",
      "name": "My FRITZ!Box",
      "username": "<username>",
      "password": "<password>",
      "url": "http://fritz.box",
      "interval": 60,
      "concurrent": true,
      "devices": {
        "wifi": {
          "name": "Guest WLAN",
          "display": true
        },
        "outlet-1": {
          "TemperatureSensor": false
        },
        "repeater-1": {
          "TemperatureSensor": false
        },
        "thermostat-2": {
          "ContactSensor": false
        },
        "hidden-3": {
          "display": false
        }
      },
      "options": {
        "strictSSL": false
      }
    }
  ]
}

The following settings are optional:

  • url: FRITZ!Box address
  • interval: polling interval for updating accessories if state was changed outside homebringe
  • concurrent: set to false to avoid concurrent api requests. May work more stable on older FRITZ!Boxes but has slower performance
  • devices: detailed configuration for individual devices. To be uniquely addressable, each device uses its AIN as key. The guest wifi device is always called wifi. Supported device configuration options are:
    • display: false to disable the device, e.g. useful for main wifi
    • invert: true to invert open/closed behaviour of ContactSensor
    • ContactSensor: false to disable the thermostat's open window ContactSensor
    • TemperatureSensor: false to disable the temperature sensors for outlets or repeaters
    • the wifi device additionally supports the name option for setting a custom name for the wifi guest access switch

Common Issues / Frequently Asked Questions

  1. Can't login to the FRITZ!Box

    Some users have reported that logging into the FRITZ!Box internally via https fails. This seems to be caused by the FritzApp occupying the same port. In this case you can connect internally via http or use the external IP.

    FRITZ!Box platform login failed messages can be caused by invalid login data or wrong url.

    Log messages if the form of:

     { error: { [Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT' }
    

    indicate that there are SSL security problems- most likely due to self-signed certificates. Use the "strictSSL": false option to disable the respective check.

  2. Unable to update my thermostat

    Current FRITZ!Box firmwares seem to ignore API updates when the thermostat has been key-locked. No workaround available- please contact AVM to change this behaviour or don't use the locking mechanism.

  3. Unable to update thermostat battery charge

    Battery charge is not an API function. That means that the user must have access to FRITZ!Box administration, not only to the SmartHome API in order to use this functionality. Update your FRITZ!Box user accordingly.

  4. Can't toggle guest wifi

    Updating guest wifi state requires both a FRITZ!Box username, password and in some cases an https/ssl connection to the FRITZ!Box. If you use the password only option (System > FRITZ!Box Users > Login method) of the FRITZ!Box, make sure you provide any random username value at the "username" parameter, otherwise 401 - unauthorized errors may occur.

  5. Tips for using thermostat with Home App modes and scenes

    When scenes are used in the Home App, a target temperature have to be set. There are the modes Off and On.

    • Off - Switches off the thermostat
    • On - Set the selected temperature
    • Depending on the target and actual temperature, Homekit shows the thermostat as "cooling" or "heating"

Debugging

If you experience problems with this plugin please provide a homebridge logfile by running homebridge with debugging enabled:

homebridge -D

For even more detailed logs set "debug": true in the platform configuration.

Acknowledgements




鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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