[solved] OneWire binding digitalio output is inverted

Ok. It’s working now !!! Thanks a lot for the very good support.

Will you put the new version in openHAB upstream so this could be installed per PaperUI?
And is the “basic” type now fixed? Or will I have to change this in a new release back again?
You’ve mentioned something about PaperUI defined things…

As a summary for others:

items:

Number I_Bad "Ist Bad [%.1f °C]" (iTemperaturen) { channel="onewire:basic:owbridge:Temp_Bad:temperature" }
Switch V_Bad            "Ventil Bad"          (Ventil)  { channel="onewire:basic:owbridge:V_Bad:digital4" }

things:

Bridge onewire:owserver:owbridge [ network-address="127.0.0.1" ]
Thing basic       Temp_Bad "Temp_Bad" [id="28.FFE342811603",refresh=60] { Channels: Type temperature-por-res: temperature [resolution="11" ]}
Thing basic     V_Bad           "Ventil_Flur"           [id="29.F31E26000000"]  { Channels: Type dio : digital4 [mode="output",logic="inverted"] }

Alex

The basictype is already in the upstream repository. The other fixes will be added as soon as possible-

see https://github.com/openhab/openhab2-addons/pull/4668