Search found 16 matches

by endlessparadigm
Tue Feb 22, 2022 12:08 am
Forum: ESP RainMaker
Topic: ESP RainMaker Sensor Update Values
Replies: 9
Views: 7382

Re: ESP RainMaker Sensor Update Values

Oh Hold On. write_callback gets called from the cloud if the "User" tried to write any value. From my understanding Temperature and Humidity should be be a read only param. A User wont write the value of temperature from the App so a write callback wont be called. Try to update the param value after...
by endlessparadigm
Mon Feb 21, 2022 9:44 pm
Forum: ESP RainMaker
Topic: ESP RainMaker Sensor Update Values
Replies: 9
Views: 7382

Re: ESP RainMaker Sensor Update Values

Your callback functions looks alright. My question here is when you start the serial monitor do you see the Serial.prints going through? it maybe because you might nto have attached write_callback to your dht device. Refer to official example -> https://github.com/espressif/arduino-esp32/blob/master...
by endlessparadigm
Sun Feb 20, 2022 11:50 pm
Forum: ESP RainMaker
Topic: ESP RainMaker Sensor Update Values
Replies: 9
Views: 7382

Re: ESP RainMaker Sensor Update Values

Have you attached the callback to the device? Are you able to see serial print output?
by endlessparadigm
Fri Feb 04, 2022 2:38 am
Forum: ESP RainMaker
Topic: Not able to see OTA Job detail on Rainmaker Dashboard[RESOLVED]
Replies: 2
Views: 4015

Re: Not able to see OTA Job detail on Rainmaker Dashboard

Thanks, the issue is no longer there.

Cheers
by endlessparadigm
Thu Feb 03, 2022 2:55 am
Forum: ESP RainMaker
Topic: Not able to see OTA Job detail on Rainmaker Dashboard[RESOLVED]
Replies: 2
Views: 4015

Not able to see OTA Job detail on Rainmaker Dashboard[RESOLVED]

Currently when I try to check Job detail of my OTA for ex - https://dashboard.rainmaker.espressif.com/home/job-details/---JOB_ID---- It return me with a blank page. Console throws me this error [Codebox ] TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at Na (mai...
by endlessparadigm
Tue Feb 01, 2022 10:48 pm
Forum: ESP RainMaker
Topic: Rainmaker is down[Solved Closed]
Replies: 3
Views: 3620

Re: Rainmaker is down

Hi Piyush,

Yes it is functional now thanks.
by endlessparadigm
Tue Feb 01, 2022 5:28 am
Forum: ESP RainMaker
Topic: Provisioning over WiFi without COM Port
Replies: 2
Views: 3867

Re: Provisioning over WiFi without COM Port

What's inside your WiFisetup()? I generally work with ESP-IDF but from my understanding if WiFi is provisioned already then you wont see QR code as it is meant for provisioning. https://github.com/espressif/arduino-esp32/blob/ef35baffb0ebc6c2f471767bb6f29ad4537a6a50/libraries/WiFiProv/src/WiFiProv.c...
by endlessparadigm
Tue Feb 01, 2022 5:09 am
Forum: ESP RainMaker
Topic: Rainmaker is down[Solved Closed]
Replies: 3
Views: 3620

Rainmaker is down[Solved Closed]

Hi, I tried to provision a board through the app and found out there were some issues with Assisted claiming part. I tried to login and logout only to find that the app wasn't responding. I then went on my desktop and navigated to Rainmaker dashboard which gave me an expired certificate error. Seems...
by endlessparadigm
Mon Nov 22, 2021 10:07 pm
Forum: ESP RainMaker
Topic: ESP Rainmaker App reverts to old param values
Replies: 9
Views: 36551

Re: ESP Rainmaker App reverts to old param values

From my understanding, App basically send messages directly to the Node(via cloud or local control). The Node would then have to process the param itself and update the cloud with the new values. Phone --(write)--> Node --(write)--> Cloud ---(read)---> Phone If you use the app to update a param then...
by endlessparadigm
Thu Nov 18, 2021 11:11 pm
Forum: ESP RainMaker
Topic: esp_rmaker_param_update_and_notify doesn't update its value
Replies: 4
Views: 14617

Re: esp_rmaker_param_update_and_notify doesn't update its value

Can confirm that this is working now.
Thanks