Sun, Mar 20, 2022
A DataPoint is a fact, a measure coming from a Sensor at a precise moment of time. Once multiple Datapoints are stored, it become a serie of Datapoints, hence the timeseries reference. :-)
Read more →
Sat, Nov 20, 2021
Sources are the Arduino sketches that can be uploaded to Objects using Over The Air (OTA) library. t6 is able to create Arduino esp8266 sketches, build them and upload them directly to nodeMCU Arduino board using Wifi and OTA library on port 2866. This feature is at an early stage and is not fully released. Use it at your own risk :-).
Snippets refers to small component containing a Dashboard. Multiple variety are available and the library aim to growth regularly.
Objects are virtual items dedicated to push data to flows. Objects are defined for each Users. Objects in t6 are the virtual nodes of your physical devices. They are sending measured values from their embedded sensors to the Flows. Common cardinality is 1:1 (Object:Flow) ; but you can setup multiple Flows for the same Object (a DHT11 sensor handle 'temperature' and 'humidity' for instance). Additionally, you can set a Flows to be feed from multiple Objects.
Various data types are available on t6 Api.
Dashboards on t6 can instanciate multiple Snippets to display your measurements from datapoints.