Closed regnerus closed 5 years ago
Closing this issue since it is probably due to a bad HDC1080 chip, received a second module which does not have this issue!
Hello I have same issue with HDC1080 in ESPHome, but when I upload simple Arduino sketch and connect to sensor with ClosedCube_HDC1080.h library the measurements work. If I could somehow help to debug this issue, please let me know.
Looks like I'm running into the same issue with the CCS811 HDC1080 combo board. It shows the address of both devices in the i2c scan on Esphome but of course it fails to communicate. I was able to test ESPEasy on it and the HDC1080 reports back temperature and humidity just fine.
I experienced same behavior on this board, the other two sensors work fine. https://www.aliexpress.com/item/32867694176.html
This issue might be related to #294 however I could not make up if that issue also was related to the CCS811 HDC1080 combo module therefore opening this new issue.
Operating environment/Installation (Hass.io/Docker/pip/etc.):
Hass.io ESPHome Beta 1.13.6
ESP (ESP32/ESP8266, Board/Sonoff):
DOIT ESP32 DevKit V1
Affected component:
HDC1080 Sensor
Description of problem: I recently bought a CCS811 HDC1080 combo module from Aliexpress (https://nl.aliexpress.com/item/32866568687.html). The I2C scan function is able to find both the CCS811 address (0x5A) and the HDC1080 address (0x40) however it results in the following error
Communication with HDC1080 failed!
. The HDC1080 sensor is however working as expected.Problem-relevant YAML-configuration entries:
Logs (if applicable):
Additional information and things you've tried:
Tried both the normal and beta versions of ESPHome.