我为我的 Hue 系统购买了这个innr 灯泡,除了它与 Hue Entertainment 不兼容之外,它工作得很好。事实证明,Hue Entertainment(尚)不支持第 3 方灯泡。
所以我尝试了以下方法:
我进入 API 调试器并尝试手动更改灯泡的参数,因此它被识别为“飞利浦 Hue 彩色灯”。我尝试更改的参数是 modelid 和不同的功能参数。但是,我总是返回错误 8 或错误 6:
"error": {
"type": 8,
"address": "/lights/4/capabilities",
"description": "parameter, /lights/4/capabilities, is not modifiable"
或者
"error": {
"type": 6,
"address": "/lights/4/manufacturername",
"description": "parameter, manufacturername, not available"
}
我现在的问题是:
- 是否有任何技术差异导致 Hue Entertainment 系统无法使用 3rd 方灯?
据我所知,飞利浦 Hue 灯通过 ZigBee 协议进行通信,就像所有其他 Hue 兼容灯一样,因此桥接器和第 3 方灯之间的通信应该不成问题。原装飞利浦灯和其他灯的唯一区别是亮度和颜色范围,但没有任何技术障碍会阻止这些灯与飞利浦 Hue 娱乐一起使用。我对此是否正确?
- 有没有办法让飞利浦 Hue Entertainment 与非飞利浦灯一起工作?(也许通过操纵网桥的固件?)