Sending Missed Data with Python

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
stanto
 
Posts: 1
Joined: Mon Apr 30, 2018 12:08 pm

Sending Missed Data with Python

Post by stanto »

I may be going about this the 'wrong way', and there could be ways of catching this, still, at the moment I have a program which is capturing the temperature and humidity in a location, and I am using 'send' with the python io client to send the data to adafruit.io - sometimes the network connection goes down, and this data fails to send, now I can hold up that reading so that it sends later, however it's then not timestamped.

To be able to show the trend over time in adafruit.io I'm thinking that I should be able to timestamp send the data from python to adafruit.io - is this possible or should this be done differently?

Thanks,

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”