The current "notification system" is based on logging exceptions and debugging messages. Research for an existing (Django?) framework for handling error notifications over mail or extend the existing logging message types to send emails reliable.
Notifications must be sent if
no serial port could have been identified (should not happen in best case, but another serial port tried, see #41 )
a meter device could not have been found
a meter device is available again (send only one mail for all instead of each!!)
The current "notification system" is based on logging exceptions and debugging messages. Research for an existing (Django?) framework for handling error notifications over mail or extend the existing logging message types to send emails reliable.
Notifications must be sent if