Don’t forget, the issue emerges only on two circumstances:
Restart openHAB (maybe you have to clean the cache, too)
Install another marketplace Addon
So none of the users with a “just workin’” openHAB will see this issue at all.
Only those who do changes which include a reload of the addons may be aware of the problem.
Without setting up all the items, these seem to display for me on my system running 5.2. The only suggestion I have is to narrow down the issue by finding out what component(s) are causing the popup to not display.
Thanks for that. Turns out that all I had to do was SAVE the Overview page - then all displayed again. Reverted and tried again with the same result.
Never seen this before and only affects some of the oh-cells
EDIT: Actaully this only worked when in RUN mode while editing the Overview Page. The actual Overview page still has teh issue. Will keep digging
It seesm that the following two conditions (one in each) caused the issue:
visible: =(vars.visibleSunSynkPop) == true
and
visible: =(vars.visibleMonthlyPop)==true
EDIT 2:
I have created a test wdget that doesnot require any items etc to demonstrate the issue.
I would like to report a Matter/Thread problem, occurring with the change from Openhab 5.2 M1 to M2.
After updating to M2 the Matter Controller (Node 0) still indicates the status “Online“, but any previously working Matter-over-Thread devices have the status “unknown” and do not change to “Online”. Accordingly they do not work any more. The boot sequence does not show any relevant warnings or errors, also the running Log Viewer. Setting the Matter Controller to “Disable” and enabling again, the Status keeps to be “Initializing” and only starts again after a reboot. Changing back to M1 or the Main Version 5.1 all these devices are available again and work (incl. Controller setting to “Disable” and enabling again successfully).
All Openhab fabrics of the devices are provided from Homeassisstent, where the original fabrics have been stored. I see the matter devices are working while not available in Openhab in M2. A SLZB-MR4U is used as Open Thread Border Router, interdependently from HomeAssisstant. Openhab is installed on a Raspberry Pi 4 with bookworm OS.
Maybe somebody has the same problems? Or an idea how to get the future Matter Bindings get working again?
I’m sure I waited more than 15min, but was a bit eager to check out the new topology map and firmware update. No new firmware for any of my 6 Ikea devices.
Do we need to check each node, or will there be a more centralized notification somewhere?
Valid point, but I have waited much more than 10 min several times.
In addition, I can see after rebooting, when the Thread devices are available in Homeassisstant (ca. 5 min as you mentioned). With M1-Openhab this is the same time, when they also are online here. With M2 they never are online as already described.
I guess, waiting not long enough is not the problem.
I am in the most recent snapshot (not the last milestone), my 5 Thread devices went to ONLINE after 12 minutes. Except one, they are all battery devices.
The Blockly “return” introduced with OH 5.1 provides in openHAB 5.2.0.M2
" HANDLER_INITIALIZING_ERROR
Failed to compile condition: 5(SyntaxError: :4:0 Invalid return statement return true ^ in at line number 4 at column number 1)"
Have an issue with the oh-stepper on M2. I am using it as part of a larger widget, but the issue can be reproduced in the item config. This was not present on M1.
Item:
version: 1
items:
MainFloorHVACSetTemp:
type: Number
dimension: Temperature
label: Main Floor HVAC Set Temp
icon: temperature
unit: °F
groups:
- eMainFloorHVAC
tags:
- Setpoint
- Temperature
metadata:
stateDescription:
value: ""
config:
min: "60"
max: "80"
step: "1"
pattern: '%.0f %unit%'
Exiting the item and going back in sets the stepper pattern to a whole number again (in the gif above it is 80→79.999998→78.8
I have also tried the M2 snapshot version, with exactly the same result. None of my 21 devices (9 routers, 12 end devices) become online on Openhab 5.2, even after more than 1h, while in HomeAssisstant they are available within 5 min.
Changing back to M1 Milestone, they are available again on time.
I don’t know, if it is a problem caused by my setup or a change in the matter binding, where I see some changes in the change log. In the second case it would be helpful to find other users with the same problem. Anybody?