Questions tagged [smarthomeskill]

64 questions
1
vote
1 answer

how do I get endpoints of my devices connected in alexa

I creating a smart home alexa skill, I study a lot of things and I need to use directives but I don't know how do I get the device_id to test in my devices, I use the example…
Eduardo
  • 47
  • 6
1
vote
0 answers

Alexa smart home capabilities overriding one another

I have an Alexa project for smart home shades that include two range controllers, a brightness controller, and a toggle controller on each endpoint. The two range controllers, toggle controller, and brightness controller all have different instances…
1
vote
2 answers

Alexa home skill request not reaching lambda function after a while

We have an Alexa home skill developed and is under testing. For the Home devices control ENVIRONMENT DETAILS: Alexa Home skill Lambda functions for the execution Account linking has been enabled Once I enable the skill, the skill is getting enabled…
1
vote
1 answer

Where do I find my fullfillment URL to the google home action?

I've just been started integrating assistant to smarthome project that i'm working on. And I've initially experimenting the assistant by implementing account linking flow and sync intent. I tested the account linking by testing with the google…
1
vote
1 answer

Deep link to Smart Home Action

I would like to send users from my app directly to my Action in the Google Home app. Do any of you know if this is possible? The only thing I can find is a link to my Action in the Google Assistant app, but this does not really give the user any…
1
vote
1 answer

Amazon Alexa Get Access token

I am writing a SmartHome skill and need an access token to post asyncrhonous notifications for a device (doorbell). The documentation is confusing - but from what I have infered - I am supposed to get my client_id and client_secret from the Alexa…
Brad
  • 11,262
  • 8
  • 55
  • 74
1
vote
1 answer

Actions on Google Request Sync returns http error 500

When I make the request sync of one agentUserId, it returns me the http error 500, but I don't know why. I have also figured out that I can't execute any request from the Google Home app, but if I change email connected with that agentUserId the…
1
vote
1 answer

Google Assistant Smart Home : agentUserId definition may be incorrect

As per Google Assistant documentation for Smart Home, the agentUserId used in action.devices.QUERY is defined to 'Reflects the unique (and immutable) user ID on the agent's platform. The string is opaque to Google, so if there's an immutable form vs…
Zac
  • 162
  • 2
  • 10
1
vote
1 answer

Virtual devices for testing alexa smart home skill

I am working on Amazon smart home skill for controlling the smart home appliances. I am done with creating a skill for that. Now I want to test my skill with any type of virtual device. Is there any way (or virtual devices) for testing the smart…
1
vote
0 answers

Request from Smart Home Skill to cloud server

I am trying to create a Smart Home Skill by following this tutorial https://developer.amazon.com/docs/smarthome/steps-to-build-a-smart-home-skill.html What I am not able to figure out is that how can I get email of user and discover devices owned…
Abhishek Kumar
  • 2,136
  • 3
  • 24
  • 36
1
vote
3 answers

There is no Alexa Smart Home trigger

I'm following the official documentation while creating the Alexa Smart Home skill. The Create a Lambda function and add code step, point 6 is asking me to "…select the Alexa Smart Home trigger". But there is no Alexa Smart home trigger in the…
pavolve
  • 205
  • 4
  • 12
1
vote
0 answers

Control TP-Link HS110 from AWS Lambda (Python)

I'm trying to turn on my TP-Link HS110 from AWS Lambda. I'm using Python 3.6. I imported json and requests into Lambda, this seems to work fine. Its actually performing the request, but the TP-Link Cloud Api is responding with [error_code:-20651,…
1
vote
1 answer

Alexa Smart Home Skills IoT Alexa.PlaybackController

I have an IoT device that needs to support various operations, one of which is next from the Alexa.PlaybackController. My device is a multimedia device and requires many of the other Controllers as well. I'm including the Alexa.PlaybackController in…
jordancooperman
  • 1,931
  • 2
  • 21
  • 33
0
votes
0 answers

Tasmota Websocket

Is there a way to establish a websocket connection to tasmota devices? or is there another way to permanently request data besides sending http requests all the time? I would like to display the data on my website and would like to have real time…
Seppello
  • 1
  • 1
0
votes
0 answers

How to connect android app to Seeed Studio XIAO nRF52840 to control switch?

I'm a student. I am creating a IoT voice controller system using Seeed Studio XIAO nRF52840. I don't know "How to connect android app to microcontroller to control switch".Can you help me how to do that? i want to know how and what modules do i need…