Hi Guys,
i’ve got this temperature Sensor:
http://www.amazon.de/gp/product/B009SW1LQ8?psc=1&redirect=true&ref_=oh_aui_detailpage_o08_s00
and am quite happy with it.
I see the values with the weather1 protocol, but i also see a humidity value, which this sensor normally won’t measure so it’s always stuck to 19.
I Tried to remove it from the webgui with this config:
{
"id": "tempsensor1",
"name": "Temperatursensor 1",
"class": "HomeduinoRFTemperature",
"protocols": [
{
"name": "weather1",
"options": {
"id": 178,
"channel": 1
}
}
],
"values": [
"temperature"
]
}
But i always see the humidtiy value in the gui…is there any way to remove it?