Giter VIP home page Giter VIP logo

homebridge-mi-aqara's People

Contributors

isundaylee avatar wonderfullay avatar yangliu avatar yinhangcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebridge-mi-aqara's Issues

一些建议

iOS10自动化中对于传感器只能是触发动作(有人或者门打开)后执行某项操作,但是未触发(没检测到人)不能设置动作,未使用iOS11不知道是否增加这项功能,如果没有,建议可以选择更改传感器类型为开关类型,触发时打开,未触发时关闭,再搭配延时开关可以实现更多自动化控制

可不可以在首页把支持的设备缩写列一下

在首页里面写,如果想预设设备的名称,需要填写如下

"defaultValue": {
"158d0001000001": {
"Mag": {
"name": "entrance door"
}
},

的内容,其中 "Mag",如果我没理解错代码,应该是保留字段,能不能在文档的相同位置把所有保留字段都列出来?这样方便大家在写配置的时候填写正确的缩写。

魔方应该怎么使用?

我配置好了魔方以后 设置两个动作 (一次,两次)好像都不起作用。。请教一下大家魔方咋用?

Problem issue and feedback

  1. Gateway: there is 2 accessories from gateway is light color and light level.
  • Light color and brightness not response.
  • light level can not modify
  1. Power Plug: not response.

  2. wireless switch just appear in home app. but there is not usable.

  3. Door Sensor is worked.

  4. Motion Sensor is worked too.

whenever I click on Gateway light or Power plug to turn on. Homebridge will shutdown.
screen shot 2017-07-03 at 19 06 57

Nice plugin! but Gateway light issue

When I'm trying to power on the gateway light throws me that error:

crypto.js:191
this._handle.initiv(cipher, toBuf(key), toBuf(iv));
^

TypeError: Key must be a buffer
at new Cipheriv (crypto.js:191:16)
at Object.Cipheriv (crypto.js:189:12)
at MiAqaraPlatform.getWriteKeyByDeviceSid (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:252:25)
at GatewayParser.controlLight (/usr/local/lib/node_modules/homebridge-mi-aqara/DeviceParsers/GatewayParser.js:166:29)
at Characteristic. (/usr/local/lib/node_modules/homebridge-mi-aqara/DeviceParsers/GatewayParser.js:107:22)
at emitMany (events.js:127:13)
at Characteristic.emit (events.js:201:7)
at Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Characteristic.js:164:10)
at Bridge. (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:756:22)
at Array.forEach (native)

node v: 7.0.0
npm v: 5.0.3
Homebridge v: 0.4.20
Plugin v: 0.3.3
iOS v: 10.3.2

Thanks!

小米万能遥控器

是否可以支持小米遥控器?不知道和博联RM的是不是有共通之处。

battery level

Is your plugin showing the battery level (like the mijia plugin)

使用反馈,一点问题

  1. 我有两温度湿度传感器,其中一个两个指标显示正常,另外一个湿度显示出来,温度报不支持,型号显示没问题
  2. 多出两个button是啥东西?要求家庭中枢已启动

wireless switch problem

Hi,

The plugin working almost perfect and stable. But there is an issue about Wireless button. The button shown on homekit but does not show any actions(single press, long press, double press etc) for it. So any automation function does not work in homekit.

Thanks.

New devices support

Hello!
Thank you for a super plugin!
Can you, please, add to supported devices NEW square sensors (temperature and door/window open) and Curtain Controller!!!

安装插件需要首先写好配置文件?

458004d2-730b-4a19-9dfb-2b254fdc6229
npm 安装 homebridge-mi-aqara 时对配置文件是否要要求?我一直认为安装过程仅拷贝文件,插件可随 config.json 调整。这位用户似乎坚持一定要按照顺序才能够正常使用

加载配置文件失败Cannot read property 'sensor_names' of null

config.json

{
    "bridge": {
        "name": "Homebridge", 
        "username": "CC:22:3D:E3:CE:30", 
        "port": 51826, 
        "pin": "031-45-154"
    }, 
    "platforms": [
        {
            "platform": "AqaraPlatform", 
            "sid": ["f0b429aa18bd"], 
            "password": ["6B0D69DCF7A04132"]
        }
    ]
}
06] Loaded plugin: homebridge-aqara
[2017-8-1 09:56:06] Registering platform 'homebridge-aqara.AqaraPlatform'
[2017-8-1 09:56:06] ---
[2017-8-1 09:56:06] Loaded plugin: homebridge-mi-aqara
[2017-8-1 09:56:06] Registering platform 'homebridge-mi-aqara.MiAqaraPlatform'
[2017-8-1 09:56:06] ---
[2017-8-1 09:56:06] Loaded config.json with 0 accessories and 1 platforms.
[2017-8-1 09:56:06] ---
[2017-8-1 09:56:06] Loading 1 platforms...
[2017-8-1 09:56:06] Initializing AqaraPlatform platform...
Load homebridge-mi-aqara.MiAqaraPlatform
/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:181
    var sid = config['sid'];
                    ^

