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

pumamood/homebridge-heatmiser: Heatmiser Thermostats Homebridge plugin

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

开源软件名称:

pumamood/homebridge-heatmiser

开源软件地址:

https://github.com/pumamood/homebridge-heatmiser

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-heatmiser

Heatmiser Thermostats Homebridge plugin

This is an Accessory plugin for Nick Farina's Homebridge implementation (https://github.com/nfarina/homebridge)

99% based on homebridge-heatmiser from Thosirl (https://github.com/thosirl/homebridge-heatmiser).

Uses Thosirl implementation revisited as standalone homebridge plugin (not legacy) plus Async Lock extension (https://github.com/kaaninel/asynclock) to avoid timeout on concurent connections

Tested with Heatmiser Wifi accessory here, not with Netmonitor.

Installing Plugin

Plugin is NodeJS module published through NPM

You can install this plugin the same way you installed Homebridge - as a global NPM module. For example:

sudo npm install -g homebridge-heatmiser

Add to config.json under "accessories" array

  • For Heatmiser WiFi thermostats

Options for "your_model" are: "DT", "DT-E", "PRT", "PRT-E", "PRTHW" (see https://github.com/carlossg/heatmiser-node/blob/master/lib/wifi.js#L40)

The mintemp & maxtemp options set the range on the thermostat faceplate. The target temperature step size is now 1 degree as required by Heatmiser

    {
      "accessory": "HeatmiserWifi",
      "ip_address": "your_heatmiserwifi_ip",
      "pin": your_pin,
      "port": 8068,
      "model": "your_model",
      "mintemp": 10,
      "maxtemp": 30,
      "name": "Thermostat",
      "room": "Hall"
    }
  • For Netmonitor
    {
      "accessory": "HeatmiserNetmonitor",
      "ip_address": "your_netmonitor_ip",
      "pin": your_pin,
      "network_address": 1, // Network Address of the Stat you want to talk to
      "name": "Kitchen Thermostat",
      "room": "Kitchen"
    }



鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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