Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not publish live data for broken MPPT controllers
in case the user defines the respective pins, an MPPT controller will be setup and the websocket would previously publish its invalid data even if no data at all was received. this lead to using an invalid index and to publish a useless card. instead, skip those controllers. if the connection to a controller breaks, it will always present as a card in the live view with the respective serial number and the last known data.
- Loading branch information