muppet3000 / homeassistant-grott

Home Assistant Integration for Grott - MQTT
MIT License
65 stars 14 forks source link

homeassistant-grott sensors are not displayed in HASS energy dashboard setup #47

Closed altserg closed 9 months ago

altserg commented 9 months ago

I have installed Grott and Homeassistant-grott, and managed to get the inverter data to HASS via MQTT. I can see sensors like sensor.jne4a140b5_pv_all_energy_total, sensor.jne4a140b5_pv1_energy_today, etc. I also see that those sensors are updated on regular basis every 5 min.

However, those sensors are not showing up in the configuration of the energy dashboard, so I cannot configure solar production.

image image

muppet3000 commented 9 months ago

That's odd, the entity should definitely appear in that dropdown. Please can you show me the list of entities under the 'device' in the 'grott' Integration (see below): image

image

I want to make sure the values are there as I'd expect.

altserg commented 9 months ago

image

muppet3000 commented 9 months ago

I can't explain why that value isn't being explained. I have exactly the same sort of setup myself and I have those values being plumbed through. How long have you had the system up and running for with data coming in from Grott?

altserg commented 9 months ago

I have figured out the problem. Recorder statistics were disabled for all growatt entities. When I maually enabled the total energy output, it was shown in the energy dashboard. Maybe it makes sense to add this to documenation, Closing the issue

muppet3000 commented 9 months ago

I have figured out the problem. Recorder statistics were disabled for all growatt entities. When I maually enabled the total energy output, it was shown in the energy dashboard. Maybe it makes sense to add this to documenation, Closing the issue

Please can you show me what you did to fix this?

altserg commented 9 months ago

Edited the recorder section of HASS configuration.yaml file. Manually added the "JNE4A140B5 Power Generation - Total (pvenergytotal)" sensor to record statistics. This is problem with user local config, not the addon

muppet3000 commented 9 months ago

Oh I see, mine just does all that by default. Have you got 'recorder' disabled globally and you have to opt-in for each stat that you want?