TypeError: Cannot read property 'sid' of null
    at MiAqaraPlatform.loadConfig (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:181:21)
    at new MiAqaraPlatform (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:148:10)
    at Server._loadDynamicPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:315:30)
    at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:82:8)
    at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10)
    at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)

how is the losing room situation

Hi there I am using another aqara plugin and the items are always loosing the room and name, is this the same with this plugin?

Homebridge crash when i turn on/off gateway light

Hi!
When i try to turn on or off gateway light i instantly get the error message:

TypeError: Key must be a buffer at TypeError (native) at new Cipheriv (crypto.js:191:16) at Object.Cipheriv (crypto.js:189:12) at MiAqaraPlatform.getWriteKeyByDeviceSid (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:252:25) at GatewayParser.controlLight (/usr/local/lib/node_modules/homebridge-mi-aqara/DeviceParsers/GatewayParser.js:166:29) at Characteristic.<anonymous> (/usr/local/lib/node_modules/homebridge-mi-aqara/DeviceParsers/GatewayParser.js:122:22) at emitMany (events.js:127:13) at Characteristic.emit (events.js:201:7) at Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Characteristic.js:155:10) at Bridge.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:740:22)

lux sensor value discrepancies

I have noticed discrepancies between gateway light sensor value and new motion sensor.
Anyone else noticed this?

Right now, I've
8 - motion sensor (same in mi app too)
83 - gateway light sensor

based on below, 83 seems like an legit option. I think, new motion sensor is giving faulty value. I got 2 of them.
https://msdn.microsoft.com/en-us/library/windows/desktop/dd319008(v=vs.85).aspx

i'm going to keep an eye on this.... just wanted to check if anyone else similar issue?

一个反馈

对于原先版本的homebridge-aqara中,有一个这样的功能:

If you like to use Light Bulb type for Light Switch to make grandma Siri happy, like me, you can set the following in the config.

    {
        "platforms": [
        {
            "platform": "AqaraPlatform",
            ...
            "fakeLightBulbForLightSwitch": true,
            ...
        }]
    }

如果能在之后的版本加入就更好了。

当然也十分感谢开发者所做的工作,能在Homekit下更好管理米家设备(鞠躬

依旧存在home app 里不能使用无线开关的问题

home app 内可以看到如下图的提示
img_0128
img_0129

在米家 app 中可以看到无线开关的型号是 lumi.sensor_switch.v2 但是开关的外观却是第一代的米家无线开关外观 希望大佬能帮忙解决 已经在 docker 里重置了好多次 homebridge 了每次都只有这一个插件无法正常工作

plugin always load even when not configured

First of all, excellent plugin! I have a motion sensor, door and button, lux, night light and it all works perfectly and FAST!

Problem:
I run a separate version of homebridge for each plugin, it greatly increases stability. I noticed this plugin loads even if it is not configured to in config.json. Plugins should only load if configured.

/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:181
var sid = config['sid'];
^

TypeError: Cannot read property 'sid' of null
at MiAqaraPlatform.loadConfig (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:181:21)
at new MiAqaraPlatform (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:148:10)
at Server._loadDynamicPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:315:30)
at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:82:8)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10)
at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)

Alarm System

Is there a plan to integrate the alarm panel from xiaomi into the plugin? Could work great with homebridge!

Smart gas detector support?

Hi,

Do you plan to add smart gas detector support?

And is it possible to integrate yeelight platform too?

Thanks.

Issue with UUID during start

Can't start homebridge. Previously had homebridge-aqara plugin(now uninstalled)
Error is:
Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory

