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

Verbindungs und "payload" Probleme #13

Closed
martin-nrw-85 opened this issue Apr 12, 2024 · 5 comments · Fixed by #14
Closed

Verbindungs und "payload" Probleme #13

martin-nrw-85 opened this issue Apr 12, 2024 · 5 comments · Fixed by #14

Comments

@martin-nrw-85
Copy link

          Hallo,

ich hoffe hier kann man mir helfen.
Ich habe den Hub1200 offline genommen.
Musste eine Änderung in dem Skript vornehmen:

  • original:
    client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, client_id="solarflow-bt")

  • Anpassung:
    client_id= "solarflow-bt"
    client = mqtt_client.Client(client_id)

Da es immer zu einer Fehlermeldung:
" File "/zendure/solarflow-bt-manager/src/solarflow-bt-manager.py", line 43, in local_mqtt_connect
client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, client_ id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'paho.mqtt.client' has no attribute 'CallbackAPIVersion'"

Im MQTT Explorer bekomme ich jedoch nur "0{"messageId":"123","method":"device","deviceId":"xxxxx","timestamp":1712852073,"offData":0,"data":{"eventId":3,"startTime":1712851893,"endTime":1712852073,"inout":2,"mode":2,"electric":0}}"
angezeigt sonst kommen keine Ereignisse.

Originally posted by @martin-nrw-85 in #10 (comment)

@reinhard-brandstaedter
Copy link
Owner

Starte den hub mal durch damit er sich neu anmeldet.
Wenn beim offline nehmen alles ohne fahler quittiert wurde kommt er im normalfall.

@martin-nrw-85
Copy link
Author

Hi danke werde ich übers Wochenende mal probieren.

@ricariel
Copy link
Contributor

Da es immer zu einer Fehlermeldung:
" File "/zendure/solarflow-bt-manager/src/solarflow-bt-manager.py", line 43, in local_mqtt_connect
client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, client_ id)

Das liegt an der paho-mqtt library, welche ich benutzt habe. War Version 2. Hätte aber die Version 1.* sein müssen um kompatibel zu sein mit der Vorversion.

@martin-nrw-85
Copy link
Author

Hallo ist es eigentlich Möglich dem PV-Hub via matt auch Werte zu übermitteln? Ich würde gerne den PV-Hub Ausgang/Eingang Wechselrichter verändern wollen.

@ricariel
Copy link
Contributor

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

Successfully merging a pull request may close this issue.

3 participants