Shelly uni Thing reported as CONFIGURATION_PENDING on OH 3.2

Hi, I am using openhab 3.2 stable and a shellyuni with 4 ds18b20 temperature sensors. These are working as can be seen on its own, local website (192.168.1.191).

Inspecting 192.168.1.191/status I got its MAC address “483FDA82C2EF” and used that to configure the Thing (I am using files whenever possible):
Thing shelly:shellyuni:483FDA82C2EF “Temp1-4” @ “DG” [deviceIp=“192.168.1.191”, userId="", password=""]

The logfiles now show that this is not working:

2022-03-12 22:13:06.964 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing ‘shelly:shellyuni:483FDA82C2EF’ changed from UNINITIALIZED to INITIALIZING

2022-03-12 22:13:08.971 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing ‘shelly:shellyuni:483FDA82C2EF’ changed from INITIALIZING to UNKNOWN (CONFIGURATION_PENDING): Initialisierung oder Gerät im Schlafmodus.

Thank you for any hint.

Same here. Did you find a solution?

Sorry, no solution found. I installed mosquitto, enabled mqtt and thought this might help. But never really tried that. Will do it someday, with rising temperatures outside it moved further down the queue of nice things to do.

in openhab 3.3 the shelly binding does support the first 3 temparatures of shelly uni, 4th is ignored though.

Thing shelly:shellyuni:483FDA82C2EF "Temp1-4" @ "DG" [deviceIp="192.168.1.191", userId="", password=""]

Number:Temperature TempHeiz1 "Temperatur uni [%.1f °C]" <temperature>   ( gDG_Heizungsraum, gTemperature)  { channel="shelly:shellyuni:483FDA82C2EF:sensors#temperature1" }
Number:Temperature TempHeiz2 "Temperatur uni [%.1f °C]" <temperature>   ( gDG_Heizungsraum, gTemperature)  { channel="shelly:shellyuni:483FDA82C2EF:sensors#temperature2" }
Number:Temperature TempHeiz3 "Temperatur uni [%.1f °C]" <temperature>   ( gDG_Heizungsraum, gTemperature)  { channel="shelly:shellyuni:483FDA82C2EF:sensors#temperature3" }