Full log:
[2017-6-23 16:25:42] Aqara server is listening on port 9898.
[2017-6-23 16:25:42] Homebridge is running on port 51826.
[2017-6-23 16:25:42] add Gateway 34ce0088d997
[2017-6-23 16:25:42] add Device 34ce0088d997
[2017-6-23 16:25:42] add Device 158d0001a35aea
[2017-6-23 16:25:42] add Device 158d00011501aa
[2017-6-23 16:25:42] add Device 158d000123045d
[2017-6-23 16:25:42] add Device 158d00012317e9
[2017-6-23 16:25:42] add Device 158d000163e302
[2017-6-23 16:25:42] add Device 158d00016c409f
[2017-6-23 16:25:42] add Device 158d0001231fe2
[2017-6-23 16:25:42] add Device 158d00012403ae
[2017-6-23 16:25:42] {"cmd":"read_ack","model":"gateway","sid":"34ce0088d997","short_id":0,"data":"{"rgb":0,"illumination":1292,"proto_version":"1.0.7"}"}
[2017-6-23 16:25:42] create new accessories - UUID: 5a72a562-a57b-4c1c-8897-b3fede914fc9, type: Light Sensor, deviceSid: 34ce0088d997
[2017-6-23 16:25:42] create new accessories - UUID: 147c936f-7701-494d-93cd-d469a85e1fe2, type: Gateway Light, deviceSid: 34ce0088d997
[2017-6-23 16:25:42] {"cmd":"read_ack","model":"cube","sid":"158d00011501aa","short_id":7941,"data":"{"voltage":3015}"}
[2017-6-23 16:25:42] create new accessories - UUID: 20e0bf36-e508-48bf-90cb-20a74fc3e73a, type: Magic Square Flip90, deviceSid: 158d00011501aa
[2017-6-23 16:25:42] create new accessories - UUID: 1b8a34e5-46bf-46bb-9207-d52f3e783877, type: Magic Square Flip180, deviceSid: 158d00011501aa
[2017-6-23 16:25:42] create new accessories - UUID: 6bb85f88-8835-4234-b5ca-6489f95d1e1a, type: Magic Square Move, deviceSid: 158d00011501aa
[2017-6-23 16:25:42] create new accessories - UUID: 74c25e7a-63c8-48f7-8f89-ac4761a52150, type: Magic Square Tap Twice, deviceSid: 158d00011501aa
[2017-6-23 16:25:42] create new accessories - UUID: aabff341-fdc7-424d-896d-24ad5b04d3f8, type: Magic Square Shake Air, deviceSid: 158d00011501aa
[2017-6-23 16:25:42] create new accessories - UUID: fcbb5cdd-43e1-4a67-b5f6-164e73c2a90d, type: Magic Square Rotate, deviceSid: 158d00011501aa
[2017-6-23 16:25:42] {"cmd":"read_ack","model":"motion","sid":"158d000123045d","short_id":24015,"data":"{"voltage":3045,"status":"no_motion"}"}
[2017-6-23 16:25:42] create new accessories - UUID: 0fa0de55-1a7b-4623-9eaa-73ba0926b12a, type: Motion Sensor, deviceSid: 158d000123045d
[2017-6-23 16:25:42] {"cmd":"read_ack","model":"motion","sid":"158d00012317e9","short_id":47994,"data":"{"voltage":3075,"status":"no_motion"}"}
[2017-6-23 16:25:42] create new accessories - UUID: 25c7042b-68ee-4e30-988f-495b35e30aa4, type: Motion Sensor, deviceSid: 158d00012317e9
[2017-6-23 16:25:42] {"cmd":"read_ack","model":"motion","sid":"158d000163e302","short_id":29045,"data":"{"voltage":3045,"status":"motion"}"}
[2017-6-23 16:25:42] create new accessories - UUID: 8b27ac0d-2031-4864-a39d-abde3643397d, type: Motion Sensor, deviceSid: 158d000163e302
[2017-6-23 16:25:42] {"cmd":"read_ack","model":"motion","sid":"158d0001231fe2","short_id":45324,"data":"{"voltage":3065,"status":"no_motion"}"}
[2017-6-23 16:25:42] create new accessories - UUID: d0110c17-f69b-4c14-8d8a-f70887253ddd, type: Motion Sensor, deviceSid: 158d0001231fe2
[2017-6-23 16:25:42] {"cmd":"read_ack","model":"switch","sid":"158d00012403ae","short_id":13649,"data":"{"voltage":3115}"}
[2017-6-23 16:25:42] create new accessories - UUID: 46be1e9e-4fdd-4b5f-a955-b2877257dadb, type: Button, deviceSid: 158d00012403ae
/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:228
throw new Error("Cannot add a bridged Accessory with the same UUID as another bridged Accessory: " + existing.UUID);
^

Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 0fa0de55-1a7b-4623-9eaa-73ba0926b12a
at Bridge.Accessory.addBridgedAccessory (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:228:13)
at Bridge.Accessory.addBridgedAccessories (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:274:10)
at Server._handleRegisterPlatformAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:437:16)
at Server. (/usr/local/lib/node_modules/homebridge/lib/server.js:36:10)
at emitOne (events.js:96:13)
at API.emit (events.js:188:7)
at API.registerPlatformAccessories (/usr/local/lib/node_modules/homebridge/lib/api.js:159:8)
at MiAqaraPlatform.parseMessage (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:351:22)
at emitTwo (events.js:106:13)
at Socket.emit (events.js:191:7)

