Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HayTran94 opened this issue Apr 11, 2019 · 8 comments
Assignees

Comments

@HayTran94
Copy link

HayTran94 commented Apr 11, 2019

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
Copy link

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

@prasad5141
Copy link

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
Copy link

Any updates on this issue?

@lloydpresly
Copy link

lloydpresly commented Nov 27, 2019

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
Copy link

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
Copy link

prasad5141 commented Nov 27, 2019 via email

@lloydpresly
Copy link

lloydpresly commented Nov 27, 2019

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
Copy link

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

@gilleswb gilleswb self-assigned this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants