simplisafe-rf icon indicating copy to clipboard operation
simplisafe-rf copied to clipboard

The application-layer protocol used by SimpliSafe devices over RF

Results 7 simplisafe-rf issues
Sort by recently updated
recently updated
newest added

https://github.com/bggardner/simplisafe-rf/blob/266d5e68d3e446fbbd7083f344c3688703a7d6cf/simplisafe/pigpio.py#L221 Should this be next_bit ^= 1 instead of next_bit ^= next_bit?. The equivalent section in the 'script' version of this method implies it should be.

I don't have these, so I was unable to create the appropriate message classes: - CO Detector - Freeze Sensor - Water Sensor If you have them, please post the...

When the signal is not fully received, both RFUtils.py and Simplisafe.py may occassionally generate errors that will kill the calling program. In this case I have created a small test...