StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
514 stars 190 forks source link

Energy panel problem with consumption #202

Open asiviero76 opened 1 year ago

asiviero76 commented 1 year ago
Screenshot 2023-02-04 alle 13 47 42

On my enery panel, is like the consumption from 00:00 till when there is the last production will be accumulate ... how to solve this problem? I'm using sofar_g3hyd.yaml configuration for a Zucchetti Hybrid inverter... all the rest are working fine. Help are really appreciated thanks andrea

udivankin commented 1 year ago

I second this, the value for active power should be zero instead of unknown at night (and after reboot) to get energy dashboard to work. I believe introducing optional default_value field in inverter definition's register would help.

asiviero76 commented 1 year ago

I second this, the value for active power should be zero instead of unknown at night (and after reboot) to get energy dashboard to work. I believe introducing optional default_value field in inverter definition's register would help.

Thanks for suggestion, but I really don't know how to do this

Nubstex commented 1 year ago

To prevent this, daily sensor must be set to "0" everyday at 00:00. I tried to fix this with changing "total" to "total_increasing" in yaml file (from configuration of entity, at bottom there is name of yaml file located in custom component folder) under Daily production. I will update tomorrow if this helped.

asiviero76 commented 1 year ago

Will be very helpful! Thanks


Da: Nubstex @.> Inviato: Tuesday, February 7, 2023 7:47:53 PM A: StephanJoubert/home_assistant_solarman @.> Cc: asiviero76 @.>; Author @.> Oggetto: Re: [StephanJoubert/home_assistant_solarman] Energy panel problem with consumption (Issue #202)

To prevent this, daily sensor must be set to "0" everyday at 00:00. I tried to fix this with changing "total" to "total_increasing" in yaml file (from configuration of entity, at bottom there is name of yaml file located in custom component folder) under Daily production. I will update tomorrow if this helped.

— Reply to this email directly, view it on GitHubhttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FStephanJoubert%2Fhome_assistant_solarman%2Fissues%2F202%23issuecomment-1421280005&data=05%7C01%7C%7C1cb28b8bb42a4d35a35408db093bd271%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638113924755031632%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=D%2B%2FARqUu5xEbOCdThI8ePbhyaRn9f4nPk3zGZRWs6YU%3D&reserved=0, or unsubscribehttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAZ3HHVSSEJJFCQC4TGAYZSDWWKKFTANCNFSM6AAAAAAURE6ZIM&data=05%7C01%7C%7C1cb28b8bb42a4d35a35408db093bd271%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638113924755031632%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=5681PmthtRpK85vnp97Rk20mEQowmOBFjobDs3CPWqY%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

ghost commented 1 year ago

@Nubstex any update?