IoT and smart data automation
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 :-).
Read more →
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.
Default Datapoint storage on t6 is to processed on the influxDb (via telegraf optionaly).