Keith G
Keith G
Very interesting, thank you for the detailed explanation! So if I'm understanding correctly, the rotation and fade to zero treatment results audio samples that sound noisier when listened to normally...
This already happens due to the use of `runIn()`. Every time motion is detected, the `runIn()` timer is effectively reset, so the call to set the inactive motion event is...
I looked over the code changes and it looks fine to me - Thanks for this! I had no idea that any Xiaomi devices had been re-purposed for use in...
I have updated the DTH to what should hopefully be a fully working beta. The most important change was going from using capability `switch` to `Door control`, which is most...
It turns out someone has finished a working [SmartThings device handler for the curtain motor](https://community.smartthings.com/t/xiaomi-curtain-dth-partially-openable/126972). I will leave this Pull Request open because I've asked the author if his code...
Can you guarantee these changes will work for all SmartThings users? SmartThings still does not officially support custom DTHs in the new SmartThings app, and users are only guessing what...
Hi Randy! Thanks for taking a look. I was wondering about whether using `zigbee.getEvent` would work or not. I've removed it and the conditional based on it completely, following the...
> This code will parse the accelerometer values correctly. (around line 226). But those are 16-bit two's complements, and there's strong indications the X,Y,Z values are 12-bit 2's C. I...
I have updated the code with some changes, now at v0.6b Changes * Added preference setting to set the sensor's accelerometer _sensitivity level_ (untested) which will also display an event,...
@oltman - Sorry, was out of town for a couple days. Uploading code is only possible to repositories you have access to, which at a minimum includes your own, of...