David K.

Results 10 comments of David K.

@JohnMcLear its currently not in ep_headings2. Could you please include it?

USB-C iPads probably don't fully support the Yubikey 5Ci, have a look at the FAQs here: https://github.com/Yubico/yubikit-ios Full functionality only via Lightning and NFC.

Probably easier to just use Yubikit raw directly from libssh2 / ssh-agent. We only need the authentication key. ObjectivePGP doesn‘t support smartcards yet.

> Thanks for the PR. A quick test with my BME680 and the supplied config `bme680_iaq_33v_300s_4d` seems that `uint8_t` doesn't cover the range of specific entries. You'll have to use...

> it would be cleaner to use: > > ```c++ > cg.add_library("BME68x Sensor library", "1.1.40407") > cg.add_library("BSEC2 Software Library", "1.3.2200") > ``` Thanks! Back when I started, this BSEC2 was...

> Trying to compile against this version results in a error. Seems like the library is not correctly linked and therefore some functions are out of scope? `error: 'bsec_init' was...

I made some updates to the component. It can now be included with "external_components" and uses the current bsec2 library, which should also support multiple sensors. ```yaml external_components: - source:...

> @neffs works for me with ESP32-S3 and BME680. Which bsec configuration did you pick? I'm using bme688_sel_33v_3s_4d Still waiting for https://github.com/boschsensortec/Bosch-BSEC2-Library/issues/20 to be closed

This is quite old, but it should still work. I had it running until a year ago. You can get the components from the V-USB project. I used the with-zener...

I just updated the existing component to the BSEC2 library: https://github.com/neffs/esphome/tree/bsec2 Before creating a PR we should figure out if it should be an additional component (e.g. bme68x_bsec) or replace...