Search found 2 matches
- Wed Nov 30, 2022 3:42 am
- Forum: ESP RainMaker
- Topic: ESP RainMaker Sensor Update Values
- Replies: 9
- Views: 9280
Re: ESP RainMaker Sensor Update Values
Have you attached the callback to the device? Are you able to see serial print output? In the serial monitor i can see the variables this two: Serial.println(temperatura); and Serial.println(humedad); but i get null when y try to update to the app my_switch9.updateAndReportParam(ESP_RMAKER_DEF_POWE...
- Sun Nov 20, 2022 5:19 pm
- Forum: ESP RainMaker
- Topic: ESP RainMaker Sensor Update Values
- Replies: 9
- Views: 9280
Re: ESP RainMaker Sensor Update Values
Thanks, already figure it out. Do you still have the code? im struggleing really bad whit mine I cant make rainmaker read the sensor, but the esp can when i open the serial monitor and i try to print the parameters, it pull out this message this is the code #include "RMaker.h" #include "WiFi.h" #in...