alexa-samples / alexa-smarthome

Resources for Alexa Smart Home developers.
https://alexa.design/smarthome
Other
680 stars 336 forks source link

Alexa call ChangeReport API return success (202) but the Alexa app does not update current device state #115

Open HayTran94 opened 5 years ago

HayTran94 commented 5 years ago

I set these properties to my endpoint:

{  
   interface:"Alexa.PowerController",
   version:"3",
   type:"AlexaInterface",
   properties:{  
      supported:[  
         {  
            name:"powerState"
         }
      ],
      retrievable:false,
      proactivelyReported:true
   }
}

When my device state change, I call ChangeReport API to update its state, the gateway return

success (202) but the Alexa app does not update its newest state. So updating live is not current supported or this my bug or anything else?

Thank for your help.

paolonz82 commented 5 years ago

I have this problem too. There is some kind of feedback?

prasad5141 commented 4 years ago

this issue for me as well, i am sending asynchronous responses for scene execution to alexa event gate way i got 202 status code but alexa saying scene not responding.please suggest me how to debug it.

ryan29871 commented 4 years ago

Any updates on this issue?

lloydpresly commented 4 years ago

Hello I am also facing similar issue. I executed the API via POSTMAN and the state is updating but when use via code it returns 202 but the state is not updating. If someone got solution for this then let me know.

lloydpresly commented 4 years ago

this issue for me as well, i am sending asynchronous responses for scene execution to alexa event gate way i got 202 status code but alexa saying scene not responding.please suggest me how to debug it.

Did you get solution for this?

prasad5141 commented 4 years ago

In alexa scenes doesn't support asynchronous responce's even though they mentioned in their document.

Almost i wasted 3 days to findout this thing, amazon people said document having mistake, they are going to do correctio.

On Wed 27 Nov, 2019, 5:52 PM Lloyd Presly Saldanha, < notifications@github.com> wrote:

this issue for me as well, i am sending asynchronous responses for scene execution to alexa event gate way i got 202 status code but alexa saying scene not responding.please suggest me how to debug it.

Did you get solution for this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/alexa/alexa-smarthome/issues/115?email_source=notifications&email_token=ALYUGUR2N64VO66ZI4K6O5TQVZRCBA5CNFSM4HFFXPWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJKUMY#issuecomment-559065651, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALYUGUTMWAIGGFCU2KF5SF3QVZRCBANCNFSM4HFFXPWA .

lloydpresly commented 4 years ago

In alexa scenes doesn't support asynchronous responce's even though they mentioned in their document. Almost i wasted 3 days to findout this thing, amazon people said document having mistake, they are going to do correctio. On Wed 27 Nov, 2019, 5:52 PM Lloyd Presly Saldanha, < @.***> wrote: this issue for me as well, i am sending asynchronous responses for scene execution to alexa event gate way i got 202 status code but alexa saying scene not responding.please suggest me how to debug it. Did you get solution for this? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#115?email_source=notifications&email_token=ALYUGUR2N64VO66ZI4K6O5TQVZRCBA5CNFSM4HFFXPWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJKUMY#issuecomment-559065651>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALYUGUTMWAIGGFCU2KF5SF3QVZRCBANCNFSM4HFFXPWA .

I am trying asynchronous response for door lock not for the scenes. In this case also i get 202 but the state does not get updated.

Achigudan commented 2 years ago

Hello I am also facing similar issue,There is some kind of feedback?