dxoverdy / Alpha2MQTT

A smart home interface for AlphaESS solar and battery inverters.
GNU General Public License v3.0
41 stars 6 forks source link

Display all control modes on OLED #26

Open carrel-gr opened 1 month ago

carrel-gr commented 1 month ago

and alternate charge/discharge

The display code previously only handled "Charge Control" mode and would display "Charge" or "Discharge". For anything else, it displayed "Other". This change will alternate the line by displaying the name of the current mode (there are 10 possible modes) and then displaying "Charge" or "Discharge". It also handles errors.