github davidusb-geek/emhass v0.2.6
EMHASS version 0.2.6

latest releases: v0.10.6, v0.10.5, v0.10.4...
2 years ago

This release features a better handling of errors when trying to find a suitable solver.

Some problems may arise from solver related issues in the Pulp package. It was found that for arm64 architectures (ie. Raspberry Pi4, 64 bits) the default solver is not avaliable. A workaround is to install a new solver. The glpk solver is an option and can be installed with:

sudo apt-get install glpk-utils

After this it should be available for use and EMHASS can use it as a fallback option.

Improvement

  • Improved handling of errors concerning solver issues with Pulp. Added support for glpk solver. For now just using a try/catch strategy but should update to solver passed as a parameter to EMHASS.

Don't miss a new emhass release

NewReleases is sending notifications on new releases.