[FIXED] Fronius Primo Solar Inverter - can't add

Hello Everyone

I just got solar setup, so I’m trying to add the Fronius integration to HASS.

Supposedly, it should just work? Fronius - Home Assistant

However, when I click on it to install, it takes me to HASS and shows

Config flow could not be loaded

The log shows

2022-01-11 08:57:41 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading configuration flow for integration fronius: No module named 'homeassistant.components.fronius.config_flow'

I have added the inverter directly to my configuration.yaml like so

sensor:

  - platform: fronius
    resource: http://192.168.1.77
    monitored_conditions:
      - sensor_type: inverter

However this is only giving me some of the sensors that I need (not getting grid feed etc - just inverter output)

My HASS is the official VM (running on Proxmox under LXC), Home Assistant OS 6.5 and HomeAssistant version 2021.11.5. I have a Lets Encrypt SSL cert and HTTP → HTTPS redirect enable if that makes a difference.

Can someone point me in the right direction to get this component installed?

Fixed - it turns out I wasn’t up to date! Somehow jumping through menus I missed the outstanding updates. Upon updating, It is all working as expected (ish).