-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
Starte den hub mal durch damit er sich neu anmeldet. |
Hi danke werde ich übers Wochenende mal probieren. |
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. |
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. |
Ja https://github.com/reinhard-brandstaedter/solarflow-control tut das zum Beispiel. |
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)
The text was updated successfully, but these errors were encountered: