-
Notifications
You must be signed in to change notification settings - Fork 8
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
Shutters not working with USB300 (ESP3) #96
Comments
I have exactly the same error "Received ESP3 response with return code WRONG_PARAM (3) - 0x02 ['0x3'] [] OrderedDict()". Can I help somehow with more information? |
Can you let me know when it happens and which gateway and version of the integration are you using? |
I'm using a usb300 gateway and the feature-branch version of the integration. It happens when I click a button (up or down) on a cover. |
I kinda found the problem. I set the base id to FF-80-80-00 (like shown in https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/gateways). After some crazy debug with logging, I found out that I have a total different base id. Setting the correct base id fixed everything. Do you know a better way how to get the base id of the usb stick? Might be a good addition to the documentation. |
I've looked into the code but I don't see a relation between |
yes, both base_id and therefore also sender_id were not aligned with my esp300. as the bus can query the base_id of the stick, maybe you know a way to show it in home assistant. could help some people |
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 developed eo_man which can autogenerated a default config
containing all the things configured in your bus devices.
Kai Schlegel ***@***.***> schrieb am Mi., 17. Juli 2024,
21:59:
… yes, both base_id and therefore also sender_id were not aligned with my
esp300. as the bus can query the base_id of the stick, maybe you know a way
to show it in home assistant. could help some people
—
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4PCJ2MMVSSIU4JNG5KACDZM3EIZAVCNFSM6AAAAABGPDX7XSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZUGE2DSNJZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
maybe a warning at startup if the base ids are not matching? anyways, it was not a bug, but only a misuse from my side. i hope it‘s the same for the original author of this bug |
I've tried that earlier. At this time the com-lib did not provided it. |
Sent by tden159 in HA Community.
after the release of v1.4. i tried out your solution with an USB300 as my gateway. I was able to integrate all my lights without any problems. However with my cover/shutter integration i have a problem which i cant solve on my own.
Logs:
My setup:
HA OS → USB300 → FAM14 → FSB14
Eltako v1.4.2
My config (abstract):
Sender ID is in the PCT14 with function 31.
I tried to understand the Error Message, but couldnt figure if the problem is based on my config or some other problem with the integration.
The text was updated successfully, but these errors were encountered: