Search found 268 matches

by ESP_Piyush
Thu Sep 07, 2023 4:21 pm
Forum: ESP RainMaker
Topic: ESP Insights issues/questions
Replies: 1
Views: 8185

Re: ESP Insights issues/questions

As of now, I do not have answers to all your questions, but let me answer a few of them My login does not appear to be accepted over the command line interface. The password is accepted on dashboard.rainmaker.espressif.com and dashboard.insights.espressif.com but not from the CLI, nor from the brows...
by ESP_Piyush
Thu Sep 07, 2023 4:11 pm
Forum: ESP RainMaker
Topic: How to enable/disable UI-Toggle access?
Replies: 1
Views: 7404

Re: How to enable/disable UI-Toggle access?

Unfortunately, this is not possible right now. Some time back, we had done an experiment with our iOS app to selectively show/hide some params based on values of other params. May be we will revisit that feature.
by ESP_Piyush
Mon Sep 04, 2023 3:02 pm
Forum: ESP RainMaker
Topic: iOS Update: App no longer opens - Urgent
Replies: 1
Views: 6165

Re: iOS Update: App no longer opens - Urgent

A bug which was causing crash on iOS versions below 16.4 has been fixed in version 3.0.3 of the app released on the iOS app store. Sorry for the inconvenience.
by ESP_Piyush
Mon Sep 04, 2023 12:24 pm
Forum: ESP RainMaker
Topic: Is Trigger UI element still Android only?
Replies: 2
Views: 7568

Re: Is Trigger UI element still Android only?

Trigger UI type is supported in iOS too. We will correct the docs soon.
by ESP_Piyush
Mon Sep 04, 2023 11:01 am
Forum: ESP RainMaker
Topic: Rainmaker configure Telegram API credentials externally without hard coding
Replies: 6
Views: 59478

Re: Rainmaker configure Telegram API credentials externally without hard coding

I think your params are getting defined as numbers instead of strings. Probably, replacing the 0 with some placeholder string will work

Code: Select all

#define DEFAULT_NAME1 "Id"
#define DEFAULT_NAME2 "Token"
by ESP_Piyush
Fri Sep 01, 2023 1:54 pm
Forum: ESP RainMaker
Topic: Rainmaker configure Telegram API credentials externally without hard coding
Replies: 6
Views: 59478

Re: Rainmaker configure Telegram API credentials externally without hard coding

The simplest way is to add custom string parameters to your device so that the app displays text boxes for them, wherein you can enter the credentials. You can check sample custom parameter usage here.
by ESP_Piyush
Wed Aug 30, 2023 12:13 pm
Forum: ESP RainMaker
Topic: Multiple users: Automation ID conflict
Replies: 2
Views: 5218

Re: Multiple users: Automation ID conflict

ESP RainMaker actually has a concept of primary and secondary users . By default, our apps add new users as secondary users only and so, they have some restrictions on the operations they can perform. What we can do is, add a popup during sharing asking the owner if they want to give full access or ...
by ESP_Piyush
Wed Aug 30, 2023 12:05 pm
Forum: ESP RainMaker
Topic: Scenes with Custom devices?
Replies: 1
Views: 4731

Re: Scenes with Custom devices?

With esp-idf based rainmaker, you need to call esp_rmaker_scenes_enable() and for Arduino, you need to call RMaker.enableScenes() to enable scenes support in the firmware.
by ESP_Piyush
Mon Aug 21, 2023 4:32 pm
Forum: ESP-IDF
Topic: How to configure the Rainmaker ESP32 to use a static IP?
Replies: 2
Views: 3612

Re: How to configure the Rainmaker ESP32 to use a static IP?

Moved this topic under ESP IDF since RainMaker uses ESP IDF's wifi provisioning. As of now, it can accept only ssid, passphrase, bssid and channel. There is no provision to set static IP.
by ESP_Piyush
Fri Aug 11, 2023 1:24 pm
Forum: ESP RainMaker
Topic: Exporting Time Series Data [Android]
Replies: 1
Views: 3488

Re: Exporting Time Series Data [Android]

It is not in our immediate plans, but we will take it up as a future enhancement. For the time being, the raw time series API can be used to fetch the same info in case it suits some purpose.