Diogo Gomes

Results 271 comments of Diogo Gomes

Please have debug of `integration` enabled so we get the extra logging information. In my experience 90% of the issues are about the source (published a wrong value)

it should update with the current state and last state previous to the restart (therefore my previous answer in this thread)

The first 2 means that the source `sensor.solar_energy` published the value twice... (since the value did not change, it probably update an attribute) The third might be related to race/delay...

From that log I would rule out a race from "Restored state" My guess is the source sensor is at fault... somehow publishing twice

9 out 10 the fault is the source sensor Can you share the graph of the source sensor in the same period of time as one of those jumps ?

just trying to debug... checking if the issue might be related to that functionality

sorry... but I see the same pattern, big jumps! the spikes in an induction cooker are normal: very high power, very limited amount of time -> small amount of energy

can you turn debug on ? in your configuration.yaml ``` logger: logs: homeassistant.components.integration: debug ```

Out of curiosity, what 3rd party stuff have you considered ? From the README: ```Add custom repository in HACS: https://github.com/leeyuentuen/polestar_api Search for integration 'polestar_api' ``` which means you first need...