Wouter Born
Wouter Born
> Anyone ever solved that as I am seeing it now as well? Yes it works better for me with #1566.
When https://github.com/openhab/openhab-distro/issues/1481 gets fixed we might be able to backport it to OH3.
Better late than never, this is fixed now. :slightly_smiling_face:
If this is still an issue in OH4 let us know!
> all mqtt items in the PaperUI have no decimal points and no decimal value You apply apply a format on the item state showin in UIs: https://www.openhab.org/docs/configuration/items.html#state-presentation > mqtt...
The builds are broken because the openHAB Artifactory repos are down. :confused: See also this [community topic](https://community.openhab.org/t/jfrog-repo-is-down-cant-install-oh-nor-add-ons/138887?u=wborn).
The issue with the build is probably that your project is still missing from `bundles/pom.xml` :wink:
The next step is that your PR will get reviewed and when a maintainer approves the changes the add-on is merged. :rocket: How long this all takes depends on how...
Hi @jsjames! Can you fix the review comments and merge conflicts?
I think the size increase is due to the downloaded influxd files in `/influxdb2_linux_${ARCH}` are never removed. This dir is created here: https://github.com/influxdata/influxdata-docker/blob/d0e95946e90479b865f3ac3c072f6c888222bf9c/influxdb/2.3/Dockerfile#L38-L39 The other dirs are removed in: https://github.com/influxdata/influxdata-docker/blob/d0e95946e90479b865f3ac3c072f6c888222bf9c/influxdb/2.3/Dockerfile#L59-L64...