Philipp Grimm

Results 71 comments of Philipp Grimm

Yes, that needs to be present. Can you try to install the enocean package with `pip install enocean==0.60.1`

Can you try to reinstall it with `pip install enocean==0.60.1 --force-reinstall` Usually the integrations run in separated containers I'm not really sure if they share the python libs. My assumption...

Hello @UsefulVid, Regarding the previous post you've sent is a different integration like this one. I've talked to the engineers from Eltako and we don't see a technical possibility to...

Can you let me know when it happens and which gateway and version of the integration are you using?

There are commands and tools to query the base_id via serial protocol. The easiest way I know is to use [eo_man](https://github.com/grimmpp/enocean-device-manager/tree/main). Just plugin ESP300 and it should work similar to...

I've looked into the code but I don't see a relation between `base_id `and the cover command. Did you also use a `sender id` which was not based on the...

Theoretically there would be a way but only for a new gateways. And the question is when to display. Actually you need to provide the config beforehand. That's why I...

I've tried that earlier. At this time the com-lib did not provided it. I've put in onto my backlog.

Hello @chriseberlein, you need to create a fork, develop your feature and create a pull request for merging it back.

Hello @chriseberlein, I've merged it into the [feature-branch](https://github.com/grimmpp/home-assistant-eltako/tree/feature-branch) but I needed to change a bit so that tests can run through. Can you please check if everything is working?