synodriver

Results 125 comments of synodriver

I made a [small change](https://github.com/synodriver/esphome_external_componnets/tree/main/components/ws_z) so it compiles on my machine, note that this sensor also reports a ppb value.

使用最新的docker镜像部署确认可以复现

删除keystore可能可以解决之(有待更多验证)

You must put the lib file in ```/usr/local```, which is downloaded from [here](https://github.com/lexiforest/curl-impersonate/tags). I code in this way this because I can update the dependency without updating cycurl itself.

> Can you make it so that the installation (`pip install cycurl`) automatically installs the right libraries? It's not possible due to pip's security policy.(Imagine if a python package can...

Emmmm. Maybe changing ```RPATH``` will work...

> > Emmmm. Maybe changing `RPATH` will work... > > When update on pypi? Actually I'm updating it when upstream release a new version, unluckily we both meet a problem:...

Ok, this is fixed in the latest commit.

Actually this package is linked against [this libcurl](https://github.com/lexiforest/curl-impersonate), not a usual libcurl, and compile that for windows is not easy, I just modified the original setup script to make it...

Okey. The simplest way is to use python3.12 instead of 3.13. In 3.13, I want to support free-threading build as well as normal build, however, cffi isn't ready for 313t...