Open chickok77 opened 4 years ago
Same issue here as well.
6:01:07 PM: debug setAlarmModeBasedOnModeTrigger() -> No actions set for location mode Alarm-Disarmed or Ring Alarm Device already set to off - aborting
6:01:07 PM: debug setAlarmModeBasedOnModeTrigger() -> Current alarm state is: off
6:01:07 PM: debug setAlarmModeBasedOnModeTrigger() -> Setting Ring Alarm mode Ring Alarm Device
6:01:07 PM: debug modeaction() -> Alarm-Disarmed
6:00:56 PM: debug Ring Alarm is Armed HOME
6:00:56 PM: debug send() -> sending push message
6:00:56 PM: info setalarmhome() -> Ring Alarm is Armed HOME
6:00:56 PM: trace ringApiCall() -> Ring Alarm HOME response data: [message:Success]
6:00:55 PM: info ringApiCall() -> Calling AWS API for Ring Alarm with route home
. API Call ready - true
6:00:55 PM: trace ringGetAccessAndRefreshToken() -> Request for Access Token Successful.
6:00:55 PM: debug setAlarmModeBasedOnModeTrigger() -> Location mode: Alarm-Home
6:00:55 PM: debug setAlarmModeBasedOnModeTrigger() -> Current alarm state is: off
6:00:55 PM: debug setAlarmModeBasedOnModeTrigger() -> Setting Ring Alarm mode Ring Alarm Device
6:00:55 PM: debug modeaction() -> Alarm-Home
As a hacky work around until we can fix the status calls you can get disarm working by making this change to the smart app code and updating. This worked for me and I can arm / disarm now. Keep in mind you are bypassing the state check so it might cause some lambda error if you try to disarm when already disarmed.
In this block: def setAlarmModeBasedOnModeTrigger() { change this line: if(state.locationmode in modealarmoff && state.alarmstate !="off") { to: if(state.locationmode in modealarmoff) {
Today I updated from 1.3 to 3.4. I was able to delete the ST Smart App as well as the "Ring Alarm" device. I then updated the new deployment.zip and was able to update the webcore and ST handler versions I was using from GITHUB. I then get acess denied when I try to create the device in Samsung IDE.
I was able to install the app after trying this and it created the Ring Alarm (and child devices), but when I use the ST Classic app to change the modes, it will not disarm the Ring alarm...it will only arm home and arm away. Any help would be appreciated and thank you for continuing to work through Ring's "security enhancements".