-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to switch Eltako FL62 or FD62 #130
Comments
These are the packets that are being put together: FL62 ON FD62 ON |
Let me ask the stupid question first: did you perform a teach in between the sender and the receiver? |
yes, I can toggle both when plugging in the USB dongle to my laptop and teaching in/testing using example kipe code that I found in one of the Home Assistant forums. That code uses RORG.RPS packets but setting the dimmer doesn't work with these AFAIK and, according to the specs, RORG.BS4 should also work... |
... base id of my dongle is [0xFF, 0xE3, 0x01, 0x80] and I've tought in using 0x81 and 0x82 ids (see above) |
Did you do a 4BS teach-in? The process is different to RPS. |
No, I didn't... :( how is it different? With the special packets that are mentioned in the specs? |
Now I remember, could be, that Eltako has a special telegram that needs to be sent. There is a PDF out there in the internet that describes it. |
Thanks a lot for the hint - I will look into this and report back ;) |
But do you know why I see that error message? This should be unrelated to the teach in - is this a bug in the code? |
Alright, I tried this for the normal switch (FL62) and it worked! For future reference, this is what I did (I didn't find a code example from anyone having done this - I therefore hope it will also be useful for others):
The light switched on and off to confirm and the actor responded with the following confirmation packet What does the confirmation message mean? The remaining problem is now the error message for the FD62 - it prevents me from switching that light. Any ideas on how I can fix this / what the problem is? |
Could the errors occur when you don't specify all data fields? I think if you dont the library just assumes raw_value = 0 I don't know any further unfortunately. But I got a Eltako FR62 to work with the same profile. So I think yours should be possible too. I build the package with:
The difference i see is:
EDIT: You also used the lock command without any time duration. Maybe try with LCK=0 so you dont lock it by accident and that is the reason why it is not accepting any commands anymore. |
Thanks for the suggestions/input. The wrong LCK setting I also noticed before when I suddenly couldn't operate the light with the wall switches anymore ;) I actually do set all data fields - I copied them over from the EEP.XML file... :/ The FL62 works fine now (see above) - but for the FD62 I can't set the dimmer-specific data fields unfortunately, which are rather quite important... |
This is where the error is triggered... enocean/enocean/protocol/eep.py Line 221 in 4ec5cd1
|
It works! I traced back from the function in which the error message was triggered and stumbled over this line in which the EEP is selected: enocean/enocean/protocol/packet.py Line 215 in 4ec5cd1
I realised that while Thank you very much for your help and particularly your comment on the For future reference again, should anyone else encounter the same problem: ON
OFF
|
Hm - I assume after the latest upgrades of Home Assistant it stopped working (haven't changed anything else) and I see a new error in the logs before the first packet for switching on the FD62:
I have a suspicion that maybe the enocean version is not the most recent (0.60.1). Where can I find the installed dependency? I have HA OS installed - the documentation says "Home Assistant will try to install the requirements into the deps subdirectory of the Home Assistant configuration directory". But the |
I am trying to use this library to switch an Eltako FL62 and FD62 (in the context of Home Assistant) but without success so far. I've studied the corresponding official technical specifications in detail (PDF page 16 and 17) and have assembled packets that, from my point of view, match the specification. Specifically, I create on and off packets using
ON
OFF
Switching the FL62 simply doesn't work for some reason. For switching on the FD62 I see the following error message in the logs although the EEP XML description shows them:
The text was updated successfully, but these errors were encountered: