homebridge-http-temperature
homebridge-http-temperature copied to clipboard
Temperature works but no Humidity value
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
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 Could you post what is returning the http://192.168.1.128/status?type=json
url?
Closing since there is no answer from the requestor