Search found 20 matches
- Thu Aug 31, 2023 11:55 am
- Forum: ESP RainMaker
- Topic: iOS Update: App no longer opens - Urgent
- Replies: 1
- Views: 6701
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...
- Thu Aug 31, 2023 11:51 am
- Forum: ESP RainMaker
- Topic: Multiple users: Automation ID conflict
- Replies: 2
- Views: 5825
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...
- Wed Aug 30, 2023 12:00 pm
- Forum: ESP RainMaker
- Topic: Multiple users: Automation ID conflict
- Replies: 2
- Views: 5825
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...
- Wed Aug 30, 2023 11:55 am
- Forum: ESP RainMaker
- Topic: Scenes with Custom devices?
- Replies: 1
- Views: 5209
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...
- Wed Aug 30, 2023 11:51 am
- Forum: ESP RainMaker
- Topic: Automation trigger endless notifications (Android)
- Replies: 5
- Views: 7774
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
Still facing repeated trigger notifications, quite annoying. I hope this is being addressed and hopefully be fixed soon? Thanks
- Fri Aug 11, 2023 1:07 pm
- Forum: ESP RainMaker
- Topic: Exporting Time Series Data [Android]
- Replies: 1
- Views: 3989
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
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
- Fri Aug 11, 2023 10:41 am
- Forum: ESP RainMaker
- Topic: Automation trigger endless notifications (Android)
- Replies: 5
- Views: 7774
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...
- Wed Aug 09, 2023 3:48 pm
- Forum: ESP RainMaker
- Topic: Automation trigger endless notifications (Android)
- Replies: 5
- Views: 7774
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...
- Thu Jun 15, 2023 10:57 am
- Forum: ESP RainMaker
- Topic: Need Help With Servo Motor in ESP RainMaker
- Replies: 2
- Views: 3547
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...
- Fri Apr 14, 2023 3:29 pm
- Forum: ESP RainMaker
- Topic: Automation does not work for custom devices?
- Replies: 4
- Views: 3569
Re: Automation does not work for custom devices?
Hi Piyush, please let me know if this is being addressed based on my troubleshooting information above.ESP_Piyush wrote: ↑Wed Apr 12, 2023 3:42 pmCan you also give information about what kind of automation you had set up? What was the check? Greater than, equal to, or less than?
Thanks.