『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 7924|回复: 2

[求助] 我的homebridge 不能用yeelight极客协议的模式 homeassistant又不

[复制链接]

7

主题

28

帖子

112

积分

注册会员

Rank: 2

积分
112
金钱
84
HASS币
0
发表于 2017-11-24 14:55:35 | 显示全部楼层 |阅读模式
大神们,为什么我的homebridge 不能用极客协议的模式了,homekit添加配件后,只有空净 万能摇控器,没有yeelight的配件???????


现在我的情况是,sonoff接入Homeassistant

yeelight  用的homebridge 用的极客协议模式

万能摇控器+空气净化器用的homebridge  用的获取taken模式。。。。


配置文件代码如下,已验证,没有报错,没加入万能摇控器之前,yeelight灯和空净都运行正常,加入万能摇控后,,yeelight 就不在homekit里显示配件了。
{
    "bridge": {
        "name": "Homebridge",
        "username": "B8:27:EB:19:93:77",
        "port": 51826,
        "pin": "123-45-678"
    },
    "platforms": [
        {
            "platform": "MiAirPurifierPlatform",
            "deviceCfgs": [
                {
                    "type": "AirPurifier2",
                    "ip": "192.168.3.9",
                    "token": "ab75acc7e60181cd01fe018f936468f6",
                    "airPurifierDisable": false,
                    "airPurifierName": "AirPurifier",
                    "silentModeSwitchDisable": false,
                    "silentModeSwitchName": "AirPurifier Silent Mode Switch",
                    "temperatureDisable": false,
                    "temperatureName": "Temperature",
                    "humidityDisable": false,
                    "humidityName": "Humidity",
                    "buzzerSwitchDisable": true,
                    "buzzerSwitchName": "AirPurifier Buzzer Switch",
                    "ledBulbDisable": true,
                    "ledBulbName": "AirPurifier LED Switch",
                    "airQualityDisable": false,
                    "airQualityName": "AirQuality"
                }
            ]
        }, {
        "platform": "ChuangmiIRPlatform",
        "hidelearn": false,
        "learnconfig":{
            "ip": "192.168.31.xx",
            "token": "xxxxxxx"
        },
        "deviceCfgs": [{
            "type": "Switch",
            "ip": "192.168.31.xx",
            "token": "xxxxxxx",
            "Name": "IR Switch",
            "data": {
                "on" : "xxxxxxx",
                "off": "xxxxxxx"
            }
        },{
            "type": "Projector",
            "ip": "192.168.31.xx",
            "token": "xxxxxxxx",
            "Name": "IR Projector",
            "interval": 1,
            "data": {
                "on" : "xxxxxxxxxxxxx",
                "off": "xxxxxxxxxxxxx"
            }
        },{
            "type": "Light",
            "ip": "192.168.31.xx",
            "token": "xxx",
            "Name": "IR LightBulb",
            "data": {
                "100" : "xxxx",
                "75" : "xxxxx",
                "50" : "xxxxx",
                "25" : "xxxxx",
                "off" : "xxxx"
            }
         },{
            "type": "AirConditioner",
            "ip": "192.168.31.xx",
            "token": "xxx",
            "Name": "IR AC",
            "DefaultTemperature": 25,
            "MinTemperature": 16,
            "MaxTemperature": 30,
            "data": {
                "Cool":{
                    "30" : "xxx",
                    "25" : "xxx",
                    "20" : "xxx",
                    "16" : "xxx"
                },
                "Heat":{
                    "30" : "xxx",
                    "25" : "xxx",
                    "20" : "xxx",
                    "16" : "xxx"
                },
                "Auto":{
                    "30" : "xxx",
                    "25" : "xxx",
                    "20" : "xxx",
                    "16" : "xxx"
                },
                "off" : "xxxx"
            }
        }]
    }
    ]
}

请问问题出在哪里,,难道yeelight 也要走taken方式,,,这样homeassistant 就不能控制了。。。

回复

使用道具 举报

0

主题

10

帖子

42

积分

新手上路

Rank: 1

积分
42
金钱
32
HASS币
0
发表于 2018-1-22 15:57:18 | 显示全部楼层
请问yeelight极客模式怎么打开?
回复

使用道具 举报

3

主题

35

帖子

285

积分

论坛技术达人

花叶凉暖两分半

积分
285
金钱
250
HASS币
10
发表于 2018-1-28 01:16:51 | 显示全部楼层
给你个链接,这是yeelight控制的源码
https://github.com/vvpossible/homebridge_yeelight
我用天猫精灵接入nodejs的,没有搞ha插件,不过一个意思,有源码啥都好搞
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-23 12:01 , Processed in 0.164696 second(s), 24 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表