William Pietri

Results 46 comments of William Pietri

Say, how did this get resolved? I have an original blink, and was hoping to use servertickle to act as a dead man's switch while also keeping a consistent color...

Hi, @todbot. I'm actually using the command line. My code currently looks like: ``` def show_color(color): call(["blink1-tool", "-q", "--rgb", color, "--millis", "800"]) call(["blink1-tool", "--servertickle", "1,1", "-t", "10000"]) # refresh the...

Thanks for the update, @gsynedra. In my case, the slight blink is problematic; I'd rather have the risk of a false green than a regular visual twitch. So I'll just...

I'm sorry it's not working for you. From that description I have no idea why, so if you're eager to fix the problem I'd suggest snooping on the connnection between...

What's the command you're running? For me if I do `sucks stop` the next lines I see after that are: ``` sucks DEBUG ----------------- starting session ---------------- sucks DEBUG event...

Here's the whole list of packages in use today for me. (I have a script that automatically installs into a new virtualenv every day so I can make sure it...

I think that's a fine idea. Feel free to put together an exception for just the wrong countries that you know; we can always add more later. But if you're...

Very interesting! Thanks for mentioning this. Could you confirm that the official Ecovacs app uses us-na when in your country?

This is what documentation we have on capturing traffic: https://github.com/wpietri/sucks/blob/master/developing.md#mitm-xmpp-traffic-between-the-android-or-ios-app-and-the-ecovacs-server

I don't think anybody has added support for the D900 yet. If you would like add it, the first step is to snoop the protocol between your app and your...