marvinroger / node-lumi-aqara

Control your Xiaomi Smart Home devices with this Lumi Aqara library
GNU General Public License v3.0
46 stars 27 forks source link

write_ack #33

Closed adamcoquelet closed 5 years ago

adamcoquelet commented 5 years ago

Error when interacting with the gateway (color and sound)

gateway.setColor({ r: 255, g: 0, b: 0 }) gateway.setIntensity(100) gateway.setSound(11,50)

Return :

not handled: {"cmd":"write_ack","sid":"34ce0089260c","data":"{\"error\":\"Invalid key\"}"}

marvinroger commented 5 years ago

Did you set the correct password?

adamcoquelet commented 5 years ago

ok the password was not good ... sorry and thank you for this wonderful script!