I get a power sensor from the permundo but I am unable to use any switch. Neither FT55 nor the window handle provide valid event data although I see them in the logs.
It might be interesting that I get this error message everytime I push an EnOcean switch button: 2017-11-18 17:48:43 ERROR (SyncWorker_7) [homeassistant.components.switch.fritzdect] Request to actor failed
Disabling the Fritzdect component does not help.
I have a bachelor thesis, that is using enocean devices with home assistant. I read through the python code and in my opinion it isnāt coded very well. It just works for a few enocean devices. But there are a lot on the market. Thatās the reason why I started recoding the whole enocean code. I hope i get a solution that is compatible with more devices that i can share with you.
First of all we will implement devices from eltako. (Switches, Temperatursensor, Powersensor/switch etc. But I hope that we can write the code that it will be easy to implement some other devices.
great to hear that. I am thinking about migrating from IP-Symcon to HA and I have a some Eltako Enocean devices. If you need someone to test, I am happy to help.
I just bought some EnOcean devices from Nodon this week and I plan to test them ASAP but looking at the current code in the HA repo Iām quite sure that it will not work very wellā¦
Iām also a developer so maybe I can help? Can I have access to a repo where devs are in progress?
Hi all
I use a lot of enocean products of Omnio. Please let me know if I can support any developer, I also would be glad about a better integration of this products in HA.
Thanks, I was trying to use Eltako outputs with power measurement and occupancy sensor with no luck. I got some door sensors to work.
I think the implementation is based on https://github.com/kipe/enocean which offers a lot of profiles and functionality but the features are not brought into the HA component. I am not very verse in Python, maybe you can take a look at the kipe/enocean code. We would need teach in and profile functionality implemented in HA
sorry to continue this discussion after this timeā¦ but Iām starting to equip my installation with Enocean devices.
With the stop of Dash Button of Amazon, Iām trying to find a new way (Iāve got a lot of Dash Button), and the autonomy of Enocean devices is very interresting contrary to Zwave !
I managed to integrate binary sensors from Feller and Omnio and I can use the in different automation cases. I can even control some Zigbee lights via ConBee 2.
Now Iām trying to integrate an Eltako Switch TF61D. In order to be controlled via the HA UI. However, I do not have any success at all.
@Codak, you were mentioning working on some code for Eltako products. Is there a way you could provide your solution?
@cgrueter, are you using any enocean switches that you control via HA?
Yes, I integrated switches, covers and contacts from Omnio, but without the official enocean HA integration.
I divided the integration of my Omnio products into two parts. For sending commands, I use command line switches which use the libraries and scripts of https://github.com/kipe/enocean. To read and integrate status telegrams of the enocean devices, I use a second raspberry pi with its own enocean pi board as an enocean-mqtt gateway with the tools of https://github.com/romor/enocean-mqtt.
Unnecessary complicated, I know.
Thanks! rather complicated, indeed
Since Iām not really a developer I would have to figure out how to integrate libraries and scripts first ā¦ and not sure what I would have to do afterwards. Iād be willing to invest some time to learn though.
But before doing so, Iām trying to find the solution with the least coding needed. I.e. I prefer solutions where I can connect working components to a system.