Flow: How to read a value from some Flow instance?
This blog post describes an approach on reading a value from an instance of Flow component in Total.js controller.

Flow: How to read a value from an instance of Flow component?
Total.js Flow is really great tool and this tutorial shows you how you can get an instance of component from Total.js Flow directly in a controller.
Follow these steps:
- create your own flow with
analyticscomponent - double-click on
analyticscomponent and type a reference tomystatsand press save (as the picture below)

Then create a controller controllers/default.js:
Where can I read all public methods from Flow components?
- Download Flow Components repository
- open each component to see all public methods (defined as
instance.custom.<method-name>)
Another helpful FLOW methods
Other posts from Total.js Platform
- 2025-11-02October report 2025
- 2025-10-22New universal drivers for IoT Platform
- 2025-10-13IoT Platform Update: New Features and Enhancements
- 2025-10-01September report 2025
- 2025-09-05How to create Google Gemini AI component in Total.js Flow
- 2025-09-01August report 2025
- 2025-08-25IoT platform — Total.js
- 2025-08-22How to install OpenPlatform — IoT platform
- 2025-08-18Total.js Tables is here!
- 2025-08-18How to install Flow — IoT platform
