Wouter Born

Results 410 comments of Wouter Born

Although xstream still works with Java 11, it may not work with future Java versions. It depends on using reflection in deprecated ways that may be removed in future Java...

Based on the [Git history](https://github.com/openhab/openhab-addons/commits/main/bundles/org.openhab.binding.tr064) and [CODEOWNERS](https://github.com/openhab/openhab-addons/blob/main/CODEOWNERS) this add-on currently has no maintainer. Maybe @kaikreuzer can add you to the [contributors team](https://github.com/orgs/openhab/teams/contributors) because you are also the livisismarthome add-on maintainer?...

Thanks for working on this @altaroca! :+1: > I would really like to hear your opinion here. I don't have a strong opinion but it seems that in previous related...

Adding forecasts on the same channels probably will also have its own set of issues. You probably don't want to persist forcasted state and actual state using the same item....

> I will provide a fix (more a workaround) now. But I think this should be fixed her ein the core, so we allow the rfc2217 syntax for serial ports...

It might be an idea to add a serial-port context example to the [examples in the docs](https://www.openhab.org/docs/developer/bindings/config-xml.html#example) to make the serial-port context magic more clear. According to the [docs](https://www.openhab.org/docs/developer/bindings/config-xml.html#supported-contexts) _if_...

> The only problem starts when you want to access the webinterface of Openhab. Is this still an issue for you? It shows the UI for me when using OH...

I think we are still waiting here for the discussion in https://github.com/openhab/openhab-core/issues/1791 to be concluded?

It looks like the feature in the KAR of the [Solar Forecast PV](https://community.openhab.org/t/solar-forecast-pv/137681?u=wborn) Marketplace add-on always expects a 3.4.0-SNAPSHOT `` so it will not work with any other OH version:...

We probably still need a bit of tooling so it becomes easier to generate more usable KAR files. IIRC it will work better if the embedded feature XML (/repository/org/openhab/addons/bundles/org.openhab.binding.solarforecast/3.4.0-SNAPSHOT/org.openhab.binding.solarforecast-3.4.0-SNAPSHOT-features.xml) would...