Skip to content

Flow rate reported value in Zigbee_Pressure_Flow_Sensor.ino #11493

Answered by P-R-O-C-H-Y
jacksonwill0 asked this question in Q&A
Discussion options

You must be logged in to vote

@jacksonwill0 In that case I will suggest you to use the Analog cluster adding an analog Input :)
You can check the example in our repo.

You can set the application type to to some FLOW type, which uses Liters per Second

/** @brief Values for 'Flow in Liters per Second' type of Analog Input cluster */
typedef enum {
    ESP_ZB_ZCL_AI_FLOW_CHILLED_WATER = ESP_ZB_ZCL_AI_SET_APP_TYPE_WITH_ID(ESP_ZB_ZCL_AI_APP_TYPE_FLOW, 0x0000), /*!< Chilled water */
    ESP_ZB_ZCL_AI_FLOW_CHILLER_CHILLED_WATER,                                                                   /*!< Chiller chilled water */
    ESP_ZB_ZCL_AI_FLOW_CHILLER_CONDENSER_WATER,                                                        …

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@jacksonwill0
Comment options

@P-R-O-C-H-Y
Comment options

@jacksonwill0
Comment options

@jacksonwill0
Comment options

@P-R-O-C-H-Y
Comment options

Answer selected by jacksonwill0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants