Flow example for: Wireless temp & humidity sensor BLE
Dashboard
- Start by dragging your beacon into the flow.
- Drag to format number from the Number menu
- Drag to Set variable value from the Dashboard menu
- Connect from Gateway to Format number to Set variable
- Fill in a 1 digit in each decimal in Format number and a period in Decimals separator.
- Choose your variable dashboard or create a new one.
Logging
- Drag a Write to log interval from the Logging menu.
- Select your log or create one under the logs tab.
- Fill in your content in the content field, e.g. {temp}
- Connect from Temperature on beacon to Temp on Write to log interval.
SMStemperature alarm
- Drag a Less then from the Number menu.
- Drag a Send SMS from the Notifications menu.
- Connect from the output on Format number that comes from Temperature on the beacon to Less then
- Fill in the setpoint at which it should give an alarm if it falls below the desired setpoint, e.g. 20.
- Connect to Send SMS from Less then output to Send on Send SMS.
Note: This flow is just an example, your flow can be built according to your own needs, this flow is just for inspiration.