Fronius Primo Energy Dashboard setup

Hi Folks,
I have been trying to setup my Fronius Primo inverter all day and have gone through loads of posts of people that have managed it by changing different things but mainly just plug and play…

So I installed the Fronius add on in HACS
Then added this to my config.yaml

sensor:
# Fronius Inverter
  - platform: fronius_inverter
    ip_address: 192.168.1.117

I can see all the sensors come up in the dev tab and I can use the sensors to display gauges etc

But when I go to the energy dashboard setup I get no options to select them in the dropdown box’s for solar production etc…

Can somebody tell me what I have missed please as its beyond my HA skill level now…

Cheers

You can read more about it here-

Probably the easiest way currently is to use the core Fronius integration. Fronius - Home Assistant
Also be sure to update to the latest HA version.

With 2021.9 coming Wednesday some things get changed regarding the energy panel. I’d rather not try to customize any entities to be supported by the 2021.8 version - it could break coming week.

Hey @farmio ,
Thanks for the info. Thought I would at least have a play around with something that works until wednesday :laughing:
Just tried what you suggested above and finally I have something in the energy dashboard… Thanks

1 Like

Can someone point me to the correct sensors to use from the official Fronius integration for the relevant sections of the Energy dash? Would like to move off the custom component and just use the core integration.

@trankillity Hey this is what I use, just put it in your config.yaml

sensor:
# Fronius Inverter built in integration
  - platform: fronius
    resource: http://192.168.1.117
    monitored_conditions:
    - sensor_type: inverter

check and reboot the server, you should then have the option in the energy dashboard dropdown box

Thanks, but not at all what I asked. The integration is working totally fine, just don’t know which of the sensors that it produces are used for generation, grid consumption, and grid export. Managed to find it in a reddit thread however :slight_smile:

Oh Sorry, I am still learning and thought thats what you meant.

Do you mind sharing the Reddit link? I am still confused by it all…

Of course! This should do the trick, and have also highlighted the comment that solved it for me.

Ahh, Thank you. Unfortunately I dont have the Fronius smart meter, so am going to have to do it through ModBus. In our system I have a grid tied (fronius) inverter with a Victron Multiplus and battery. These two ties together with the Victron ESS system and a smart meter (not the Fronius one)
So guess I am going to have to learn more about the Modbus way of doing it.
Cheers

Hey Guys,

I have a Fronius inverter, and am trying to configure the Energy page inside HA,

Ive added the yaml into the configuration file and can see every device when I try to add an entity module,

However, in the Energy configuration page itself, I only see 6 sensors, all of which are not what I need to have it working correctly, I get “Energy $var Fronius Inverter system” where $var is either Total, Day or Year

Any ideas on what I need to configure to get the sensors “Power ac Fronius Inverter” and “Power grid Fronius Power flow” to show?

These are the right entities. I’d use “total”.
It’s an energy dashboard, not a power dashboard - power entities are not valid.

This really doesn’t appear right, If I use those total vars, this is the output I get.

Where if i use some Gauge cards or graphs using the specific sensors it reflects what i see in the solar web app.

Are these what you use?

Energy total from the inverter is not grid consumption. See Fronius power meter (and inverter) - help with configuration - #7 by farmio and 2 posts before for the correct entities.

Thanks, Yes that’s what im looking for, So i can see these entities when i do cards outside of the energy panel, not a problem, however in the energy configuration itself, i only get those 6 entities mentioned above, which none of them supply the right data.

Would you know how I can get the expected entities that show up on the normal cards, to show up in the energy panels?

Update your HA to the latest version.

Yes have done this a few times a day over the past few days in case something was wrong, however the version looks right, reports as Home Assistant 2021.9.7

Last thing to check is the config yaml for your smartmeter.

Hey @farmio, This is the only yaml i have in the config for Fronius.

#Fronius Inverter
sensor:
  - platform: fronius
    resource: http://192.168.1.111
    monitored_conditions:
    - sensor_type: logger_info
    - sensor_type: inverter
      scope: system
    - sensor_type: meter
      device: 1
    - sensor_type: power_flow

Should I have something else in here for the smart meter? I am able to see some of the data via the entity cards or gauge cards, for whatever reason however its not showing in the energy panel.

It’s really hard to help you out if you keep revealing infos bit by bit. Why don’t you screenshot the entities state you have / want to use from developer tools where all the attributes are visible?

device depends on what is set in your inverters settings and where the meter is installed. For meters this is probably 0
scope: system is currently not recommended - I’d use device everywhere.