Xinghong Fang

Results 11 comments of Xinghong Fang

Yes, but as you can see, I have to install extra fluentd plugins in my Dockerfile, which always happens after the `ONBUILD COPY fluent.conf` step that happens in the `fluent/fluentd:v1.0.2-onbuild`...

might have found the problem: in lib/client/client.js, on the last few lines of function "Client.prototype._sendSocket", ``` conn.write(message.toBer(), writeCallback); ``` If I understand correctly, this guarantees that the message (search request)...

btw, the issue I'm having only seem to affect "ldaps" protocol so far. and the above fix works for me.

Thanks for the contribution @bend. Apologise for the delay on replying! I developed this initially to support my use-case with HomeAssistant. There is a different library that supports Xiaomi devices...

Have you checked this repo? https://github.com/louisZL/lumi-gateway-local-api/blob/master/%E7%BD%91%E5%85%B3.md It looks like the light can be turned on/off or change colour by sending a UDP packet to the gateway. However, I haven't got...

I've written the following PoC, trying to turn off the LED. But only getting back the "no device" error message. (It gave me the same result without the encryption enabled...

I can confirm the above code works after today's 1.4.1_143_0141 firmware update :) thanks for the great work DEVs!

I think the latter? @snOOrz am I right? :) On Wed, 11 Jan 2017 at 23:54, Mikhail Mezyakov wrote: > Confirmed, it works. > @javefang you sent them a bugreport...

The gateway already pushes sensor data via UDP multicast, it's trivial to get the data in python 3. Although I do need to read up more on how to integrate...

I've started a project myself to implement aqara API as a generic python library. It should now have most of the necessary features already. Take a look :) https://github.com/javefang/pyaqara