FIOTH Quick Start Guide
- Create a user account
- Login with your account
- Goto channels tab
- Create a channel then create a sensor, create some field
- Get your sensor API
- You will be able to log only after you have created any field
- Configure sensor/your IoT device for logging:
- Method 1:
- Use lib function to log data. (try demo example)
- Method 2:
- Send an HTTPS post request of this form from your IoT device for logging:
- Your post request should contain the body of this form:
- Note: For uploading missed data your file should be JSON and have format like above.
- Done
- After you have logged data, you can:
- Use Visualise tab to see
- Or download your data from Download tab
- Missed any data upload? Upload them manually from Upload page
- Visualization Guide:
- Each sensor can have only one field with name daily log, this will be used for calendar graph
- On the visualization page, click on select button on the top to open select channel and sensor dialog
- Save changes and wait for the graph to update