metbosch / homebridge-http-temperature

HomeBridge HomeKit Plugin for HTTP temperature endpoints
https://www.npmjs.com/package/homebridge-http-temperature
Apache License 2.0
33 stars 18 forks source link

Temperature works but no Humidity value #31

Closed mploetner closed 7 months ago

mploetner commented 2 years ago

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 commented 2 years ago

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" }

metbosch commented 2 years ago

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

metbosch commented 7 months ago

Closing since there is no answer from the requestor