-
Hey,
thank your for your nice Library and your Documentation about it. I bought this Sensor and I want to use it only indoors and my Question is about the Calibration. I thought that I need to tur…
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
Hass.io
**ESP (ESP32/ESP8266, Board/Sonoff):**
WEMOS D1 Mini Rev 3.1.0
**Affected component:**
https://esphome.io/c…
-
While some sensors like HTU21D are dirt cheap and can be sourced on Aliexpress for less than 1 USD complete with breakout board, others like MH-Z19B or SDS011 are higher priced in comparison like 20 U…
-
Sorry to ignore the template, but I have a question about porting the MH-Z19 code to a different (yes GPL3 licensed) project I'm working on.
I found that most MH-Z19 implementation are quite limite…
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
pip
**ESP (ESP32/ESP8266, Board/Sonoff):**
esp32
**Affected component:**
[MH-Z19](https://esphome.io/components/senso…
-
in README.md file and in the section about CALIBRATION you have several links to the datasheet available on the sensor manufacture website. This datasheet you currently link to is version 1.0 publishe…
-
This library converts a u16 to bytes [as follows](https://github.com/zenria/mh-z19-rs/blob/a2afacf68bce5d3a1ba4f15156d6bd1d732a22d3/src/lib.rs#L95):
```rust
(value & 0xff00 >> 8) as u8,
(value & 0x…
-
Hello,
I can’t compile that code which you can find in the attachment. Any suggestions? Please rename the File to .ino..
Also in the attachment is the full error Log.
[BasicUsage Kopie.ino.…
-
Hi all,
It seems the oledframed lines are limited to a very small amount of characters. For normal text, this isn't so much of a problem, but using the default entity names as "Temperature" for a tem…
-
I encountered a weird problem and while most likely not related to the library, I wanted to make sure. I use the MH-Z19B with an ESP32. I already tried with an Arduino and an ESP8266 and everything wo…