Questions tagged [smarthomeskill]

64 questions
0
votes
1 answer

google assistant saying "sorry, it looks like the camera doesn't support streaming to remote screens"

I am trying to integrate my camera with google assistant for streaming, after syncing, and I requested google assistant "play hall camera on office TV" so I can get execute command to my webhook, but I am not receiving any execute request.it's…
Govind Singh
  • 15,282
  • 14
  • 72
  • 106
0
votes
1 answer

can i access my Tuya compatible smart devices through API?

I am trying to setup a smart energy meter and i plan to store and analyse that data. In the market ewelink provides options to access my devices through API. Due to government restrictions, i cannot import a ewelink compatible device. However,…
Sahil Ali
  • 172
  • 3
  • 15
0
votes
1 answer

Home Graph API error "Requested entity was not found.",

am successfully able to sync my device in google home but when I try to send the reportStateNotification then am getting this error "error": { "code": 404, "message": "Requested entity was not found.", "status": "NOT_FOUND" } can you…
0
votes
1 answer

Homegraph in google smart home skill

I developed a smart home skill for my company, I did it without using HomeGraph as final user don't care about that they just want a couple of easy traits implemented in devices. Is it required to use Homegraph in order to pass Home suit test and…
joliete
  • 3
  • 2
0
votes
0 answers

Make a file that executes a command through telnet?

I am new here, so please excuse some of my mistakes :D I want to turn my Yeelight light bulb (compatible with Google Home/Wifi/LAN) on and off by simply pressing a key on my keyboard. The only thing I need, is a file which connects to the light bulb…
wNdg
  • 1
0
votes
1 answer

Philips Hue Alexa Skill Authorization

I'm creating an Alexa Skill to control my Philips Hue lights. Everything works as expected, however the token expires after a couple of weeks and Alexa does not refresh the token. I am assuming this is because the Alexa skill setup only takes one…
ragurney
  • 424
  • 5
  • 16
0
votes
1 answer

How do I send Alexa smarthome proactive changeReports from a sensor?

I am using LWA as my oauth2 provider and need to send change reports when my contact sensors change state. Because of LWA account linking I've determined that I will have to store access and refresh tokens in a database from my skill. If that's…
Daemach
  • 417
  • 5
  • 13
0
votes
1 answer

Can my custom Alexa skill turn another vendor's light on and off?

I would like my custom skill to be able to turn a Wemo or TP-Link switch/outlet on and off. Is there some API in the Alexa Skills Kit that lets me turn home devices on and off, similar to how an Alexa Routine can turn devices on and off?
Jesse Barnum
  • 6,507
  • 6
  • 40
  • 69
0
votes
1 answer

Google Action SmartHome - Publishing a release returns unknown error

I created a SmartHome project with all information provided (all checks are OK in project overview). When I go to Deploy > Release and click on Submit Production then Submit for review an error occured: Conversation fulfillment ... has invalid API…
jootl
  • 699
  • 2
  • 8
  • 16
0
votes
2 answers

Smart home device integration with Google home and Alexa

I am trying to integrate smart home devices with Google home and Alexa but I am facing following issue. Communication between Google Home/Alexa and our device cloud server is HTTP. Communication between smart home device and our device cloud server…
Pradip Shenolkar
  • 818
  • 1
  • 14
  • 34
0
votes
1 answer

Why my Alexa ReportStatus directive response not working?

I want to enable alexa voice control for my smart home device. I was able to discover device. Now all devices are showing in alexa app. But when I try to turn on the device from my alexa app it is getting stuck. Loader is moving unlimited period of…
Rahul Dasgupta
  • 894
  • 6
  • 18
0
votes
1 answer

Alexa Discovery Skill - Return Connected Devices

I am working on a Smart Home Alexa Skill and corresponding Lambda function. There are many demos and they all seem to return canned text. Is there a way through Lambda/JS to get a list of connected devices for a users account? Samples like…
0
votes
1 answer

How does Action on Google Smart Home API works Asynchronously?

I recently developed a project on Amazon Alexa for Smart Home Skill API and We developed using Async Method. In Alexa there are Event Gateway to make post call Asynchronously and deffered response to keep event gateway open. I know that Action on…
Sharvin26
  • 2,741
  • 2
  • 9
  • 15
0
votes
2 answers

How does smart devices know which task to perform?

I have been trying to build an Alexa skill for the smart device but thing I don't understand if I send a request to the smart device using my Alexa then how does it know which task to perform. I understand till Alexa made a call to the lambda…
Exterminator
  • 1,221
  • 7
  • 14
0
votes
1 answer

Alexa "I'm not quite sure what went wrong."

I am having problems with a smart home skill. The discovery part seems to go well but when I try to report state the following happens. My smart home skill sends this request { "directive": { "header": { "namespace":"Alexa", …