I have a RLN8-410 NVR and 4 D800 camera connected to this NVR, try to use the manual record switch on each camera, it give me error. Failed to perform the action switch/turn_on. cmd ‘SetManualRec’: API returned error code 1, response code -17/rcv failed
can anybody help me find out what is the problem.
below is the log from HA
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 10:47:21 PM (2 occurrences)
Last logged: 10:49:40 PM
[139622991744016] Unexpected exception
Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/reolink/switch.py”, line 434, in async_turn_on await self.entity_description.method(self._host.api, self._channel, True) File “/usr/local/lib/python3.12/site-packages/reolink_aio/api.py”, line 4456, in set_manual_record await self.send_setting(body) File “/usr/local/lib/python3.12/site-packages/reolink_aio/api.py”, line 5149, in send_setting raise ApiError(f"cmd ‘{command}’: API returned error code {json_data[0][‘code’]}, response code {rspCode}/{detail}", rspCode=rspCode) reolink_aio.exceptions.ApiError: cmd ‘SetManualRec’: API returned error code 1, response code -17/rcv failed The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 245, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/core.py”, line 2802, in async_call response_data = await coro ^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/core.py”, line 2845, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1007, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1079, in _handle_entity_call result = await task ^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/components/reolink/switch.py”, line 436, in async_turn_on raise HomeAssistantError(err) from err homeassistant.exceptions.HomeAssistantError: cmd ‘SetManualRec’: API returned error code 1, response code -17/rcv failed