Field details

Received Value

Payable features

Subscription

You can choose the subscription model by each field.

Publicity

You can choose the publicity model by each field.

Mark to delete

If you want to delete your field, please switch it back to the free subscription and mark it to delete here. We will delete it soon.

Item deletion schedule

Generic REST API

https://api.iotguru.cloud/measurement/create/{nodeKey}/{field}/21.00

Generic MQTT topic

pub/{userShortId}/{deviceShortId}/{nodeShortId}/{field}

Generic ESP8266 and ESP32 with Arduino

                        float value = 21.00;
                        HTTPClient http;
                        http.useHTTP10(true);
                        http.setTimeout(8000);
                        http.begin("http://api.iotguru.cloud/measurement/create/{nodeKey}/{field}/" + value);
                        http.GET();
                        http.end();
                    

IoT Guru integration library

Send measurement example code

Please allow us 5–10 minutes to start aggregating your measurements, meanwhile, you can check your last ten measurements on the Last values tab.