It seems the new version of paho-mqtt (v2.0.0) breaks the mqtt messaging within pywws.
pywws.service.mqtt:Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for details
Work around is to install v1.6.1 of paho-mqtt
sudo pip install paho-mqtt==1.6.1
It seems the new version of paho-mqtt (v2.0.0) breaks the mqtt messaging within pywws.
pywws.service.mqtt:Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for detailsWork around is to install v1.6.1 of paho-mqtt
sudo pip install paho-mqtt==1.6.1