-
Hi guys,
first of all i want to give a big big thank you to the developer and everyone who is involved. I'm using Mycodo since a month to maintain healthy conditions in my grow box and I'm learning…
-
Hello,
Are you looking forward to adding a support of the Carbon Dioxide Detection Sensor (CCS811)?
Currently, there are PM, Temp, Humidity, Air Pressure options only.
If not, is there a way …
-
Hello,
Could you please clarify from which library is ccs811.h?
I don't see such in the library manager.
Thank you
-
Hello,
I've been having baseline issues with my CCS811 sensor for a while. Below is a plot where the blue line is VOC, and red is the baseline value, scaled down (/100) to fit on the plot. During t…
-
Greetings,
So I've been doing some experimenting with using the CCS811 with a deep sleep functionality and have been getting some odd results. Perhaps someone also has some experience and can help…
-
// Pass environmental data from ENS210 to CCS811
ccs811.set_envdata210(float(hdc1080.readTemperature()), float(hdc1080.readHumidity()));
Need to refer CCS811 env data datasheet U16 format.
-
At present, SCK reads the latest CCS811 baseline when device is powered OFF, and rewrites it after power ON. The same action is performed during hardware reset.
A better management could be impleme…
-
In general TVOC sensors require a baseline of "clean air" (outside for some minutes) to set the baseline for the measurements - that's what I learnt from other sensors. Some simply regularly update th…
viric updated
4 years ago
-
suspect it is not initialized properly
Adafruit and Sparkfun boards work
identify and correct problem
-
Hi,
how can I build a nested Config-object as needed in i.e. the "device" configuration variable for MQTT sensors?
I tried this
```C++
String generateConfigPayload1() {
String deviceJSONstr…