ThingSpeak
Posted: Thu Aug 18, 2016 3:03 pm
Value logging and graphs are not ideal to store on a respberrys sd-card. After a while, the card will crash because of to many writings, and all your historical data will be lost.
I did have a look at https://thingspeak.com. Really simple cloud service to create nice graphs. To store values, you simply make a web request.
https://api.thingspeak.com/update?api_k ... 0field2=50
I think the implementation could be pretty much like the MqttValueLogger. Just hook it up to a homeitem and a attribute, and it forwards data.
What do you think, would this be useful? I think there are similar services as thingspeak, have anyone tried it or any similar service? Which is best?
I did have a look at https://thingspeak.com. Really simple cloud service to create nice graphs. To store values, you simply make a web request.
https://api.thingspeak.com/update?api_k ... 0field2=50
I think the implementation could be pretty much like the MqttValueLogger. Just hook it up to a homeitem and a attribute, and it forwards data.
What do you think, would this be useful? I think there are similar services as thingspeak, have anyone tried it or any similar service? Which is best?