gluap / pyess

Python library for communication with LG ESS power converters
MIT License
31 stars 10 forks source link

fix: handling of control messages #9

Closed alfredkrohmer closed 4 years ago

alfredkrohmer commented 4 years ago

Version 0.4.0 of asyncio-mqtt introduces an unannounced breaking change which requires to use msg.payload to get to the string value. Allowing >=0.3.0 in setup.py installs 0.4.0 or greater which breaks.

gluap commented 4 years ago

@devkid thank you for the fix, I will update the package on pypi accordingly later today when I get back to a computer.