stefan-kaestle / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
16 stars 1 forks source link

Documentation - Which things exist, which channels do they have and which item type a channel requires #38

Closed coeing closed 3 years ago

coeing commented 3 years ago

We should probably put some information somewhere which channels exists and which item type they require. This missing information was the problem in issue #26.

@GerdZanker @stefan-kaestle Is there a general way in openHAB to do this? Or is openHAB able to create this information automatically? Basically this information is already in our thing-types.xml

coeing commented 3 years ago

I added an overview over all thing types and channels in the Readme.md now: https://github.com/stefan-kaestle/openhab2-addons/blob/bosch-shc-2.5/bundles/org.openhab.binding.boschshc/README.md This should be enough as an overview and we can copy it from there if necessary.