Netatmo Not Showing All Sensors

I have the Netatmo Weather Station which includes the Rain & Wind sensor. However it is showing sensor attributes for all the items connected but not all the ones i wish. I am currently missing total rain for the day, and minimum and maximum temperatures for the day. Has anyone else experianced this issue?

I am running HA 0.81, and Hass.io on Ubuntu 18.04 Server


Error while setting up platform netatmo
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 80, in setup_platform
    if module_name not in data.get_module_names():
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 304, in get_module_names
    self.update()
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 333, in update
    for module in self.data:
TypeError: 'NoneType' object is not iterable```

Found this, https://github.com/home-assistant/home-assistant/issues/20228