Integration relys on outdated python-luxtronik library
Hi,
first of all, thanks a lot for all the effort to build this integration and the underlying python-luxtronik library. The HACS integration still relys on the pip version 0.3.14 of the python-luxtronik library (https://pypi.org/project/luxtronik/, as of today).
However, in the last month, the library progressed, new IDs are available and - important for integration - unit conversions were updated. Would it be possible to update the pip version to the latest Github version? Or, could the integration directly base on the Github version, like
luxtronik @ git+https://github.com/Bouni/python-luxtronik.git@main
Has anybody experience with using the latter for HACS integrations?
Cheers Micha
Hi the blocker here is that we have some open issues over at python-luxtronik that we want to resolve before we release a new version. Unfortunately my time is at almost zero due to various work and private things. I hope we can get a new version out pretty soon 😩
I think you could fork this repo, edit the manifest.json to use the main branch of the python-luxtronik repo instead of the 3.1.4 release and install your cloned repo as a custom integration.
Not 100% sure if that works ...