EasyIotCloud server works but it stops after 2 days log

4 years 10 months ago #4007 by zugan2
Hello Guys
Thank you for your EasyIot Project.

I made my project regarding garden irrigate and garden atmosphere report system referring your
similar project.
I posted on Github about those two programs.
github.com/todopapa/my_ESP8266_mqtt_irrigator
github.com/todopapa/my_EIOT_OLED_mqtt_esp8266_BME280

It works fine about 2days, but unfortunately it stops on the server.
Then I tired to remove modules and redefine new modules, then it worked fine again but it stoped after aprrox. 2days work again.
I'd like to attach images on EasyIotClud Sever.
It is strange, the log stops on the screen but pump on command is works and it stops automatically after few minites later, but screen doesn't changes to pump off.

Is there any restriction the server post data capacity or something ?
I would like to continue to work this project.

Your help is highly appreciated.
Best regards,

Attachments:

Please Log in or Create an account to join the conversation.

4 years 9 months ago #4008 by zugan2
Hi Guys.

No reply at all.
I checked this problem today by myself.
Eventually I found the result of logging stop.
There appears an Account Limit tag in Configure Page.

For Fred Users, there is write(post)limits per month.
"Writes in period (total / limit) 100000 / 100000"

I somehow had expired this limit.

It is not bug, but s@pecification .lol

I would like to move other free public MQTT service.

Best regards,
Attachments:

Please Log in or Create an account to join the conversation.

4 years 9 months ago #4009 by zugan2
Hi Guys.
I calculated post transfer per day with my project.
3 posts per each 10sec.
360x3=1080 posts/hour
1080x24=25920 posts /day.
Then it expires in 3~4days.
The calculated result is matched.

As a temporary counter measure, I changed measuring and posting time span
every 10 sec. to 120 sec.

regards,

#include "BME280_MOD-1022.h"
#include <MQTT.h>
#include <EEPROM.h>
#include "SSD1306.h"

/* BME280 SENSOR SETUP */
//#define PERIOD 10
/* 2019.6.22 IotCloud Free版 Write制限 100000/1か月
 120秒に3データPOSTで720回/日、21600回/月。x3データ=64800POST */
#define PERIOD 120 // 120秒毎に測定
#define DEBUG

Please Log in or Create an account to join the conversation.

4 years 8 months ago #4015 by zugan2
Hi Guys.

My project had restarted from Jul. 18th as expected.
But unfortunately it dead yesterday.

My estimation is as follows.
24(H)x60(min)x60(sec)=85400(sec)
86400 / 120(sec)=720 times a day.
3post neaded temp hum and atm so 2160 post a day.
But almost 10000 post a day actually.
What is wrong with my estimation ?
Soil Humid post freqency is neglegible because it is supposed to be posted just ±1% different occurs.

Best regards,


/* 2019.6.22 IotCloud Free版 Write制限 100000/1か月
 120秒に3データPOSTで720回/日、21600回/月。x3データ=64800POST */
#define PERIOD 120 // 120秒毎に測
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.409 seconds

Forum latest

  • No posts to display.