-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Non-substituted template strings in texts #445
Comments
Aha, that's awkward. |
ETS 5.7.7 I think.
|
Hmm... we even have a unit test for this exact device and datapoint.
Is your project parsed german, like the test? "language_code": "de-DE" ~ line 12What language was it parsed with 3.6.0 ? |
v3.6.0: "info": {
"project_id": "P-09B7",
"name": "redacted",
"last_modified": "2023-11-21T17:16:52.7002782Z",
"group_address_style": "ThreeLevel",
"guid": "d6877496-662e-4d0b-8cda-0300ce45cdee",
"created_by": "ETS5",
"schema_version": "20",
"tool_version": "5.7.1428.39779",
"xknxproject_version": "3.6.0",
"language_code": "de-DE"
} HA 2024.08.2: "info": {
"project_id": "P-09B7",
"name": "redacted",
"last_modified": "2024-07-31T12:03:30.7747823Z",
"group_address_style": "ThreeLevel",
"guid": "d6877496-662e-4d0b-8cda-0300ce45cdee",
"created_by": "ETS5",
"schema_version": "20",
"tool_version": "5.7.1428.39779",
"xknxproject_version": "3.7.1",
"language_code": "de-DE"
} The project was changed in the between those parses, but nothing was changed with the DALI gateway, just other devices. |
Hm... I have only changed a channel name in the application in the test-project and now the whole project file seems to be written in a different style now. From the exact same ETS build version. This leads me to think it is not a xknxproject version thing, but the project data is indeed different. ETS is always full of surprises 🙃 |
I just parsed my project file with HA 2024.08.2 and got this:
The
text
key contains a non-substituted template string.This did work before, here is the same entry from xknxproject v3.6.0:
The text was updated successfully, but these errors were encountered: