Anton Viktorov

Results 65 comments of Anton Viktorov

for the future: talks regarding BSEC for this sensor https://github.com/esphome/issues/issues/4392

@billmaterial you may try this one I made today. Please check if it works at all and post logs via pastebin. 1) RGBC - are raw readings * compensation (2.2f,...

@billmaterial i see. i can add two settings for the thresholds and turning on interrupt. overall it was crazy idea of pimoroni to connect it to interrupt line... Is component...

@billmaterial try new version for the LED add to yaml ``` switch: - platform: bh1745 name: BH1754 LED ```

@billmaterial I dont have a device. Please share couple of different measurements: what were RGBC values, and what were calculated lux and cct. Need to check some calculations. thanks

@billmaterial i'm missing clear channel data. can you turn it on? I only need couple of readings with different light. Need values for r, g, b, clear and illuminance and...

@billmaterial can you test last version please, switch is now part of the sensor hub ``` sensor: - platform: bh1745 id: bh1745_sensor1 address: 0x38 gain: 1X # 1X, 2X, 16X...

makes sense. i'll what i can do. i will need you to test it at some point

@lastfreemail40 that didnt took long. I need you to test both i2c and spi versions. ``` external_components: - source: github://pr#6369 refresh: 10s components: - ens160_base, ens160_i2c, ens160_spi i2c: sda: GPIO25...

> Thank you very much. That was really fast :) Does it work well in your setup?