-
-
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
[iaqualink] Device with SerialID not connecting #12654
Comments
Fixes openhab#12654 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Hi, so yeah i put in the code to support multiple pools a while ago in anticipation of it being needed, but don't use it personally . I'm not sure if it ever worked, or likely the api changed slightly which broke how we search for serial ids ( i assumed i tested it). I have an updated jar at https://github.com/digitaldan/openhab-addons/releases/download/iaqualink-serialid-fix/org.openhab.binding.iaqualink-3.3.0-SNAPSHOT.jar if you want to give it a try. You can either drop this in your addons folder (remove the old binding first) or download it somewhere on your openhab box and udpate the binding in place using the openHAB CLI with the command:
|
Damn you're good! That works perfectly! I normally use the addons.cfg file for installing the bindings I need. Thank you very much for your quick reply and fix! |
I'll submit a PR probably tonight or tomorrow, and it will be available in the nightly builds shortly, as well as any future milestone releases and official releases. |
Fixes openhab#12654 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Fixes #12654 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Fixes openhab#12654 Signed-off-by: Dan Cunningham <dan@digitaldan.com> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
Fixes openhab#12654 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Fixes openhab#12654 Signed-off-by: Dan Cunningham <dan@digitaldan.com> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
Fixes openhab#12654 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Hello guys!
Expected Behavior
The device should be "ONLINE".
Current Behavior
The device is "OFFLINE" with error: "CONFIGURATION_ERROR: No Device for given serialId found".
"log:set DEBUG org.openhab.binding.iaqualink" does not provide any information (no logs).
Possible Solution
None
Steps to Reproduce (for Bugs)
Context
I am trying to connect to 3 controllers through one account by providing a serial ID in the config or dynamic thing creation.
I am not able to control 2 of my controllers (1 is available by default without specifying serial ID).
Your Environment
OpenHAB 3.2.0, running on Mac, installed using official installer.
Thanks for the help!
The text was updated successfully, but these errors were encountered: