Faidon Liambotis

Results 129 comments of Faidon Liambotis

Came across this while updating the Debian package too. It's broken by a newer version of setuptools (or at least in the Debian package of it). Good: 70.3.0 Bad: 72.2.0,...

For what it's worth, besides OpenBK, you can nowadays flash the Beken chips with ESPHome. I have a working config here: https://devices.esphome.io/devices/Beca-Thermostat Note that I did not have to desolder...

I would propose to add a protocol version to the header. The format may change for various unforeseen reasons (see e.g. BTHome v1->v2), a need for a different encryption schemes...

If I may offer another (unsolicited) suggestion: this is a novel (simple) layer 7 protocol that runs _on top_ of UDP. Perhaps it'd be more appropriate and less confusing to...

Cc @clydebarrow as code owner. Thanks in advance :)

I'm experimenting with this: ```yaml sensor: - platform: homeassistant id: ha_temperature name: "Home Assistant Temperature Sensor" entity_id: sensor.living_room_thermometer_temperature filters: - heartbeat: 30s on_value: then: - lambda: |- ((MhiAcCtrl*)id(${deviceid}))->set_room_temperature(x); ``` This...

I maintain the Debian packages for jemalloc, and @sthibaul is also with the Debian project, and one of the GNU Hurd porters. Samuel also had to submit a couple of...

Hi! Any news here?

As far as I can tell, it's something like... ```sh apt install nanopb opentelemetry-proto nanopb_generator.py \ --output-dir=src/opentelemetry/ \ --options-file=src/opentelemetry/metrics.options \ -L "#include " \ -I/usr/include \ /usr/include/opentelemetry/proto/common/v1/common.proto \ /usr/include/opentelemetry/proto/resource/v1/resource.proto \...