naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
316 stars 63 forks source link

New? Error #193

Closed mbierman closed 5 months ago

mbierman commented 3 years ago

I don't recall seeing this error before.

[3/4/2021, 1:03:44 AM] [homebridge-weather-plus] This plugin generated a warning from the characteristic 'Air Pressure': Characteristic not in required or optional characteristic section for service TemperatureSensor. Adding anyway.. See https://git.io/JtMGR for more info.

Enviornment

naofireblade commented 3 years ago

Hi can you post your plugin config? Without apikey and location.

Lorccan commented 3 years ago

I am getting the same error. Here's the config:

{ "units": "si", "interval": 5, "stations": [ { "nameNow": "Home", "service": "openweathermap", "key": "XXXXXXXXXXXXXXXXXXXXXXXX", "locationGeo": [ XX.XXXX, -X.XXXX ], "locationCity": "XXXX", "language": "en", "compatibility": "eve", "forecast": [ "Today", "Tomorrow" ], "conditionCategory": "simple", "now": true, "extraHumidity": false, "hidden": [ "Cloud Cover", "Condition", "Condition Category", "Dew Point", "Humidity", "Observation Station", "Observation Time", "Ozone", "Rain 1h", "Rain Chance", "Snow", "Solar Radiation", "Sunrise Time", "Sunset Time", "Temperature Min", "Temperature Apparent", "UV Index", "Visibility", "Wind Direction", "Wind Speed", "Wind Speed Max" ] } ], "_bridge": { "username": "XX:XX:XX:XX:XX:XX", "port": 39916 }, "platform": "WeatherPlus" }

TeslaOwnerTips commented 1 year ago

[1/21/2023, 2:15:37 PM] [homebridge-weather-plus] This plugin generated a warning from the characteristic 'Air Pressure': Characteristic not in required or optional characteristic section for service TemperatureSensor. Adding anyway.. See https://homebridge.io/w/JtMGR for more info.

info_json.txt

plugins_json.txt

config_json.txt

dacarson commented 5 months ago

Duplicate #206