Simplisafe Temperature

I have Simplisafe configured as my alarm_control_panel, and love it. It’s the first thing I integrated into SimpliSafe and it worked trouble-free from the get-go. Simplisafe’s freeze monitor gives me a temperature reading, I’d like to be able to grab that data in Home Assistant as a sensor. From what I’ve found online of documentation of Simplisafe’s API, I haven’t seen any reference to temperature :frowning: but I expect it’s got to be available, as I can see it in their Android app.

Oh, cool good idea. Let me try to look into this. I don’t have a SimpliSafe system so I will need to contact my father to get his credentials.

1 Like

Getting all of this back. Don’t think my father has the temperature monitoring so it is a “?”

{
“return_code”:1,
“location”:{
“service”:{
“sid”:“REMOVED”,
“account”:“REMOVED”,
“pin_unlocked”:true,
“plan_features”:{
“monitoring”:{
“id”:“monitoring”,
“name”:“Professional Monitoring”,
“price”:“14.99”,
“enable”:1
},
“alerts”:{
“id”:“alerts”,
“name”:“Smart Alerts”,
“price”:“5”,
“enable”:true
},
“online”:{
“id”:“online”,
“name”:“Online Command”,
“price”:“5”,
“enable”:true
},
“video”:{
“id”:“video”,
“name”:“Video Monitoring”,
“price”:"",
“enable”:0
},
“other”:{
“id”:“other”,
“name”:"",
“price”:"",
“enable”:0
},
“other_2”:{
“id”:“other_2”,
“name”:"",
“price”:"",
“enable”:0
}
},
“plan_name”:“24/7 Interactive Alarm Monitoring + Alerts”
},
“location”:{
“street1”:“REMOVED”,
“street2”:"",
“city”:“REMOVED”,
“state”:“REMOVED”,
“postal_code”:“REMOVED”
},
“system”:{
“state”:“off”,
“state_time”:“2:45pm - 01/27/17”,
“exit_delay”:60
},
“monitoring”:{
“recent_fire”:{
“text”:“No Alert”,
“time”:“11:35am - 01/30/17”
},
“recent_co”:{
“text”:“No Alert”,
“time”:“11:35am - 01/30/17”
},
“recent_flood”:{
“text”:“No Alert”,
“time”:“11:35am - 01/30/17”
},
“recent_alarm”:{
“text”:“No Alert”,
“time”:“11:35am - 01/30/17”
},
“freeze”:{
“temp”:"?",
“time”:“11:35am - 01/30/17”
},
“warnings”:null,
“center”:{
“name”:“C.O.P.S. Monitoring Center”,
“phone”:“800-633-2677”,
“phone_readable”:“800-633-2677”
}
}
}
}

Looks like we can get Fire/Temp/Flood/and CO!!!

PR opened https://github.com/home-assistant/home-assistant/pull/6 if you could test that would be great. Thanks.

Was this ever tested or implemented? I just finished setting up my Simplisafe and would like to have some of this in my system.

Thanks,

Yes it was. You should see the extra attributes in the alarms attributes.

I see them now. Thanks.