I know more about % vs. dvh now, so it’s not a type sorry for that. But I have no idea why it is not rendering properly on the ipad. It seems like it has the wrong Viewport it refers the 100dvh to. Strange…
Ok, this is a good idea to apply the 100% to the popups. Do you have an idea how to apply the 100% to the popup? I’m using oh-link as component as I’m not able to open a page with the f7-popup.
This is a direct copy from the Stylesheet from the page from which I open the Popup. But this stylesheet is ignored. I can inject Styles into the :root section of the page, but this cannot be changed.
Any idea what I might oversee here?
@florian-h05 Thank you very much. Looks really good
Until it is merged, I could solve it by using a little JS-code snippet within one of my widgets which changes the style. Of course not the most elegant solution, but it does the trick
No — it works for now, but it’s not unlikely that it gets removed because it effectively allows remove code execution if you have access to the UI components REST API.
I’m a long-time happy openHAB user and just upgraded from 4.3.0 to 4.3.1.
My problem applies to both versions:
After having added a discovered thing from the inbox, I can add items with the thing > channels > “Add link to item…” > “Create new item”. However, on this dialogue “Link channel to item” all offerings to also use a specific profile (e.g. Debounce, Round etc) are greyed out
This happens to things from several bindings, and no matter whether the thing is configured from a file or was added after auto-discovery.
Since this is such a generic problem, I’m wondering whether nobody else has it?
(BTW: The round profile can be added and works fine when used in my file-based configuration.)
Thanks!
Just upgraded my openhab from 4.0.4 to 4.3.1 and now some charts are looking strange. I’m using Chart in BasicUI sitemap:
E.g. I have a chart showing the daily gas consumption of the last month. Values are from rrd4j. Every night the value is updated with the consumption of the previous day.
Chart item=Consum_Gas24h period=M refresh=300000
The chart for one month (period=M) now looks like this, somehow it is interpolating:
If I switch the chart period to show the values of the past two weeks only chart looks as it was in the older openhab versions and in my eyes it is correctly displayed:
Is it a bug or did I miss some configuration change I have to do?
The new log viewer introduced with this release doesnˋt work on Safari or Chrome with iOS 15.7 - there is just a blank screen.
With iOS 18 and MacOS Sonoma it works.
Amazon Binding does not update state of echo devices.
I’ve upgraded from 4.2.1 to 4.3.2. Now the Amazon Binding doesn’t automatically update the state of item channels anymore.
Only way to get updated states - like timers - is to stop and restart the amazonechocontrol thing.
Tried uninstall binding, restarting openhab, reinstall binding. Doesn’t work anymore.
First of all, thanks for the new release. Good job.
Since I have migrate to 4.3 I experience the following exception. Never have seen this in all previous 4.x releases. Obviously this happens when database updates and queries are execute in parallel. Any idea how to solve this? Btw I am using sqlite.
org.openhab.persistence.jdbc.internal.exceptions.JdbcSQLException: Error in SQL query!!!; [SQLITE_BUSY] The database file is locked (database is locked) Query: SELECT time, value FROM dietzenbach_tagestiefsttemperatur_0262 WHERE TIME>=‘2025-01-13 00:00:00’ AND TIME<=‘2025-01-13 18:48:24’ ORDER BY time ASC Parameters: ; Pool Name= yank-default; SQL= SELECT time, value FROM dietzenbach_tagestiefsttemperatur_0262 WHERE TIME>=‘2025-01-13 00:00:00’ AND TIME<=‘2025-01-13 18:48:24’ ORDER BY time ASC
at org.openhab.persistence.jdbc.internal.db.JdbcBaseDAO.doGetHistItemFilterQuery(JdbcBaseDAO.java:468) ~[?:?]
at org.openhab.persistence.jdbc.internal.JdbcMapper.getHistItemFilterQuery(JdbcMapper.java:238) ~[?:?]
at org.openhab.persistence.jdbc.internal.JdbcPersistenceService.query(JdbcPersistenceService.java:242) ~[?:?]
at org.openhab.core.persistence.extensions.PersistenceExtensions.internalGetAllStatesBetween(PersistenceExtensions.java:2538) ~[?:?]
at org.openhab.core.persistence.extensions.PersistenceExtensions.internalChangedBetween(PersistenceExtensions.java:752) ~[?:?]
at org.openhab.core.persistence.extensions.PersistenceExtensions.changedBetween(PersistenceExtensions.java:743) ~[?:?]