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

Sinclair81/Homebridge-Tasmota-TS: Control your WLan sockets that are flashed wit ...

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

开源软件名称:

Sinclair81/Homebridge-Tasmota-TS

开源软件地址:

https://github.com/Sinclair81/Homebridge-Tasmota-TS

开源编程语言:

TypeScript 100.0%

开源软件介绍:

Homebridge-Tasmota-TS

npm version donate

Gosund SP111 A V1.1

Control your WLan sockets that are flashed with the Tasmota firmware.

Type of Accessory:

  • Switch

Installation

  1. Install homebridge using: sudo npm install -g --unsafe-perm homebridge
  2. Install homebridge-config-ui-x using: sudo npm install -g --unsafe-perm homebridge-config-ui-x
  3. Update your configuration file with this guide: smartapfel.de
  4. Install homebridge-tasmota-ts using: homebridge-config-ui-x's Webserver (Homebridge must be started with sudo for the installation.)
  5. Update your configuration file with code like the sample below

Homebridge-Tasmota-TS Main Configuration Parameters

Name Value Required Notes
accessory "Tasmota-TS" yes Must be set to "Tasmota-TS".
name (custom) yes Name of accessory that will appear in homekit app.
device "Generic" no A Device String e.g. "Gosund SP111 A V1.1" or "SMAHO WiFi Plug"
ip "10.0.0.100" yes Must be set to the IP of your Tasmota Device.
relais 1 no Relais Number - default is 1
user "none" no Must be set to the WebUsername - default WebUsername = admin.
password "none" no Must be set to the WebPassword .
updateInterval 0 no Auto Update Interval in milliseconds, 0 = Off
debugMsgLog 0 no 1 - Displays messages of accessories in the log.
type "switch" yes Type of Accessory: "switch"
"accessories": [
    {
        "accessory": "Tasmota-TS",
        "name": "WLan socket 1",
        "device": "SMAHO WiFi Plug",
        "ip": "10.0.0.100",
        "updateInterval": 30000,
        "debugMsgLog": 1,
        "type": "switch"
    },
    {
        "accessory": "Tasmota-TS",
        "name": "WLan socket 2",
        "device": "Gosund SP111 A V1.1",
        "ip": "10.0.0.101",
        "relais": 1,
        "user": "admin",
        "password": "12345",
        "updateInterval": 30000,
        "debugMsgLog": 1,
        "type": "switch"
    }
    ]

The plugin that this one is based on: Homebridge-Logo-TS.
You can also view the full list of supported HomeKit Services and Characteristics in the HAP-NodeJS protocol repository.

Test Homebridge-Tasmota-TS

  1. Download or clone Homebridge-Tasmota-TS.
  2. Install: $ npm install
  3. Build: $ npm run build
  4. Run: $ homebridge -D -P ~/Homebridge-Tasmota-TS

Flash Tasmota Firmware

  • Firmware Binary
  • NodeMCU-PyFlasher
  • Tasmota Firmware Wiki
  • Power Monitoring
  • Gosund SP111 A V1.1 - Tasmota Config:
    {"NAME":"Gosund SP111 A V1.1","GPIO":[57,255,56,255,132,134,0,0,131,17,0,21,0],"FLAG":0,"BASE":45}
  • SMAHO WiFi Plug - Tasmota Config:
    {"NAME":"SMAHO WiFi Plug","GPIO":[17,0,0,0,134,132,0,0,131,56,21,0,0],"FLAG":0,"BASE":18}
  • Set Voltage: http://10.0.0.100/cm?cmnd=VoltageSet 230 [in Volt]
  • Set CurrentSet: http://10.0.0.100/cm?cmnd=CurrentSet 326 [in milli Amper]
  • Set Power: http://10.0.0.100/cm?cmnd=PowerSet 75 [in Watt]
  • Disable status LED blinking during Wi-Fi and MQTT connection problems:
    http://10.0.0.100/cm?cmnd=SetOption31 1



鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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