Eltako F4SR14-LED working, but without feedback if I use the physical wall switch #86
-
Hi! My configuration looks like this: (virtual is currently commented out, but I tried every possible combination)
Turning the light on and off from homeassistant works using EEP A5-38-08 The problem is the feedback from the device to homeassistant if I use a physical wall switch to control the light. The RPS (F6) telegram is received, but it's not emitted to mqtt. The log message
Does anyone have an idea what's wrong with my configuration or is it even a bug? Thanks and regards, Ben |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @benediktarnold, As said in other discussions, Eltako devices are not well supported at the moment. I know RPS telegrams don't have learn bit and this is correctly handled by enoceanmqtt. While figuring out why you got such message, I may have found a hacky way to get the feedback from your FSR14 with the current version.
Note that you don't need virtual at all as you are not creating virtual devices. Your device name might change. If everything is okay, you will then have to write a template switch to bind the feedback and the state of the switch. A better support for Eltako devices is coming as aforementioned and I may need your help for some tests if you like. |
Beta Was this translation helpful? Give feedback.
-
Hi together, I thought I have to manually "lern" the virtual address from my usb300 + offset to the F4SR14 in eltako software so that it switches the channel configured for this ID. Question: Where is the difference in your last example here? Or why is it better? I could also test something if necessary, |
Beta Was this translation helpful? Give feedback.
-
Ok, I thought the example here seems to avoid manual "learning" every virtual-address from usb300 via Software cause it looks like we can directly call the target-actor by its address instead of manually learning in the virtual-address on eltako-side. But my attempt without feedback (only try to switch to avoid duplicated EEPs which you told are not supported) already failed. The example translated to above would be: [light/og_arbeiten] How does the actor know which channel it should switch? I think there is also a pairing necessary, right? @mak-gitdev Looking forward to see your new edition and also the fsr14 for shutters. Great that there are people like you! |
Beta Was this translation helpful? Give feedback.
Hi @benediktarnold,
As said in other discussions, Eltako devices are not well supported at the moment.
With the current version, you are not able to define multiple EEP per device address as you need to do for your FSR14.
The good news is that I am currently working on it, see this for more details.
I know RPS telegrams don't have learn bit and this is correctly handled by enoceanmqtt.
Without going deep into details, as the current version doesn't support multiple EEP per address, that's why you ended up with messages regarding the learn request not emitted to mqtt.
While figuring out why you got such message, I may have found a hacky way to get the feedback from your FSR14 with the curr…