diff --git a/CO2-Ampel.ino b/CO2-Ampel.ino new file mode 100755 index 0000000..611891c --- /dev/null +++ b/CO2-Ampel.ino @@ -0,0 +1,190 @@ +/* This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. */ + +#include +#include +#include +#include +#include + +String matrixausgabe_text = " "; // Ausgabetext als globale Variable + +volatile int matrixausgabe_index = 0;// aktuelle Position in Matrix + +IPAddress myOwnIP; // ownIP for mDNS + +//-------------- definition mqtt-object ueber WiFi +WiFiClient espClient; +PubSubClient mqttclient(espClient); + +//--------- list of mqtt callback functions +#define MAX_MQTT_SUB 10 // maximal 10 subscriptions erlaubt +typedef void (*mqtthandle) (byte*,unsigned int); +typedef struct { // Typdeklaration Callback + String topic; // mqtt-topic + mqtthandle fun; // callback function +} +subscribe_type; +subscribe_type mqtt_sub[MAX_MQTT_SUB]; +int mqtt_sub_count=0; + +String MQTT_Rx_Payload = "" ; +//--------- mqtt callback function +void mqttcallback(char* to, byte* pay, unsigned int len) { + String topic = String(to); + String payload = String((char*)pay); + MQTT_Rx_Payload=payload.substring(0,len); + Serial.println("\ncallback topic:" + topic + ", payload:" + MQTT_Rx_Payload); + for (int i=0;i ( 700 ) )) + { + pixels.setPixelColor(0,30,30,0,0); + pixels.show(); + if (( ( co2 ) > ( 1000 ) )) + { + pixels.setPixelColor(0,40,0,0,0); + pixels.show(); + } + } + else + { + } + } + delay( 1000 ); + mqttreconnect(); + { + String pay=String(String(co2)); + mqttclient.publish("sensor/CO2",pay.c_str()); + Serial.print("\nmqtt publish: "); + Serial.print(pay); + }; + mqttreconnect(); + { + String pay=String(String(temp)); + mqttclient.publish("sensor/temp",pay.c_str()); + Serial.print("\nmqtt publish: "); + Serial.print(pay); + }; + mqttreconnect(); + { + String pay=String(String(hum)); + mqttclient.publish("sensor/hum",pay.c_str()); + Serial.print("\nmqtt publish: "); + Serial.print(pay); + }; + delay( 6000 ); +} diff --git a/README.md b/README.md index 7979085..f6c709b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ -# CO2-Ampel-Octopus +# CO2 Ampel mit Sensor SCD30 und Octopus als Mikrocontroller + +## Bauteile die benötigt werden: + +* https://www.tindie.com/products/FabLab/iot-octopus-badge-for-iot-evaluation/ +* https://www.sensirion.com/de/umweltsensoren/kohlendioxidsensor/kohlendioxidsensoren-co2/ +* Oder https://www.seeedstudio.com/Grove-CO2-Temperature-Humidity-Sensor-SCD30-p-2911.html +* (Optional) MQTT Broker +* (Optional) NodeRED auf einem Raspberry Pi oder anderen Rechner + +## Datenblatt für den SCD30 + +* https://www.mouser.de/datasheet/2/682/Sensirion_CO2_Sensors_SCD30_Datasheet-1510853.pdf + +## Enhalten sind in diesem Repository: + +* INO-File für Ardunio IDE und zur Programmierung des Octopus +* NodeRED Flow zur Anzeige von CO2/Temperatur/Luftfeuchte inkl. Dashboard + +## Weiterführende Informationen zu dem Projekt gibt es hier: + +* https://www.umwelt-campus.de/forschung/projekte/iot-werkstatt/ideen-zur-corona-krise +* WICHTIG Kalibrierung des Sensor https://www.youtube.com/watch?v=od_XsBE6hU4 + +![Screenshot](https://git.unixweb.net/jhummel/CO2-Ampel-Octopus/raw/branch/master/images/Die-CO2-Ampel.jpg) + +![Screenshot](https://git.unixweb.net/jhummel/CO2-Ampel-Octopus/raw/branch/master/images/SCD30-CO2-Ampel.jpg) + +![Screenshot](https://git.unixweb.net/jhummel/CO2-Ampel-Octopus/raw/branch/master/images/CO2-Ampel-mit-NodeRED-Dashboard.png) + + -CO2 Ampel mit Octopus für SCD30 Sensor \ No newline at end of file diff --git a/flow-Co2-Ampel.json b/flow-Co2-Ampel.json new file mode 100644 index 0000000..125c09a --- /dev/null +++ b/flow-Co2-Ampel.json @@ -0,0 +1 @@ +[{"id":"a626e146.9703f","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"3c760bd.0ac9374","type":"group","z":"a626e146.9703f","name":"","style":{"fill":"#ffdf7f","label":true},"nodes":["d026c6fb.b11348","c5e8c171.0d50a","760bb096.befa98","fb9c00b8.11c3b"],"x":114,"y":539,"w":432,"h":162},{"id":"63e88d79.c39f2c","type":"group","z":"a626e146.9703f","name":"","style":{"fill":"#dbcbe7","label":true},"nodes":["97f2a75b.922c4","7c4cf6e5.41c988","428c7026.608bf8","f53b5921.66de88"],"x":614,"y":319,"w":392,"h":162},{"id":"70ac67cd.b523c","type":"group","z":"a626e146.9703f","name":"","style":{"fill":"#3f93cf","label":true},"nodes":["6e16a33b.01d084","6fd849e9.c40648","5fffdd84.13262c","85220a51.039b18"],"x":174,"y":319,"w":372,"h":162},{"id":"6e16a33b.01d084","type":"mqtt in","z":"a626e146.9703f","g":"70ac67cd.b523c","name":"","topic":"sensor/CO2","qos":"2","datatype":"auto","broker":"bf300e91.fe3f28","x":270,"y":360,"wires":[["6fd849e9.c40648","5fffdd84.13262c"]]},{"id":"6fd849e9.c40648","type":"ui_gauge","z":"a626e146.9703f","g":"70ac67cd.b523c","name":"","group":"1bb3cad0.b6922d","order":3,"width":0,"height":0,"gtype":"gage","title":"Co2","label":"units","format":"{{value}}","min":"300","max":"3000","colors":["#00b500","#e6e600","#ca3838"],"seg1":"701","seg2":"1000","x":450,"y":360,"wires":[]},{"id":"5fffdd84.13262c","type":"ui_chart","z":"a626e146.9703f","g":"70ac67cd.b523c","name":"","group":"1bb3cad0.b6922d","order":1,"width":0,"height":0,"label":"CO2 Trend","chartType":"line","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"useUTC":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"outputs":1,"x":450,"y":420,"wires":[[]]},{"id":"d026c6fb.b11348","type":"mqtt in","z":"a626e146.9703f","g":"3c760bd.0ac9374","name":"","topic":"sensor/temp","qos":"2","datatype":"auto","broker":"bf300e91.fe3f28","x":210,"y":580,"wires":[["c5e8c171.0d50a","760bb096.befa98"]]},{"id":"97f2a75b.922c4","type":"mqtt in","z":"a626e146.9703f","g":"63e88d79.c39f2c","name":"","topic":"sensor/hum","qos":"2","datatype":"auto","broker":"bf300e91.fe3f28","x":710,"y":360,"wires":[["7c4cf6e5.41c988","428c7026.608bf8"]]},{"id":"c5e8c171.0d50a","type":"ui_gauge","z":"a626e146.9703f","g":"3c760bd.0ac9374","name":"","group":"419515a1.e9fa2c","order":2,"width":0,"height":0,"gtype":"gage","title":"Temp","label":"units","format":"{{value}}","min":"-25","max":"50","colors":["#00b500","#e6e600","#ca3838"],"seg1":"25","seg2":"30","x":410,"y":640,"wires":[]},{"id":"7c4cf6e5.41c988","type":"ui_gauge","z":"a626e146.9703f","g":"63e88d79.c39f2c","name":"","group":"787e5119.94bc1","order":4,"width":0,"height":0,"gtype":"gage","title":"Humidity","label":"units","format":"{{value}}","min":0,"max":"100","colors":["#00b500","#e6e600","#ca3838"],"seg1":"98","seg2":"99","x":880,"y":440,"wires":[]},{"id":"760bb096.befa98","type":"ui_chart","z":"a626e146.9703f","g":"3c760bd.0ac9374","name":"","group":"419515a1.e9fa2c","order":1,"width":0,"height":0,"label":"Temperature Trend","chartType":"line","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"useUTC":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"outputs":1,"x":430,"y":580,"wires":[[]]},{"id":"428c7026.608bf8","type":"ui_chart","z":"a626e146.9703f","g":"63e88d79.c39f2c","name":"","group":"787e5119.94bc1","order":1,"width":0,"height":0,"label":"Humidity Trend","chartType":"line","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"useUTC":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"outputs":1,"x":900,"y":360,"wires":[[]]},{"id":"85220a51.039b18","type":"comment","z":"a626e146.9703f","g":"70ac67cd.b523c","name":"CO2","info":"","x":260,"y":440,"wires":[]},{"id":"fb9c00b8.11c3b","type":"comment","z":"a626e146.9703f","g":"3c760bd.0ac9374","name":"Temperature","info":"","x":240,"y":660,"wires":[]},{"id":"f53b5921.66de88","type":"comment","z":"a626e146.9703f","g":"63e88d79.c39f2c","name":"Humidity","info":"","x":710,"y":440,"wires":[]},{"id":"bf300e91.fe3f28","type":"mqtt-broker","z":"","name":"","broker":"192.168.10.55","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"1bb3cad0.b6922d","type":"ui_group","z":"","name":"CO2","tab":"284040b.f7837c","order":1,"disp":true,"width":"6","collapse":false},{"id":"419515a1.e9fa2c","type":"ui_group","z":"","name":"Temperature","tab":"284040b.f7837c","order":2,"disp":true,"width":"6","collapse":false},{"id":"787e5119.94bc1","type":"ui_group","z":"","name":"Humidity","tab":"284040b.f7837c","order":3,"disp":true,"width":"6","collapse":false},{"id":"284040b.f7837c","type":"ui_tab","z":"","name":"CO2 Ampel","icon":"dashboard","disabled":false,"hidden":false}] \ No newline at end of file diff --git a/images/CO2-Ampel-mit-NodeRED-Dashboard.png b/images/CO2-Ampel-mit-NodeRED-Dashboard.png new file mode 100644 index 0000000..cbe6c3f Binary files /dev/null and b/images/CO2-Ampel-mit-NodeRED-Dashboard.png differ diff --git a/images/Die-CO2-Ampel.jpg b/images/Die-CO2-Ampel.jpg new file mode 100644 index 0000000..774c348 Binary files /dev/null and b/images/Die-CO2-Ampel.jpg differ diff --git a/images/Octopus-CO2-Ampel.jpg b/images/Octopus-CO2-Ampel.jpg new file mode 100644 index 0000000..8a5ca67 Binary files /dev/null and b/images/Octopus-CO2-Ampel.jpg differ diff --git a/images/SCD30-CO2-Ampel.jpg b/images/SCD30-CO2-Ampel.jpg new file mode 100644 index 0000000..d4f5b6e Binary files /dev/null and b/images/SCD30-CO2-Ampel.jpg differ