Philipp Grimm

Results 71 comments of Philipp Grimm

Hello @UsefulVid, USB300 is now supported in new version 1.4.0. Regarding the general integration of series 12 I'm not really sure if that will work because of the prerequisites we...

looks like it doesn't find the enocean library for USB300. I was not able to reproduce the situation. Can you please test it again?

Hello guys, I've tried to update from 1.3.7 and 1.3.8 to 1.4.0 and both is working for me fine. With 1.4.0 a new library/dependencies is introduced which needs to be...

Yes, in 1.3.7 I've introduced that the integration remembers the latest state so that it shows e.g. after HA restart the latest known states. In that step I changed the...

mh, wierd. Have you tried to install it with [this](https://github.com/grimmpp/home-assistant-eltako/blob/main/docs/install-specific-version-or-branch.md) instruction. Just leave out step 4. This always works for me and is the fastest way to test things.

There seems to be a way for [installing dependencies manually](https://developers.home-assistant.io/docs/creating_integration_manifest/#custom-requirements-during-development--testing) but I'm not sure if it will survive a restart of HA. You can also try to replace in the...

I assume also in the case of specifying the lib instead of code (git repo) the installation process seems to be the problem. On which version of HA are you...

I'm really puzzled. I assume you have made any config change so that HA doesn't like this library. Maybe something like that could be a workaround: https://community.home-assistant.io/t/how-to-install-python-pillow-library-in-home-assistant-os/444086/5

You need what's in the [manifest file](https://github.com/grimmpp/home-assistant-eltako/blob/011e068559657ce4ad608b255a88d61184902cc4/custom_components/eltako/manifest.json#L12) under requirements. Currently it is complaining because of `esp2-gateway-adapter` is missing.

this is odd. I would assume the package should be called only `esp2_gateway_adapter` which should come from [here](https://pypi.org/project/esp2-gateway-adapter/).