Question about Free Limits
Hi, Its my day 1... and just thought i should confirm something for sake of clarity. I found this table on the site...
But I want to know does Number of Messages include Reads & Writes... or only Writes because the other parameter is Message update interval limit ... and usually the word update is a part of the operation where there is a WRITE being committed. And thats what confused me...
So is that interval only for updating data... or is it even if you are reading data?
Thanks
14 Comments
Time DescendingHi guys.... I did what you guys said... I read some of the docs and managed to make the example from your examples section. The PubSub, worked fine via MQTT.
BUT HERE IS where im stuck! I am going to be changing the value on the cloud's Field1 from a mobile or a web. Now I've tried it when i used the regular API from the browser to write https://api.thingspeak.com/update?api_key=XXXXXXXXXXX&field1=0 and works fine.
- But I cant find a similar API to publish to that Field1 for the MQTT technology
- And while Field1 has been subscribed to by an MQTT client, any attempts to write to Field1 via the conventional API fails too
I found a Flutter Pkg ... but do you think this can work with Thinkspeak? All I need from the mobile/web... is to publish... not to subscribe.
thanks will await your advice
Hi Christopher, I appreciate you taking time to clarify my confusion. Ok but not ask for a ball park figure... what if I read a field's last added value like once every 5secs? is that still acceptable? or is that high? how could i get some idea?
Updates or writes to your channels consume messages and are time limited. Reading channel data does not consume messages and there are not necessarily time limits on reading. We ask you to use the reads responsibly. If you programmatically read channels at a high rate, we may block your address or restrict access. This is quite uncommon fortunately.