Search found 3 matches

by tuyadev
2023年 Aug 4日 12:39
Forum: Developer Platform
Topic: Device discovery from an ESP32
Replies: 4
Views: 3170

Re: Device discovery from an ESP32

I have made some progress and am able to get the devices attached to a user from the smart life credentials. However, it only works for user accounts that I have linked to the cloud project. I have multiple "central control devices", one for each customer. Does each customer need to create...
by tuyadev
2023年 Aug 4日 04:08
Forum: Developer Platform
Topic: Device discovery from an ESP32
Replies: 4
Views: 3170

Re: Device discovery from an ESP32

Thanks for the info! I am already creating the UI myself, and managing wifi. I am able to access the API using HTTP requests. However, I am not able to discover devices. II am able to generate a pairing token, but then I need an app to actually pair the device using the token. I don't want to create...
by tuyadev
2023年 Aug 1日 18:24
Forum: Developer Platform
Topic: Device discovery from an ESP32
Replies: 4
Views: 3170

Device discovery from an ESP32

Hi, I am developing a smart-home control (touch) panel on an ESP32 device. I want my users to use the Smart Life app to connect pair their devices. How can my ESP32 device obtain user information from the app? What is the best API to use for device-to-device communication from ESP32 devices? I am cu...