snOOrz / homebridge-aqara

HomeBridge plugin for Aqara gateway and devices
536 stars 74 forks source link

basic support of ctrl_ln1 & ctrl_ln2 tested on gateway firewire 1.4.1_146.0141 #77

Closed januslo closed 7 years ago

januslo commented 7 years ago

69 #76 #52 basic support of ctrl_ln1 & ctrl_ln2 basic support of ctrl_ln1 & ctrl_ln2 tested on gateway firewire 1.4.1_146.0141

happylichuanxi commented 7 years ago

It works,thanks for sharing!

theo-69 commented 7 years ago

@snOOrz please merge, need the neutral-live wire support

theo-69 commented 7 years ago

@januslo hey quick question what file do i have to change in order to get this working

TTDARK commented 6 years ago

These lines are currently in my lib/AqaraPlatform.js . But Homekit still only shows status of my dual light switch (with neutral wire). Turning on/off doesn't control the device. Does anyone have a solution? Gateway Firmware v. 1.4.1_148.0143

'sensor_ht' : new TemperatureAndHumidityParser(this),
'motion' : new MotionParser(this),
'magnet' : new ContactParser(this),
'ctrl_neutral1' : new LightSwitchParser(this),
'ctrl_neutral2' : new DuplexLightSwitchParser(this),
'ctrl_ln1' : new LightSwitchParser(this),
'ctrl_ln2' : new DuplexLightSwitchParser(this),
'86sw1' : new EightySixSwitchParser(this),
'86sw2' : new DuplexEightySixSwitchParser(this),
'plug' : new PlugSwitchParser(this)`