mmattel / EET-Solmate

Integrate EET SolMate with Homeassistant using MQTT (read AND write!)
Apache License 2.0
8 stars 1 forks source link

Prepare for appdaemon - base for more changes #73

Closed mmattel closed 2 months ago

mmattel commented 2 months ago

This PR prepares for testing if we can integrate esham into HA/appdaemon.

Appdaemon has currently e.g. a paho-mqtt version installed (1.6.2) that does not match the version required by esham (2.x.y). To fix this, we need to implement a method installing a library in parallel and non conflicting but with a different version.

As outcome we will have two scenarios:

But in any case this is progress and the base for a next release.

With this PR, there is no functionality change with existing installations. If merged, it is just an internal upgrade.

TODO: