I just updated my OH to 4.2, and in the iOS App I still have to press âSteuerelementeâ for the graph to load. Does this have to do with the new iOS app being released soon, or am I looking at a caching problem?
This doesnât relate to the new iOS apps, it seems like a caching problem.
Can you please to to Help & About and âreload appâ or âclean cache and refreshâ?
same problem here with http thing producing a warning
2024-07-12 00:54:37.025 [WARN ] [.internal.http.RateLimitedHttpClient] - Could not find authentication result for 'http://192.168.0.158:83/xx.html?part=readerstats&label=x', failing here
Obviously, username and password is not sent to the thing correctly.
I upgraded from 4.1.3 to 4.2. When login into cli, I do see the following:
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See SLF4J Error Codes for further details.
SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J(W): Ignoring binding found at [jar:file:/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.4.6/org.apache.karaf.client-4.4.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J(W): See SLF4J Error Codes for an explanation.
Is this relevant and if yes, is there a fix to this?
Thanks
I have tested once more. So the issue is NOT away.
On an iPhone and on my iPad still the same issue not matter which browser I use.
The only thing which helps, is to press the reload button from the browser and the reload the whole page.
Also cleaning cache from the browser is not helping to solve the issue.
I just worked through over 300 issues. I started with a manual approach (my definitions are mostly per *.items files) and took the chance to take advantage of the automatic approach wherever possible. However, itâs worth checking the entries since you may want to ârepairâ the broken links rather than just deleting them.
To what Iâve understood, this new health UI has been introduced with 4.2. I found it very useful to clean up and repair all the lost links that have been caused in the last years by removing things, changed APIâs, changed channels/bindings and so on âŠ
thanks for the update. Update process went smooth as usual, however I experienced an issue with Math calculations in Blockly which worked on 4.1.
It looks like calculations with ânew state of itemâ blocks donât work anymore. They do, when I put them into a variable before.
Example:
If the last persisted state is different from the current state, it will return null now, as there is no precise timepoint for the last change or update.