Search found 5 matches

by mdesigner
Wed Nov 24, 2021 12:05 am
Forum: ESP RainMaker
Topic: ESP Rainmaker App reverts to old param values
Replies: 9
Views: 38198

Re: ESP Rainmaker App reverts to old param values

Amazing. Thanks Piyush, I would not have figured that out. Will be easy to remove the offending ".".
by mdesigner
Mon Nov 22, 2021 8:18 pm
Forum: ESP RainMaker
Topic: ESP Rainmaker App reverts to old param values
Replies: 9
Views: 38198

Re: ESP Rainmaker App reverts to old param values

Reply 3/3 (Please approve them all so I dont look crazy) I have fixed the issue by adding esp_rmaker_report_node_details() after esp_rmaker_param_update_and_report(param, val) in my callback function. However, the documentation says not to use esp_rmaker_report_node_details() in this manner and I ha...
by mdesigner
Mon Nov 22, 2021 7:52 pm
Forum: ESP RainMaker
Topic: ESP Rainmaker App reverts to old param values
Replies: 9
Views: 38198

Re: ESP Rainmaker App reverts to old param values

In my previous reply I had not yet noticed the Rainmaker tab in the explorer that displays the current values. I can confirm that the values in Rainmaker Cloud do NOT update at all - this is clearly why the app values are reverting. However I am not sure how to fix this. I was under the impression t...
by mdesigner
Mon Nov 22, 2021 6:57 pm
Forum: ESP RainMaker
Topic: ESP Rainmaker App reverts to old param values
Replies: 9
Views: 38198

Re: ESP Rainmaker App reverts to old param values

Yeah, sorry for the spam :shock: I forgot to mention I've been doing my testing on iOS up to this point. Doing a test on Android now to see if error persists. Yes, the Android phone app also reverts its values. I am using this line of code to periodically check the stored value: ESP_LOGI(TAG, "curre...
by mdesigner
Sun Nov 21, 2021 5:50 am
Forum: ESP RainMaker
Topic: ESP Rainmaker App reverts to old param values
Replies: 9
Views: 38198

ESP Rainmaker App reverts to old param values

Has anyone experienced an issue with the Rainmaker app reverting to showing incorrect values for parameters? For example if I change my Hue slider my device updates its color correctly, but then the slider in the app moves back to its previous position after a couple seconds. Reposting because I'm n...