safepay / sensor.fronius

A Fronius Sensor for Home Assistant
MIT License
80 stars 31 forks source link

GEN24 Symo returns day_energy, year_energy and total_energy as unknown. #42

Closed rafajrichard closed 2 years ago

rafajrichard commented 3 years ago

I have a suspicion that this is disabled by Fronius to push solar.web but I want to make sure that it isn't an issue on my end. Everything else shows up fine image

nilrog commented 3 years ago

Fronius states in the API docs that DAY_ENERGY and YEAR_ENERGY always returns null on GEN24. But TOTAL_ENERGY they say is supported since FW 1.14 on GEN24.

mstoffel-sag commented 3 years ago

Same here. Alle energy entities are unknown. Is anybody able to read those values on a GEN24?

nilrog commented 3 years ago

If you are still interested I have a preliminary version ready that adds support for Gen24. It corrects the sensor values for the smartmeter but cannot fix the DAY_ENERGY and YEAR_ENERGY since the are no longer supported by Fronius. See my post in #58 for a link to my repo/branch where you can find the updated sensor.py.