Stop the Mold with HARDWARIO IoT Kit Climate Module

Stop the mold from spreading in your house or office with this simple device. Just put it into the moldy room and watch the humidity.

BeginnerFull instructions provided1 hour903
Stop the Mold with HARDWARIO IoT Kit Climate Module

Things used in this project

Hardware components

Climate Monitor Kit
HARDWARIO Climate Monitor Kit
×1
Radio Dongle
HARDWARIO Radio Dongle
×1

Software apps and online services

Blynk
Blynk
Node-RED
Node-RED
Playground
HARDWARIO Playground

Story

Read more

Code

NODE-Red flow

JSON
NODE-Red flow for this application, follow the guide to import and use it
[{"id":"104a0545.c861cb","type":"tab","label":"Mold Monitor","disabled":false,"info":""},{"id":"c17078b3.16a858","type":"mqtt in","z":"104a0545.c861cb","name":"","topic":"node/climate-monitor:0/hygrometer/0:2/relative-humidity","qos":"2","broker":"e649966c.8c2af8","x":450,"y":180,"wires":[["2266ad35.cccb12"]]},{"id":"2266ad35.cccb12","type":"function","z":"104a0545.c861cb","name":"Notification","func":"if(msg.payload > 60)\n{\n    msg.payload = \"The air in the room is too humid\";\n    return msg;\n}","outputs":1,"noerr":0,"x":810,"y":180,"wires":[["c4416de0.fb0ab"]]},{"id":"c4416de0.fb0ab","type":"blynk-ws-out-notify","z":"104a0545.c861cb","name":"","client":"92fcc98f.714368","queue":false,"rate":5,"x":990,"y":180,"wires":[]},{"id":"e649966c.8c2af8","type":"mqtt-broker","z":"","name":"","broker":"127.0.0.1","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"92fcc98f.714368","type":"blynk-ws-client","z":"","name":"Mold Monitor","path":"ws://127.0.0.1:8080/websockets","key":"47edc66f0a4f40d08580c9ef05039e88","dbg_all":false,"dbg_read":false,"dbg_write":false,"dbg_notify":false,"dbg_mail":false,"dbg_prop":false,"dbg_sync":false,"dbg_bridge":false,"dbg_low":false,"dbg_pins":"","multi_cmd":false,"proxy_type":"no","proxy_url":""}]

Credits

Jakub Smejkal
79 projects • 14 followers
Martin Hubáček
65 projects • 56 followers
Rosťa Kutěj
0 projects • 0 followers

Comments