tijsverkoyen / HomeAssistant-FusionSolar

Integrate FusionSolar into your Home Assistant.
MIT License
133 stars 25 forks source link

Error doing job: Task exception was never retrieved #69

Closed catalinbordan closed 1 year ago

catalinbordan commented 1 year ago

Hi, Same as #60. I just want to let you know, it did not fix it. Your changes in the code it should be before line no 67, no?

 if current_value == 'unavailable':
                    _LOGGER.info(
                        f'{self.entity_id}: not available.')
                    return
tijsverkoyen commented 1 year ago

I can't reproduce this issue so it is really difficult to test. But I have changed the code. Will be included in the upcoming release.

catalinbordan commented 1 year ago

Hi,

Thank you, In my case with Kiosk mode, I saw that it will happen when HA loose internet connection, and the only sensor that it will be be unavailable it is total lifetime kWh. The restart of HA solve the issue.