-
The webpage of the [HDC1080 ](https://esphome.io/components/sensor/hdc1080.html)states:
> Currently, the platform doesn’t support activating the built-in heater, as it seems to only be rarely of us…
-
Hello, great plugin! Thanks!
I have some HDC1080 Temp/Humidity sersors. They work perfectly on I2C bus, I can read both values (a simple python script here https://github.com/switchdoclabs/SDL_Pi_HDC…
-
// 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.
-
Hello,
This is not an issue per say, more of a request.
I saw in the latest update v2.43 there is new code to improve the lifespan of the flash memory. I would like to take advante of that and a…
-
I am working on reading the text in the txt file on the sd card and sending it to the server. If contents do not exceed 2048 bytes, it works normally, but if it exceeds 1btye, the server does not requ…
-
**Describe the problem you have/What new integration you would like**
Support for the HDC2080 temperature sensor
**Please describe your use case for this integration and alternatives you…
-
I am using a CCS811 + HDC1080 with the development version ESP_Easy_mega_20200608_dev_ESP8266_4M1M.
If I disable both devices, the display will show the fixed data in 4 lines properly. On boot it als…
-
Board: Lora32 with oled
Sensor: Breakout with CCS811 and HDC1080 combined (similar like this https://irasaelec.com/en/CCS811-HDC1080/ )
IDE: PlatformIO
My code is based of the BME compensated exa…
-
Hello!
I must say you inspired me a little. Was thinking of making project like this for very long time but never had time to figure which eInk screens would work best and get drivers working.
I s…
-
Don't know if its directly related to the frontend, api or the node-sketch-templater
### Expected Behavior
If a user want to add a second Temperature and Humidity Sensor of the same type there s…