Skip to content
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

[Homematic] Binding 4.2.2 GATEWAY-EXTRAS does not load/refresh if systemvariable type string has special content #17577

Open
grmpf72 opened this issue Oct 16, 2024 · 0 comments
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@grmpf72
Copy link

grmpf72 commented Oct 16, 2024

Expected Behavior

If the binding is scanning (new) things, GATEWAY-EXTRAS should be there no matter what the content of any string-variable is
A refresh should refresh all variables no matter what the content of any string-variable is

Current Behavior

I do have a fresh installation of Homematic Raspberrymatic 3.77.7 and openhabian 4.2.2.
No additional bridges within HM and in openhabian only homematic binding has been added.
After the initialization/scan the GATEWAY-EXTRAS thing is missing if a following systevariable in HM exists:
Name: doesn't matter
type: string
content: >= 11 numbers

event.log warnings:
2024-10-16 16:48:22.465 [WARN ] [ternal.handler.HomematicThingHandler] - For input string: "12345678901"
2024-10-16 16:50:41.946 [WARN ] [ternal.handler.HomematicThingHandler] - For input string: "1234567890123"
2024-10-16 16:54:20.773 [WARN ] [ternal.handler.HomematicThingHandler] - For input string: "-12345678901"
2024-10-16 16:55:13.529 [WARN ] [ternal.handler.HomematicThingHandler] - For input string: "+12345678901"

-> although it is only a warning no variables are refreshed!
-> If the variable exists before the binding ist installed, GATEWAY-EXTRAS thing will not be found!

If the variable contains a letter everything works fine. If it is shorter and contains only number it's also ok.
E. g. works with:
-1234567890x
+1234567890x
x1234567890x
111
12345678901xyz

Possible Solution

change the content of the variable :-)

Steps to Reproduce (for Bugs)

Easy! See description above. Just add a string variable wir 11 digits and see wether GATEWAY-EXTRAS can be refreshed!

Your Environment

I do have a fresh installation of Homematic Raspberrymatic 3.77.7 on Raspi 3B+ and openhabian 4.2.2 on Raspi 4B

@grmpf72 grmpf72 added the bug An unexpected problem or unintended behavior of an add-on label Oct 16, 2024
@grmpf72 grmpf72 changed the title [Homematic Binding 4.2.2] GATEWAY-EXTRAS do not load/refresh if systemvariable has special content [Homematic] Binding 4.2.2 GATEWAY-EXTRAS do not load/refresh if systemvariable has special content Oct 16, 2024
@grmpf72 grmpf72 changed the title [Homematic] Binding 4.2.2 GATEWAY-EXTRAS do not load/refresh if systemvariable has special content [Homematic] Binding 4.2.2 GATEWAY-EXTRAS does not load/refresh if systemvariable has special content Oct 16, 2024
@grmpf72 grmpf72 changed the title [Homematic] Binding 4.2.2 GATEWAY-EXTRAS does not load/refresh if systemvariable has special content [Homematic] Binding 4.2.2 GATEWAY-EXTRAS does not load/refresh if systemvariable type string has special content Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

No branches or pull requests

1 participant