From: David Woodhouse Date: Wed, 16 Oct 2024 20:49:11 +0000 (+0100) Subject: less noise X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8f43202dbb303076f49706e9be0f04dedb1644e1;p=users%2Fdwmw2%2Fesp32-pool.git less noise --- diff --git a/emoncms.yaml b/emoncms.yaml index e6e8174..2752105 100644 --- a/emoncms.yaml +++ b/emoncms.yaml @@ -43,7 +43,7 @@ script: if (!id(emoncms_data).empty()) id(emoncms_data) += ","; id(emoncms_data) += "[" + std::to_string(now) + ",\"" + node + "\",{\"" + input + "\":" + std::to_string(value) + "}]"; - ESP_LOGD("Emoncms", "Queued data now '%s'", id(emoncms_data).c_str()); + //ESP_LOGD("Emoncms", "Queued data now '%s'", id(emoncms_data).c_str()); - id: send_emoncms then: @@ -56,7 +56,7 @@ script: body: !lambda |- std::string body = "data=[" + id(emoncms_data) + "]&time=0"; id(emoncms_data) = ""; - ESP_LOGD("Emoncms", "Request body: '%s'", body.c_str()); + //ESP_LOGD("Emoncms", "Request body: '%s'", body.c_str()); return body; on_response: then: