-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deye generator is flapping between on/off #322
Comments
Hi @krasnoukhov, could you please record long enough log where is change in the register 195 observable? Edit: For whole log it's set to 16. Which should be generator: off. Is that correct? |
@davidrapan Here are some logs where I'm sure that value has flapped once. Compare the timestamps on screenshot and in the log. Not sure how to look for 195 in there
|
It is the second value from the end on this line: |
And I think I know what is the issue. 😉 Thanks for your assistance. |
Should be fixed in v24.12.14 |
Ok thanks @davidrapan. It's not flapping anymore. But there must be still something wrong with it... If I turn on the Generator switch it stays turned on. However it does not look like it actually takes effect: Also Generator binary sensor is always On, not matter what switch state. Given that in web UI Generator force is off it all seems wrong |
I see that binary sensor's register changed from 0x00A6 to 0x00C3 in this commit. Maybe that's the issue with it? As for non-functional switch I'm not sure, yaml seems correct, so no idea what went wrong since 24.11.x |
If I enable Gen Force via web UI nothing changes in integration entities - not switch, not binary sensor. So it seems like these entities are not hooked up to a correct state |
YAML is according to the documentation, if you think it's not right you need to find out what's wrong exactly.
Because A6 is generator power register and C3 should refer to the state of the relay. Maybe the docs are incomplete in the matter but what I'm sure of is that A6 as Generator On/Off was wrong. Edit: BTW, hope you did take into account that configurable entity can take more than 5 minutes to update their state in HA. Edit2: What do you have setup in Smartload Mode and how does it resemble what's configured in Solarman App? |
Description
Reproduction Steps
My device is SG0XLP1. It was working fine on ha-solarman 24.11.x
Log
Version
24.12.02
Home Assistant Version
2024.12.2
The text was updated successfully, but these errors were encountered: