steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Add Multiplier Option to Humidity Values #108

Open IonasElate opened 2 years ago

IonasElate commented 2 years ago

Hello

I am getting values like 0,51 from my KNX installation into openHAB and need to transform them (*100).

This does not work:

       {
            "name": "Kind 1 Feuchte",
            "type": "humidity",
            "item": "OG_Kind_SO_Feuchte",
            "multiplier": "100"
        },

Regards

Jonas