Search found 20 matches

by hasan_
Thu Aug 31, 2023 11:55 am
Forum: ESP RainMaker
Topic: iOS Update: App no longer opens - Urgent
Replies: 1
Views: 6436

iOS Update: App no longer opens - Urgent

Hi, I use Android (it works fine) and my team member (secondary user) uses iOS ESP Rainmaker. He got an update today, and after updating, the App won't open. (It tries to open, then immediately goes back to Home screen). Can you please revert the changes? or have a fix as soon as possible? Thanks, H...
by hasan_
Thu Aug 31, 2023 11:51 am
Forum: ESP RainMaker
Topic: Multiple users: Automation ID conflict
Replies: 2
Views: 5487

Re: Multiple users: Automation ID conflict

Thanks Piyush, I understand, however there is more to it than that. I am completely fine with user roles (and I like the suggested option of opting for restrictions), but here the problem is that even the primary user is not able to modify/remove or turn ON/OFF the Automations created by a Secondary...
by hasan_
Wed Aug 30, 2023 12:00 pm
Forum: ESP RainMaker
Topic: Multiple users: Automation ID conflict
Replies: 2
Views: 5487

Multiple users: Automation ID conflict

Hi, I'm using Android. I have shared my Rainmaker with another user (iOS). They can control and see the devices. But they cannot modify or remove the Automations I created, and I can't change/delete the Automation they create. It says: "Invalid automation id" Although both users should be able to ch...
by hasan_
Wed Aug 30, 2023 11:55 am
Forum: ESP RainMaker
Topic: Scenes with Custom devices?
Replies: 1
Views: 4968

Scenes with Custom devices?

I currently have the following devices (using Android): READ: CO2 (Custom), and Temperature WRITE: 3 Switches In 'Scenes', it says "You don't have any device that supports this." I was wondering what devices support scenes? or do I need to program it differently to add Scenes capability? Will Scenes...
by hasan_
Wed Aug 30, 2023 11:51 am
Forum: ESP RainMaker
Topic: Automation trigger endless notifications (Android)
Replies: 5
Views: 7298

Re: Automation trigger endless notifications (Android)

Thanks Piyush,

Still facing repeated trigger notifications, quite annoying. I hope this is being addressed and hopefully be fixed soon? Thanks
by hasan_
Fri Aug 11, 2023 1:07 pm
Forum: ESP RainMaker
Topic: Exporting Time Series Data [Android]
Replies: 1
Views: 3749

Exporting Time Series Data [Android]

Hi,

How can I export the time series data (e.g. Temperature sensor chart that I see on the app) as a csv file?

Assuming this feature is not yet available, is this going to be implemented soon?

Thanks,
Hasan
by hasan_
Fri Aug 11, 2023 10:41 am
Forum: ESP RainMaker
Topic: Automation trigger endless notifications (Android)
Replies: 5
Views: 7298

Re: Automation trigger endless notifications (Android)

Thank you Piyush, I can confirm the problem exists in general. (Tried multiple combinations of conditions/actions with temperature, switches, custom etc) The App sends Push notifications each time it updates while the Automation condition is 'true'. (If updateAndReport() occurs every 5 second, it wo...
by hasan_
Wed Aug 09, 2023 3:48 pm
Forum: ESP RainMaker
Topic: Automation trigger endless notifications (Android)
Replies: 5
Views: 7298

Automation trigger endless notifications (Android)

Hi, Just wanted to point out the when an Automation condition is satisfied, it just continually does the action (which is fine) but also constantly keeps sending push notifications that the automation is triggered (every second). Ideally, it should be: trigger_once_while_true or, an option to trigge...
by hasan_
Thu Jun 15, 2023 10:57 am
Forum: ESP RainMaker
Topic: Need Help With Servo Motor in ESP RainMaker
Replies: 2
Views: 3166

Re: Need Help With Servo Motor in ESP RainMaker

Lines 168 to 178 needs to be changed. You are confusing if(strcmp(param_name, "Power") == 1) as if the power/switch in the App is ON, which is NOT the case. Let me explain: if(strcmp(param_name, "Power") == 0) means that the 'param_name' = "Power" (i.e. Power has been pressed) of that device. To che...
by hasan_
Fri Apr 14, 2023 3:29 pm
Forum: ESP RainMaker
Topic: Automation does not work for custom devices?
Replies: 4
Views: 3164

Re: Automation does not work for custom devices?

ESP_Piyush wrote:
Wed Apr 12, 2023 3:42 pm
Can you also give information about what kind of automation you had set up? What was the check? Greater than, equal to, or less than?
Hi Piyush, please let me know if this is being addressed based on my troubleshooting information above.
Thanks.