Shelly Binding

Follow-up on Plus UNI:
I’ve setup a clean openhab-test docker now, not touch my productive environment.
There I added the DEV 4.3.5 snapshot build and started discovery.

I have two Plus UNIs running in my network to measure the water and gas meter, both running on FW 1.33.
Both were discovered and its things came online, so I added all available equipment.
From what I can tell so far, most items seem to be created as expected.
Only the temperature sensors seem to need some manual interaction or attention. (maybe that is how it worked with other shellies/addons in the past already, so just mentioning here)
Up to five are supported, so I attached five to the gas uni (IDs 100-104). While they are all properly discovered with unique channel names sensors#temperature1-5, the itemname needs to be manually corrected as they all get the name suffix …_Aussentemperatur" without any counter/index (which would cause one temperature item to be created with cumulative temperature of up to five linked channels)
But once fixed these do seem to work.
What I am actually missing completely is a working counter item for the counter, input2 of type “count”:

%plusuniaddress%/rpc/Input.GetConfig?id=2
id : 2
name : Gas
type : count
enable : True
count_rep_thr : 100
freq_window : 1
freq_rep_thr : 10
xcounts : @{expr=x*0.01; unit=qm}
xfreq : @{expr=; unit=}

The channel relay3#input (Switch) is not monitoring the counter either (just mentioning in case that is the plan for the input2 of type count).
As I use the input1 (id=0 on the Shelly) to debounce the reed relay before sending its output to the counter, I can also confirm that relay1#input and relay1#output seem to work correctly.

maybe related, maybe not:
while for the gas uni I at least find an item named …Event_Count_2 (even if it is not counting anything yet), I don’t find any eventcount channel for the water meter.

And one last feedback:
Although afaik the Plus Uni doesn’t have any power meters, the thing has channels for accumulatedWatts, accumulatedWTotal, totalKWH, accumulateReturned

Let me know, what else I can do to support you, or if it makes sense to post logs.