Questions tagged [smarthomeskill]
64 questions
0
votes
0 answers
Triggering a Philips Hue button event by the Hue API
I have a Hue Dimmer Switch that toggles between a few different scenes when tapping the "on" button repeatedly. I would like to be able to "press" the buttons on the switch programmatically - in essence manipulating a physical press via an API call…

Jeppe Bach Møller
- 11
- 1
0
votes
0 answers
why is my python code stopping on function call
This code will be working fine until it tries to run LightsOn() or LightsOff() which it does successfully, but then after the lights turn on or off, nothing else happens and everything stops running. There is no error, there are just no prints in…

john deere
- 34
- 4
0
votes
1 answer
How to control Google Home Accessories From Different Android App
Fetch and control Home app accessories from Different Android App
Scenario -
Create TestApp
Fetch Google Home Accessories(Devices)
Control(On/Off a bulb) from TestApp
Can we achieve this scenario with or without cloud support?

Dubey
- 1
0
votes
1 answer
Fetch Matter-Enabled commissioned devices from Google Smart Home app
How we can fetch the list of Matter Enabled Devices in a different Android application from Google Smart Home Application?
Expected usecase-
Pair Nest Hub in the Google Home app
Commission matter device(Name: MatterTestDevice)
Create android…

TechDubey
- 3
- 6
0
votes
0 answers
How to read sensors from Xiaomi Gateway?
Command "miiocli cloud" returned:
Gateway (Устройство в сети ) ==
Model: lumi.gateway.mgl03
Token: XXXXXXXXXXXX
IP: xxx.xx.xx
DID: xxx
Locale: ru
I try to read sensors connected to gateway, but command "miiocli device --ip…

Антон Хороший
- 75
- 4
0
votes
0 answers
Matter (CHIP) integration in spring
I'm trying to use CHIP to directly connect to smart devices, without use services as smartthings cloud. Here https://github.com/project-chip/connectedhomeip there are a lot of things and... what I need to use to add Matter on a Spring app?
Thanks a…

Lette
- 1
0
votes
1 answer
Sylvania A19 Smart Bulb + ESP32C3 Micro BLE connection/write issue
I just received my ESP32C3 micro controller and only have one smart bulb to learn with. I wrote BLE scan code first and found the bulb. printed both UUIDs and address needed to connect. It wont connect but Im starting to think the service UUIDs are…

Tyler Yarborough
- 3
- 2
0
votes
1 answer
Smart home Aqara API integration
Our task is to integrate our web application with the thermostat and temperature sensors. We bought Aqara temperature sensors and Aqara hub, and they can be connected to the mobile Aqara application. However, we cannot connect to them through HTTP…
0
votes
1 answer
Alexa Smarthome Skill "Waiting for " on HVAC with retrievable set to false
I'm currently working on an Alexa Smarthome skill which can handle a multitude of device types, one of which type is an HVAC device. The server handling Skill requests is unable to handle multiple requests at a time, so instead of letting Alexa call…
0
votes
1 answer
Some icons are missing in the Loxone App after the upgrade of Loxone Config to version 13
The Status block in the Loxone config does not show icon anymore in the Loxone visualization. The used Loxone Config is version 13.1.10.

Josef Glatz
- 514
- 4
- 20
0
votes
1 answer
Alexa can't discover device if interface is changed from Alexa.PowerController to Alexa.DoorbellEventSource
I'm quite new to Alexa Smarthome Skills so I followed the steps listed in the following example and was able to get Alexa to discover the "Sample Switch"…

schaazzz
- 568
- 5
- 19
0
votes
1 answer
Howto activate statistics for an average value in Loxone
It's not possible to activate the statistics right in the app for an average. I want to activate statistics for an average value of 3 humidity sensors.
Is there a way to realize without external applications like Loxberry or InfluxDB/Grafana?

Josef Glatz
- 514
- 4
- 20
0
votes
1 answer
action url google home
I wonder if there is a way that you can tell google home something when calling an action URL. Is there any information on how this can be relaized? So far I have not been able to find anything unfortunately.
Greetings
xs

xsus
- 25
- 4
0
votes
1 answer
How to build a service on ifttt?
I'm a newbie when it comes to IFTTT, I want to create a service on ifttt but I'm a little bit confused. I found that I need to have an IFTTT service URL(api), but I still don't know what kind of url! is ifttt has an sdk like alexa and google…

mdeval
- 23
- 6
0
votes
1 answer
Alexa Smart Home Skill for Humidity and/or brightness?
I am currently working with Alexa Smart Home Skills and implementing an interface to various data that I already have in a database. For example, this was no problem for the temperature, since there is a known API for…

Roland
- 133
- 2
- 12