somlioy
somlioy
Changing line 90 in SiriControl.py from: return str(voice_command.get_payload()).lower().strip() to return str(voice_command.get_payload(decode=True)).lower().strip() Fixed the issue for me with letters such as æ. ø and å. You also might need to add...
It is to be noted that linuxdeployqt technically does not support 18.04 until 2021, which is when 16.04 LTS no longer is supported. > We do not support linuxdeployqt on...
[Qt MQTT](https://github.com/qt/qtmqtt) and [Qt KNX](https://github.com/qt/qtknx) is also interessting, former for IoT applications and the latter for home/building-automation. [OpcUA](https://github.com/qt/qtopcua) is also interessting for IoT applications but is also widely used in...