-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] Invalid configuration possible that disables updates from CCU3 #16940
Labels
bug
An unexpected problem or unintended behavior of an add-on
Comments
Stack Trace (in homematic) looks like this
|
soenkekueper
added a commit
to soenkekueper/openhab-addons
that referenced
this issue
Aug 4, 2024
… in CCU, values won't be updated any more in openhab. Signed-off-by: Sönke Küper <[email protected]>
soenkekueper
added a commit
to soenkekueper/openhab-addons
that referenced
this issue
Aug 27, 2024
Signed-off-by: Sönke Küper <[email protected]>
soenkekueper
added a commit
to soenkekueper/openhab-addons
that referenced
this issue
Aug 27, 2024
Signed-off-by: Sönke Küper <[email protected]>
digitaldan
pushed a commit
to digitaldan/openhab-addons
that referenced
this issue
Aug 29, 2024
…hab#17206) * openhab#16940: Added check in handler for invalid configuration values. Signed-off-by: Sönke Küper <[email protected]>
pgfeller
pushed a commit
to pgfeller/openhab-addons
that referenced
this issue
Sep 29, 2024
…hab#17206) * openhab#16940: Added check in handler for invalid configuration values. Signed-off-by: Sönke Küper <[email protected]> Signed-off-by: Patrik Gfeller <[email protected]>
joni1993
pushed a commit
to joni1993/openhab-addons
that referenced
this issue
Oct 15, 2024
…hab#17206) * openhab#16940: Added check in handler for invalid configuration values. Signed-off-by: Sönke Küper <[email protected]>
matchews
pushed a commit
to matchews/openhab-addons
that referenced
this issue
Oct 18, 2024
…hab#17206) * openhab#16940: Added check in handler for invalid configuration values. Signed-off-by: Sönke Küper <[email protected]>
This issue has been mentioned on openHAB Community. There might be relevant details there: |
cipianpascu
pushed a commit
to cipianpascu/openhab-addons
that referenced
this issue
Jan 2, 2025
…hab#17206) * openhab#16940: Added check in handler for invalid configuration values. Signed-off-by: Sönke Küper <[email protected]> Signed-off-by: Ciprian Pascu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
The configuration values for IP-Adresses and ports should be validated/automatically trimmed, so that an invalid configuration is not possible.
Current Behavior
If the Callback-IP contains one or more blanks at the beginning or the end the thing goes online, but there occours an error on the CCU3 and no values are updated any more in openHAB.
Possible Solution
Steps to Reproduce (for Bugs)
Context
I've some homematic components, for example a sensor that shows, if the garage door is closed.
But the values for this won't be updated any more, when the configuration is invalid.
Your Environment
`runtimeInfo:
version: 4.1.3
buildString: Release Build
locale: de-DE
systemInfo:
configFolder: /etc/openhab
userdataFolder: /var/lib/openhab
logFolder: /var/log/openhab
javaVersion: 17.0.5
javaVendor: Eclipse Adoptium
javaVendorVersion: Temurin-17.0.5+8
osName: Linux
osVersion: 6.1.39-v7l+
osArchitecture: arm
availableProcessors: 4
freeMemory: 58138160
totalMemory: 456130560
uptime: 3261
startLevel: 100
addons:
clientInfo:
device:
ios: false
android: false
androidChrome: false
desktop: true
iphone: false
ipod: false
ipad: false
edge: false
ie: false
firefox: false
macos: false
windows: true
cordova: false
phonegap: false
electron: false
nwjs: false
webView: false
webview: false
standalone: false
os: windows
pixelRatio: 1.5
prefersColorScheme: light
isSecureContext: true
locationbarVisible: true
menubarVisible: true
navigator:
cookieEnabled: true
deviceMemory: 8
hardwareConcurrency: 8
language: de-DE
languages:
onLine: true
platform: Win32
screen:
width: 2560
height: 1440
colorDepth: 24
support:
touch: false
pointerEvents: true
observer: true
passiveListener: true
gestures: false
intersectionObserver: true
themeOptions:
dark: light
filled: true
pageTransitionAnimation: default
bars: filled
homeNavbar: default
homeBackground: default
expandableCardAnimation: default
userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/126.0.0.0 Safari/537.36
timestamp: 2024-06-26T12:03:40.950Z
`
The text was updated successfully, but these errors were encountered: