Workshop Flowforgeinfluxdb 230627194839 75bb785b
Workshop Flowforgeinfluxdb 230627194839 75bb785b
June 2023
Rob Marcer
Belief: No-code is the best code.
Customer Success Manager,
FlowForge
Part 1 Part 3
Part 2 Part 4
Light
?
Soil Temperature
Goal: Create a platform which can monitor the
Soil Moisture
health of household plants
Provide:
● Data Collection
● Data Storage
● Visualization + Analysis
| © Copyright 2023, InfluxData
Determine a state Time in state Anomaly Detection
22
FlowForge
InfluxDB
Cloud
Grafana
Health
checker
● github.com/flowforge/flowforge-nr-project-nodes
msg.payload = [
msg.payload = [
{
[{
measurement: "weather_sensor",
intValue: '9i',
fields: {
numValue: 10,
temp: 5.5,
randomValue: Math.random()*10,
light: 678,
strValue: "message1",
humidity: 51
time: new Date().getTime()-1
},
},
tags:{
{
location:"garden"
tag1:"sensor1",
},
tag2:"device2"
timestamp: new Date()
}],
},
[{
intValue: '11i',
numValue: 20,
VS. {
measurement: "alarm_sensor",
fields: {
randomValue: Math.random()*10,
proximity: 999,
strValue: "message2",
temp: 19.5
time: new Date().getTime()
},
},
tags:{
{
location:"home"
tag1:"sensor1",
},
tag2:"device2"
timestamp: new Date()
}]
}
];
];
return msg;
return msg;
1 --db flowforge \
--rp flowforge \
--bucket-id 3b1a3a72281a9367 \
--default
https://github.com/InfluxCommunity/
FlowForge
Github - github.com/flowforge
Documentation - flowforge.com/docs
Blog - flowforge.com/blog
https://influxdbu.com/ https://influxcommunity.slack.com/