bggardner

Results 41 comments of bggardner

Yes, I believe you're right. However, I no longer have the V2 hardware so I can't test it.

The RFUtils.py file was really a quick-and-dirty method of capturing the data on a Raspberry Pi, and is just meant to test SimpliSafe.py. Feel free to improve if you feel...

Thanks! The `RFUtils.recv()` function prints the raw message on lines 101 and 120. If you can post those results and the events they correspond to (like pressing the panic button,...

Sorry for the delay, I was on vacation. I added the Glassbreak sensor without testing in b8ef080, so please test and let me know. Thanks.

Added support for the Panic Button in f4bcaf7 (again without testing). Please test, and please post any other undecoded messages. I appreciate your support.

Awesome. Smoke detector added in 75f2c28. Please test. Also, what RF hardware are you using? I'd like to populate [this wiki page](https://github.com/bggardner/simplisafe-rf/wiki/RF%20Hardware). Thanks again.

Sorry, had a typo. Try b3edcbb. I've only tried the SMAKN pairs on the wiki, with only a few inches of reception. I'm tempted to just tap into the base...

Great, thanks. I'll give that a try. You should be able to edit the wiki page [here](https://github.com/bggardner/simplisafe-rf/wiki/RF-Hardware/_edit). I've never tried to edit someone else's wiki, so we'll see how it...

I also have a change ready that queries the system for the state of a `SocketcanBus`, but it depends on the `pyroute2` package. I didn't want to cause another dependency,...

I'm not sure I follow you since `BusState` isn't passed to `BusABC.__init__()`. I agree that `BusABC.state.setter` should be removed, though I think `listen_only: bool` is not a direct replacement, but...