National Weather Service

For the past two weeks my NWS configuration has been unavailable.

I’m not entirely sure what this means, but this is the error code from the logs.

Logger: homeassistant
Source: components/nws/weather.py:129
First occurred: November 2, 2021, 7:30:18 PM (3071 occurrences)
Last logged: 7:19:16 PM

'''Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 134, in _handle_refresh_interval
    await self._async_refresh(log_failures=True, scheduled=True)
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 265, in _async_refresh
    update_callback()
  File "/usr/src/homeassistant/homeassistant/components/nws/weather.py", line 129, in _update_callback
    self.observation = self.nws.observation
  File "/usr/local/lib/python3.9/site-packages/pynws/simple_nws.py", line 261, in observation
    data[obs] = unit_conversion[obs_item[1]](obs_item[0])
KeyError: 'wmoUnit:degC

Any help would be greatly appreciated.

Thanks

What version are you using? This should have been fixed a few versions ago.

Ok running Home Assistant core-2021.8.3.

That would be the cause

Which version should I update to?

You should upgrade to at least 2021.10.3 for this fix as well as one more for NWS integration, but why not get all the way up to date?