naofireblade / homebridge-weather-plus

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

Apparent temperature frequently shown as unresponding in Home app #163

Closed chernals closed 3 years ago

chernals commented 3 years ago

I have a configuration with a single weather station, current situation + next-day forecast. All is working fine, except for the apparent temperature which is almost all the time shown as "unresponding" in the Home app.

Would this be a known issue ?

I'm in the compatibility configuration "both".

frans2526 commented 3 years ago

Hello,

I made a quick fix for this issue event if isn’t the proper way to do it but at least we will be able to see the temperature when they are below 0C on home app. You can check my post : #160

Cheers

chernals commented 3 years ago

Thanks ! Noob questioN: Not sure what I have to do from #160 . Is that a change in the weather plugin config ?

kylerove commented 3 years ago

I created a pull request to merge fix suggested by @frans2526. https://github.com/naofireblade/homebridge-weather-plus/pull/167

MontroseSt commented 3 years ago

@chernals on a Mac the path to the plugins is /usr/local/lib/node_modules you can also find the path in terminal cd $(npm -g prefix)/lib/node_modules pwd

@kylerove thank you, working perfectly! In Eve app I see a graph with the "apparent temperature", followed by a graph with "current temperature" and then a column with "apparent temperature" again. In this column the temperature still shows 65525°C

naofireblade commented 3 years ago

Fixed in v3.2.3