-
Notifications
You must be signed in to change notification settings - Fork 5
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
Probleme beim der Installation #4
Comments
PyModbus hat eine neue Version releases: V 3.7. Mit der scheinen sich ein paar Dinge geändert zu haben, sodass mein code nicht mehr funktioniert hat. |
Vielen Dank. Die Installation läuft jetzt wieder, man kann nur das Programm nach dem Aufruf mit CTRL-C nicht mehr stoppen um die generierte config.yaml zu bearbeiten. Komme ab hier wieder nicht weiter. |
Hier noch weitere Fehlermeldungen: |
Habe folgendes Problem und komme einfach nicht mehr weiter.
Beim installieren im Termninalprogram von Home Assistant kommt immer der folgende Fehler:
"Traceback (most recent call last):
File "/root/mtecmqtt/bin/mtec_mqtt", line 8, in
sys.exit(main())
^^^^^^
File "/root/mtecmqtt/lib/python3.12/site-packages/mtecmqtt/mtec_mqtt.py", line 114, in main
[INFO] Connected to MQTT broker
api.connect(ip_addr=cfg['MODBUS_IP'], port=cfg['MODBUS_PORT'], slave=cfg['MODBUS_SLAVE'])
File "/root/mtecmqtt/lib/python3.12/site-packages/mtecmqtt/MTECmodbusAPI.py", line 32, in connect
self.modbus_client = ModbusTcpClient(ip_addr, port, framer=Framer(framer), timeout=cfg["MODBUS_TIMEOUT"],
^^^^^^^^^^^^^^
TypeError: Framer.init() missing 3 required positional arguments: 'params', 'is_server', and 'device_ids'"
Ich bin strikt nach Vorgabe vorgegenagen, was vor einer Woche noch funktioniert hat läuft einfach nicht mehr. Können Sie mir helfen?
The text was updated successfully, but these errors were encountered: