-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hey there,
I was looking through my emails and noticed a nastygram from Particle; they are changing the structure of their data offerings and the 'free' tier is limited to 100,000 'data operations' per month. I checked my usage and between two touchlamps with slightly modified code, I'm using about 57,000 operations per day just for a few touches each day. 720,000 data operations per month is $99/mo.
100,000 operations per month brings the resolution of operations down to under an average of 2 per minute.
This isn't really an issue but more of an enhancement request. Maybe we can add some code to limit the instantaneous publish and recieve from the particles; or reduce the string size communicating across Particle's servers.
I'm going to keep digging into how the particles communicate to eachother and try to come up with some ideas on how to compress the usage. Maybe my usage is astronomical for some reason?
E1: looks like each press is 6 'data operations'. Not sure why i'm racking up 57k per day.