Open LonelyPlayer opened 1 month ago
Hey there, I´m trying to connect my Hue Bridge to the ledfx-addon, but I'm getting the error:
You need to install the python-mbedtls package for Hue to work.
Are there some kind of hardware limitations? I found the following in pyproject.toml on the official ledfx repository:
python-mbedtls = {version = "==2.9.2", markers = "(sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'armv7l') or sys_platform == 'win32' or sys_platform == 'darwin'", optional = true}
yes there is no arm wheel for python-mbedtls and is pain to build the wheel not always working ....
arm
python-mbedtls
you can try the dev addon if the hue is working I just make update and bump the version
Hey there, I´m trying to connect my Hue Bridge to the ledfx-addon, but I'm getting the error:
Are there some kind of hardware limitations? I found the following in pyproject.toml on the official ledfx repository: