tobof / openhab-addons

The next-generation open Home Automation Bus (openHAB)
Eclipse Public License 2.0
39 stars 30 forks source link

[openHAB2] Missing a Thing associated with the type V_VOLUME #113

Closed tismoj closed 6 years ago

tismoj commented 6 years ago

I wanted to use type V_VOLUME, but I could not find its related Thing in openHAB2.

Expected Behavior

There should be a Thing associated for the type V_VOLUME.

Current Behavior

There was no Thing associated with the type V_VOLUME

Possible Solution

Alternative thing that I could use. or Add a Thing associated with the type V_VOLUME

Steps to Reproduce (for Bugs)

After attaching a water level sensor to an arduino I chose type V_VOLUME as message type and presented it in code as S_WATER

  1. I tried adding the thing in openHAB, but I could not find any Thing associated with the type V_VOLUME

Context

Your Environment

tismoj commented 6 years ago

I found the thing as WaterMeter. Closing.