Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybee asyncio_mqtt is not working in the new version (0.13.0) ? #6

Open
car1pe opened this issue Mar 5, 2024 · 0 comments
Open

Maybee asyncio_mqtt is not working in the new version (0.13.0) ? #6

car1pe opened this issue Mar 5, 2024 · 0 comments

Comments

@car1pe
Copy link

car1pe commented Mar 5, 2024

Hey Guys,

I have clone the Git and install the Dependencies.
Then connecting RS232 1:1 over FT232R with my ComfoAir 350 => USB0

Now I have this following error messages:

pi@raspberrypi:/usr/local/bin/comfoair-mqtt-bridge $ python comfoair-mqtt-bridge.py --debug --broker mqtt://user:pass@192.168.1.xxx --port /dev/ttyUSB0
Traceback (most recent call last):
File "/usr/local/bin/comfoair-mqtt-bridge/comfoair-mqtt-bridge.py", line 35, in
from asyncio_mqtt import Client, MqttError, Will
File "/home/pi/.local/lib/python3.9/site-packages/asyncio_mqtt/init.py", line 2, in
from .client import Client, ProtocolVersion, TLSParameters, Will
File "/home/pi/.local/lib/python3.9/site-packages/asyncio_mqtt/client.py", line 35, in
from typing_extensions import ParamSpec
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 786, in exec_module
File "", line 918, in get_code
File "", line 587, in _compile_bytecode
ValueError: bad marshal data (unknown type code)

Do you have any idea whats the issuse?
Can't find a solution for two days.

Thank You!

my actual system:
Raspberry Pi Zero W Rev 1.1 // Raspbian 11 bullseye with all updates
Python 3.9.2-3
asyncio-mqtt 0.13.0
pycomfoair 0.1.0
python-slugify 6.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant