VeraPlus Hub - New Error

I use a Vera Plus HUB. Recently I have been encountering errors using Home Assistant. I have added the Vera Hub via the integration. The error is reported as:
“requests.exceptions.ReadTimeout: HTTPConnectionPool(host=‘192.168.N.NNN’, port=3480): Read timed out. (read timeout=30)”

It is happening with Zwave lights and blinds. I previously did not have this issue and can’t understand why this is occurring. I will post the full log for this error below.

Any insight is very much appreciated.

-LeeTXJD

`Logger: homeassistant.components.automation.living_room_before_sunset
Source: helpers/script.py:501
integration: Automation (documentation, issues)
First occurred: May 27, 2024 at 7:45:04 PM (1 occurrences)
Last logged: May 27, 2024 at 7:45:04 PM

Living Room Before Sunset: Error executing script. Unexpected error for call_service at pos 1: HTTPConnectionPool(host='192.168.N.NNN', port=3480): Read timed out. (read timeout=30)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 501, in _async_step
    await getattr(self, handler)()
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 736, in _async_call_service_step
    response_data = await self._async_run_long_action(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 699, in _async_run_long_action
    return await long_task
           ^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2738, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2779, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1000, in entity_service_call
    raise result from None
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1605, in async_request_call
    return await coro
           ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1047, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cover/__init__.py", line 419, in async_set_cover_position
    await self.hass.async_add_executor_job(
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/vera/cover.py", line 60, in set_cover_position
    self.vera_device.set_level(kwargs.get(ATTR_POSITION))
  File "/usr/local/lib/python3.12/site-packages/pyvera/__init__.py", line 1022, in set_level
    self.set_service_value(
  File "/usr/local/lib/python3.12/site-packages/pyvera/__init__.py", line 561, in set_service_value
    result = self.vera_request(**payload)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/pyvera/__init__.py", line 542, in vera_request
    return self.vera_controller.data_request(request_payload)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/pyvera/__init__.py", line 121, in data_request
    response = requests.get(request_url, timeout=timeout, params=payload)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/api.py", line 73, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/api.py", line 59, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/requests/adapters.py", line 532, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='192.168.N.NNN', port=3480): Read timed out. (read timeout=30)`

Well it can’t find that, which is certainly not a zwave thing.

I took out the actual numbers of the post just for a touch of privacy. It is an actual IP address in the actual log (and it is the correct IP for the Vera Hub). I know that as an internal IP it shouldn’t be a problem, but I have seen enough posts that mask them to think perhaps that is prudent.

I don’t care what the number is, silly. That device is not responding. Fix that. Zwave devices don’t have IP addresses.

Well you are soooo helpful. You call out the IP address and then call me silly. What kind of tool are you?

Here is the deal - I have been getting timeouts of the sort shown in the log file. The Vera Hub can easily control the zwave devices. The timeouts occur when using HA - and especially automations. Often, I can control the ZWave device with HA manually, but the automation will still report a timeout.