-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Documentation for LCN integration is unclear about specifying the "LCN address" #36573
Comments
Hey there @alengwenus, mind taking a look at this feedback as it has been labeled with an integration ( Code owner commandsCode owners of
|
From the code I see some logic how the "LCN address" syntax is defined.
This example "myhome.s0.m7" ist a valid "LCN address" for the LCN integration named "myhome". This addresses the LCN modul (m) with id 007 in the LCN segment 0. |
The syntax is exactly as you described: IntegrationTilte.sS.mM where S is the segment id and M is the module id. If a group should be adressed, the mM has to be replaced by gG. Well, the major advantage of the device id is that it makes creating automations from the UI very convenient. And in fact you will never see the device id itself, when just working with the UI. If you still do need the device id for an automation written in YAML, you can find it out by selecting the LCN device in the automation editor and then switching the editing mode to YAML. |
Thanks for explaining! (And MANY thanks for this great LCN integration !!!) |
Just a comment to the YAML configuration: In recent versions the LCN integration is not configured via YAML anymore (but solely using the UI). I already wrote an import for the LCN PRO XMLs but realized that the information stored in those XMLs is not "feature complete" to restore the whole setup. That's why I put it on hold. Btw.: In the LCN forum I saw that you have several problems using the integration (especially using the send keys command and setting up climate entities...). I'd like to help you with that. Could you perhaps write me an email (the address is in my GitHub profile - German is fine!) so I can ask you a few questions about that in private? As an alternative you could also write me a DM in the HomeAssistant forum: https://community.home-assistant.io/ |
Feedback
Documentation for LCN integration ist referecing "LCN address" at multiple location but the specification of such LCN address is unclear. The attached link https://www.home-assistant.io/integrations/lcn#lcn-addresses goes nowhere.
Examples often use the address value: myhome.0.7
Is this the format to use ?
The dev tools present examples like this : myhome.s0.m7
Elsewhere the address of a LCN module is displayed as m000007
What is the correct way to specify the "LCN address" or how can I define such a value as a variable?
URL
https://www.home-assistant.io/integrations/lcn/
Version
2024.12.5
Additional information
Any hint would be helpful - thanks.
The text was updated successfully, but these errors were encountered: