ebaauw / homebridge-ws

Homebridege plugin for virtual weather station
Apache License 2.0
106 stars 4 forks source link

Maximum Temperature #54

Open PNWOregon opened 1 week ago

PNWOregon commented 1 week ago

Hi, the plugin has been awesome since I started using it over a year ago but as of recent the maximum temperature has stopped woeking. Not sure what happened as everything else is functioning normally. If I check the logs I can see all the other data points including the minimum temperature. I currently have not update to API 3.0 but I’m not sure if that would effect my access to that data today or not.

thanks for the awesome plugin!

ebaauw commented 1 week ago

I'm still using the free subscription with OneCall 2.5, and Maximum Temperature gets updated regularly. Maybe OpenWeatherMap does no longer include it for your location? Set Log Level to 2, to see the API response from OpenWeatherMap.

PNWOregon commented 1 week ago

I’m not quite sure how to turn on level to log within Homebridge. I did turn on debugging mode, but that didn’t give me much more other than “exclude hourly” and a few other little details that don’t seem to be effecting max temperature.

ebaauw commented 1 week ago

You set it on the Weather service in HomeKit, using Eve or another decent HomeKit app.

PNWOregon commented 1 week ago

So the good news is without Intervention on my end, it seems to have had resolved itself this morning and maximum temperature has reappeared. That being said, I still wanted to better understand how to utilize the log levels in the future to solve problems. I was able to locate log level within the Eve app, but unable to find where the effect took place.

Thanks for all your help!

ebaauw commented 1 week ago

The effect is the verbosity of messages in the Homebridge log, see https://github.com/ebaauw/homebridge-lib/wiki/Log-Messages.

PNWOregon commented 1 week ago

Thank you for your help and the information!