Skip to content
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

Small update to allow data to be fetched when the plant is off-line and correctly updates inverter status #155

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

FozzieUK
Copy link
Collaborator

Just a small change following on from some issues reported yesterday (#152) and reports of sensors becoming unavailable when the plant goes off-line.

The integration currently checks for status =1 (on-line) and status =2 (alarm) but abandons the update if the plant is status =3 (off-line), this change continues to process the data if the plant is off-line but the cloud is ok.

It improves the inverter status sensor (sensor.foxess_inverter) which now shows the 3 distinct states (off-line, on-line, in-alarm)

Status 1 - on-line:
image

Status 2 - in-alarm:
image

Status 3 - off-line:
offline

@macxq macxq merged commit d5ac830 into macxq:main Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants