You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently datalayer.system.status.contactors_engaged only gets set to false if contractor opening is requested from the web page, not if it is requested by the inverter or estop
The text was updated successfully, but these errors were encountered:
Just so that I understand the issue correct: You mean that currently if an inverter request opening of contactors it does not show on the webpage? For which inverter have you seen this?
Yes your understanding is correct - if the inverter requests opening of the contractors the contractors open but the web page continues to show them closed. The inverter is a Solax X3 G4. With the change I suggested it works correctly.
Expected Behavior
When the contactors open after an inverter request, the web server should display the OFF state.
Actual Behavior
When the contactors open after an inverter request the web server continues to display the ON state
I think the bug is caused by the absence of the following line at about line 128 of webserver.cpp
Currently
datalayer.system.status.contactors_engaged
only gets set to false if contractor opening is requested from the web page, not if it is requested by the inverter or estopThe text was updated successfully, but these errors were encountered: