-
Notifications
You must be signed in to change notification settings - Fork 8
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
Crash after changing region #30
Comments
Try specifying the correct ZenAPI URL for EU. |
Sorry. In test environment this was set. Here is the log with ZEN_API set |
Hey, is there already a solution for this? |
Problem appears to be that the URL handling of Zendure is inconsistent. the base URL of Zendures MQTT ends with /v2 however the EU servers ends with /eu There is a discussion in another issue that appears to be related. When the connection was swichted back to the defualt server that values started to appear again. |
Hey is still issue still existing? |
Got connection errors when running in online mode:
log
After a while the container is unhealthy.
The Solarflow is visible in the zendure app and is working correct. Region is EU.
Environment Variables:
TRAEFIK_RULE=Host(`domain`) ZEN_USER=user@email ZEN_PASSWD=password MQTT_HOST=ipofmqtt ZEN_MQTT=mqtteu.zen-iot.com COMMAND= --online SF_DEVICE_ID=deviceid SMARTMETER_TOPIC=/tele/
Snippet of compose file:
The text was updated successfully, but these errors were encountered: