hassio-ecoflow-cloud icon indicating copy to clipboard operation
hassio-ecoflow-cloud copied to clipboard

Failed to set up

Open lowrisk75 opened this issue 1 year ago • 3 comments

I tried with the River Pro, Delta 2 and the Powerstream, I can't get any of them to work. I put the devices and home assistant on the same subnet, but I assume this is not the issue, nor is the firewall rule in proxmox since this using the Cloud API?

Screenshot 2023-12-22 at 16 40 36

`Logger: homeassistant.config_entries Source: config_entries.py:402 First occurred: 16:36:23 (2 occurrences) Last logged: 16:40:22

Error setting up entry Server for ecoflow_cloud Error setting up entry Powerstream for ecoflow_cloud Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 402, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/ecoflow_cloud/init.py", line 82, in async_setup_entry client = EcoflowMQTTClient(hass, entry, auth) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/ecoflow_cloud/mqtt/ecoflow_mqtt.py", line 203, in init self.client.connect(self.auth.mqtt_url, self.auth.mqtt_port, 30) File "/usr/local/lib/python3.11/site-packages/paho/mqtt/client.py", line 914, in connect return self.reconnect() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/paho/mqtt/client.py", line 1044, in reconnect sock = self._create_socket_connection() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/paho/mqtt/client.py", line 3685, in _create_socket_connection return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/socket.py", line 851, in create_connection raise exceptions[0] File "/usr/local/lib/python3.11/socket.py", line 836, in create_connection sock.connect(sa) TimeoutError: timed out `

lowrisk75 avatar Dec 22 '23 16:12 lowrisk75