There is a way to do it, but I (and I believe the original creator) purposely left it as read-only for security reasons.
Yes, the original author mentioned that he was going to make 2 versions, but I was hoping another coder can do it since he seems to be inactive on these boards now.
Hello all,
Iâm new to ST and the community and would first like to thank you all for your hard work.
Can someone help or guide me to what I may be doing wrong with @tobycth3 code.
Below are the steps taking (Im not sure if they are even correct) and I donât seem to have my SS info polling correctly and\or working.
- Under âMy Device Typesâ added new Device Type, selected from Code and copied and pasted @tobycth3 code into the new SmartDevice section. Then selected Create. Then Publish to me (not sure if Iâm supposed too)
- Under âMy Devicesâ added a new Device, added the appropriate info and selected my new Device Type above from the âTypeâ section.
- From my mobile phone, I now entered my SimpliSafe info. (Nothing updates but I do see it trying to login on the SS website)
Nothing updates but I do see its trying to login on the SS website. Is there anything Iâm missing or doing wrong?
Thanks for any assistance you can help with.
Hi @Ziggy, Please make sure you are setting your location ID for your SS system by logging into your account and grabbing it from the URL:
https://simplisafe.com/account2/<ACCOUNTID>/sid/<LOCATIONID>/control-panel
Youâll also need to set the Device UUID, I used the Zigbee ID from my hub found in IDE.
If you can try again and post any errors from the live log, that might help too.
Thank you. I had my location ID incorrectly stated.
I edited my post above with the latest code that fixes a couple of issues:
9/29/15
- Excessive logging when nothing has changed
- Freeze sensor monitoring would result in an error
- Code cleanup / OCD fixes
having an issue⌠this is the log output
something went wrong: groovyx.net.http.HttpResponseException: Not Found
@seankealey Do you have the SS2 system with the Online Command plan ($24.99) ?
yes and the standalone app works fine.
Did you set your LocationID and Device UUID? SimpliSafe Alarm Integration (cloud to cloud)
I did⌠setting it property is another questionâŚ
I grabbed the URL as u stated earlier for the locationID
and the Device UUID was my Hub Zigbee ID, which i found if i log into smartthings Dev site > My Devices > and looking at my hub ⌠is this correct?
Thatâs the correct for the Device UUID. It really can be anything but I found that to work best. Just for clarification, you just entered the LocationID number, not the entire URL, correct?
1 step closer⌠i was using the entire URL⌠fixed that, seems to still be giving me a problem
new error message:
something went wrong: groovyx.net.http.HttpResponseException: Forbidden
[uri:https://simplisafe.com/mobile/null/sid/*******/dashboard, headers:[Cookie:vid=35250591;sid=2a78426fa2a62a596085f18f8f325010;SESS0a579df22041dad2408a3ba712e086e9=2a78426fa2a62a596085f18f8f325010;], body:[no_persist:1, XDEBUG_SESSION_START:session_name]]
does the device name matter? i just have mine called âsimplisafeââŚ
also not sure why there is a null in the url
I am using the V2 version of SS with the $24.99/month monitoring service, and this is working flawlessly, thank you!!.
If we ever get the ability to change the status to Home/Away/Off, it would be perfect!
@seankealey SS pushed a major botched update to their systems the other day and it appears to have broke parts of the mobile app for many users. Since the ST app uses the came calls as their mobile app, Iâm starting to wonder if your issue might be somehow related. The account shouldnât be showing as null and would cause the errors you are receiving.
The fact that SS doesnt open up there system or at the very least support IFTTT blows my mind. Anyway much thanks for trying to problem solve and for writing the code
Hey @seankealey have you had any better luck now that SS appears to have resolved their issues? Please let me know!
seems to be working now! Although my freezeStatus is returning an Alert (In Southern Cali, and 80 outside).
Any plans on releasing code with the option to Arm,Disarm the system? Would be amazing if you could Set routines with other parts of the smartThings system (ex: goobye function thats turns off lights, locks doors and sets the SS system to Away)
Try refreshing the freeze sensor temp from the SS website (youâll hear the normal âYour settings have been synchronizedâ message) Also make sure youâre running the latest code (found at the top of this thread). I found a couple of bugs with the freeze sensor and fixed it on 9/29.