Collect Inverter data from Solarman API

I’m up to step 7 in post number 1 I can’t see my sensor I created following the steps provided, what am I doing wrong?

I can see on the json path finder the item I want which is Cumulative Production (Active) which is line 91, should the value template in the Home assistant config file show the following?

value_template: “{{ value_json.dataList[91].value }}”

Edit: In the energy dashboard for the solar production i can see * sensor.cumulative_production_active but i get the following error:

Entity not defined

Check the integration or your configuration that provides:

  • sensor.cumulative_production_active

What am I missing?