网关灯控制存在冲突

当在 iphone 上使用家庭 app 执行过一次开关网关灯的操作后,米家 app 里面网关灯的颜色值就取不到而出错了,无法通过人体感应器开灯。

homebridge-mi-aqara插件是否和homebridge-assistant插件冲突?

配置文件如下

{
"bridge": {
"name": "Homebridge",
"username": "28:6C:07:89:21:55",
"port": 51826,
"pin": "123-45-678"
},
"platforms": [{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://192.168.31.38:8123",
"password": "raspberry",
"supported_types": ["fan", "garage_door", "input_boolean", "light", "lock", "media_player", "rollershutter", "scene", "switch"]
},
{
"platform": "MiAqaraPlatform",
"sid": ["286c07892155"],
"password": ["AFCFEB45925F4488"]
}
]
}

运行返回如下
*** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs
*** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister
[6/16/2017, 2:02:27 PM] Loaded plugin: homebridge-homeassistant
[6/16/2017, 2:02:27 PM] Registering platform 'homebridge-homeassistant.HomeAssistant'
[6/16/2017, 2:02:27 PM] ---
[6/16/2017, 2:02:27 PM] Loaded plugin: homebridge-mi-aqara
[6/16/2017, 2:02:27 PM] Registering platform 'homebridge-mi-aqara.MiAqaraPlatform'
[6/16/2017, 2:02:27 PM] ---
[6/16/2017, 2:02:27 PM] Loaded plugin: homebridge-aqara
[6/16/2017, 2:02:27 PM] Registering platform 'homebridge-aqara.AqaraPlatform'
[6/16/2017, 2:02:27 PM] ---
[6/16/2017, 2:02:27 PM] Loaded config.json with 0 accessories and 2 platforms.
[6/16/2017, 2:02:27 PM] ---
[6/16/2017, 2:02:27 PM] Loading 2 platforms...
[6/16/2017, 2:02:28 PM] [HomeAssistant] Initializing HomeAssistant platform...
[6/16/2017, 2:02:28 PM] [HomeAssistant] Fetching HomeAssistant devices.
[6/16/2017, 2:02:28 PM] Initializing MiAqaraPlatform platform...
Load homebridge-aqara.AqaraPlatform
/node_modules/homebridge-aqara/lib/AqaraAccessoryFactory.js:26
if (config['sensor_names']) {
^

TypeError: Cannot read property 'sensor_names' of null
at new AqaraAccessoryFactory (/node_modules/homebridge-aqara/lib/AqaraAccessoryFactory.js:26:13)
at new AqaraPlatform (/node_modules/homebridge-aqara/lib/AqaraPlatform.js:27:18)
at Server._loadDynamicPlatforms (/usr/lib/node_modules/homebridge/lib/server.js:315:30)
at Server.run (/usr/lib/node_modules/homebridge/lib/server.js:82:8)
at module.exports (/usr/lib/node_modules/homebridge/lib/cli.js:40:10)
at Object. (/usr/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)

但是使用homebridge-aqara插件就可以运行。 但是你做的插件兼容的设备更多,想问一下是否有冲突?谢谢!

The v.2 button doesn't do anything.

I can use it with automations in the Mi Home app,
Other accessories works in the Home app, but presses does nothing.
No updates are being posted when I press the button in debug mode.

Using Node 6.9.5
Homebridge version 0.4.22

Unable to install this plugins

I can not install this plugins. Can you show me an example config.json and give me the plugins, is that it? Npm install -g homebridge-mi-aqara thanks

run homebridge got error

[7/9/2017, 11:32:37 PM] Initializing MiAqaraPlatform platform...
Load homebridge-aqara.AqaraPlatform
/usr/lib/node_modules/homebridge-aqara/lib/AqaraAccessoryFactory.js:26
if (config['sensor_names']) {
^

TypeError: Cannot read property 'sensor_names' of null
at new AqaraAccessoryFactory (/usr/lib/node_modules/homebridge-aqara/lib/AqaraAccessoryFactory.js:26:13)
at new AqaraPlatform (/usr/lib/node_modules/homebridge-aqara/lib/AqaraPlatform.js:27:18)
at Server._loadDynamicPlatforms (/usr/lib/node_modules/homebridge/lib/server.js:315:30)
at Server.run (/usr/lib/node_modules/homebridge/lib/server.js:82:8)
at module.exports (/usr/lib/node_modules/homebridge/lib/cli.js:40:10)
at Object. (/usr/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)

PlugBase , Gateway Light and Light Sensor 的问题

PlugBase:只能看不能操作,即米家APP里如果按了开,它就显示开;反向的,如果在家庭APP里按了开,没有反应不说,而且图标会有一瞬间变成开,但0.1秒不到就又变回关的样子。

Gateway Light:也是一样,只能看不能操作,即米家APP里如果按了开,它就显示开;反向的,如果在家庭APP里按了开,图标会变亮(显示开着的样子,但其实没开),选颜色选亮度都没用。

Light Sensor:这个是干嘛用的 图标一直是灰的,就没亮过。

Button:家里没iPad,所以就没试了

其他设备都能正常使用

谢谢

run homebridge 出现下面问题

events.js:160
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE :::51826
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at Server._listen2 (net.js:1258:14)
at listen (net.js:1294:10)
at Server.listen (net.js:1390:5)
at EventedHTTPServer.listen (/usr/lib/node_modules/homebridge/node_modules/h ap-nodejs/lib/util/eventedhttp.js:60:19)
at HAPServer.listen (/usr/lib/node_modules/homebridge/node_modules/hap-nodej s/lib/HAPServer.js:158:20)
at Bridge.Accessory.publish (/usr/lib/node_modules/homebridge/node_modules/h ap-nodejs/lib/Accessory.js:486:16)
at Server._publish (/usr/lib/node_modules/homebridge/lib/server.js:114:16)
at Server. (/usr/lib/node_modules/homebridge/lib/server.js:372:14

Installed snOOrz's homebridge-aqara on my server, how can i change to this one?

Hello, I've Installed snOOrz's homebridge-aqara on my homebridge server,and what i should delete first if i want change to this on?

你好,我之前安装了snOOrz's homebridge-aqara,我重新安装这个时显示不能注册同一个sid,移除了snOOrz's homebridge-aqara也不行,请问我还需要删除什么文件吗?

Thanks for the great integration of quality plugins, but there are some key issues

Thanks to the great integration of quality plug-ins, as well as efficient updates, extensions, and optimization. Now, I try the button and wifi86 switch, and Rubik's cube in the process, the detailed settings of the page settings can not be corresponding percussion work, but the operation of the home interface icon will have corresponding animation feedback. In automation, it can not be used as hardware to stimulate more operations. Another case is that within the eve, the automated rule setting for these hardware can work in the home, and this automation does not appear in the automation of home

小米网关小夜灯 开关、亮度和颜色操作,闪退 问题

`{"id":-1,"method":"get_prop","params":["power"]}
{"id":1,"method":"set_power","params":["off","smooth",500]}
crypto.js:191
this._handle.initiv(cipher, toBuf(key), toBuf(iv));
^

TypeError: Key must be a buffer
at TypeError (native)
at new Cipheriv (crypto.js:191:16)
at Object.Cipheriv (crypto.js:189:12)
at MiAqaraPlatform.getWriteKeyByDeviceSid (/usr/local/lib/node_modules/homebridge-mi-aqara/MiAqaraPlatform.js:252:25)
at GatewayParser.controlLight (/usr/local/lib/node_modules/homebridge-mi-aqara/DeviceParsers/GatewayParser.js:166:29)
at Characteristic. (/usr/local/lib/node_modules/homebridge-mi-aqara/DeviceParsers/GatewayParser.js:109:22)
at emitMany (events.js:127:13)
at Characteristic.emit (events.js:201:7)
at Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Characteristic.js:164:10)
at Bridge. (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:756:22)`

Xiaomi QBKG03LM Aqara Wall Switch doesn't work

Hi,
Xiaomi QBKG03LM Aqara Wall Switch doesn't work.
I see it in Homekit, it shows status of all 2 switches, but when i'm trying to switch it - nothing happens.
From MiHome app it works fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.