homebridge-http-temperature-humidity icon indicating copy to clipboard operation
homebridge-http-temperature-humidity copied to clipboard

Humidity calculates to zero

Open louiskabo opened this issue 6 years ago • 0 comments

Calculation of Humidity shows Zero. Reading from DHT11 OK and website JSON output is present and correct.

img_cc7373e9efbe-1

config file:

          {
            "accessory": "HttpTemphum",
            "name": "Garage",
            "humidity": "true",
            "url": "http://192.168.1.123/garage",
            "sendimmediately": "",
            "http_method": "GET"
            },

Website JSON output:

{ "temperature": 8.00, "humidity": 34.00 }

Ive tried changing the temp and hum outputs to being in quotes, changed the order, tried without floating value, nothing changed the fact that the home kit reports the humidity is Zero.

louiskabo avatar Dec 08 '18 03:12 louiskabo