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

Temperature works but no Humidity value

Open mploetner opened this issue 2 years ago • 2 comments

I tried both http plugins (temp and humidity) from you but only with temp plugin I get values. Humidity always shows 0 whole the json file offers a value. Below my config code. Is there something wrong. Sorry I'm new to this

mploetner avatar May 03 '22 06:05 mploetner

Sorry here the code

{ "accessory": "HttpHumidity", "name": "Outside Humidity", "url": "http://192.168.1.128/status?type=json", "http_method": "GET", "field_name": "ext_humidity.0.hum" }, { "accessory": "HttpTemperature", "name": "Temperatur Van", "url": "http://192.168.1.128/status?type=json", "http_method": "GET", "field_name": "ext_temperature.0.tC" }

mploetner avatar May 03 '22 10:05 mploetner

@mploetner Could you post what is returning the http://192.168.1.128/status?type=json url?

metbosch avatar May 17 '22 06:05 metbosch

Closing since there is no answer from the requestor

metbosch avatar Jan 15 '24 17:01 metbosch