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

[goecharger] Not working after #12400 #12661

Closed
cribskip opened this issue Apr 28, 2022 · 2 comments · Fixed by #12682
Closed

[goecharger] Not working after #12400 #12661

cribskip opened this issue Apr 28, 2022 · 2 comments · Fixed by #12682

Comments

@cribskip
Copy link
Contributor

cribskip commented Apr 28, 2022

As pointed out from several people (see below), the newly introduced category Temperature seems to cause the binding to malfunction.

Best description seems to be done by kreutzer_peter in the community forum (see https://community.openhab.org/t/go-e-charger-wallbox-binding/93338/99)

21:08:30.073 [WARN ] [fig.xml.osgi.XmlDocumentBundleTracker] - The XML document '/OH-INF/thing/thing-types.xml' in module 'org.openhab.binding.goecharger' could not be parsed: The document is invalid, it contains further unsupported data: [NodeValue [nodeName=category, value=Temperature]]!
---- Debugging information ----
message             : The document is invalid, it contains further unsupported data: [NodeValue [nodeName=category, value=Temperature]]!
class               : org.openhab.core.thing.xml.internal.ChannelTypeXmlResult
required-type       : org.openhab.core.thing.xml.internal.ChannelTypeXmlResult
converter-type      : org.openhab.core.thing.xml.internal.ChannelTypeConverter
path                : /thing-descriptions/channel-type[22]
line number         : 209
class[1]            : java.util.ArrayList
required-type[1]    : java.util.ArrayList
converter-type[1]   : com.thoughtworks.xstream.converters.collections.CollectionConverter
class[2]            : org.openhab.core.thing.xml.internal.ThingDescriptionList
required-type[2]    : org.openhab.core.thing.xml.internal.ThingDescriptionList
converter-type[2]   : org.openhab.core.thing.xml.internal.ThingDescriptionConverter
version             : 1.4.19

Introduced with #12400, this seem to be the source of the problem:

@ranzen84, maybe you may take a look at this? Would be great to use the binding with your additions :-)

Cheers,
Sascha

@cribskip cribskip changed the title [Go-E Charger] Not working after #12400 [goecharger] Not working after #12400 Apr 28, 2022
@niklas85
Copy link

niklas85 commented May 4, 2022

Unfortunately the same error is also in "openHAB 3.3.0 Milestone 4"... A fix would be great!

@ranzen84
Copy link
Contributor

ranzen84 commented May 4, 2022

Havn't had the issue while developing. But I have created a PR to hopefully fix the issue: #12682

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants