Skip to content
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

Amcrest camera sometimes has login error #85859

Closed
llamafilm opened this issue Jan 14, 2023 · 15 comments
Closed

Amcrest camera sometimes has login error #85859

llamafilm opened this issue Jan 14, 2023 · 15 comments

Comments

@llamafilm
Copy link
Contributor

The problem

I'm using the Amcrest integration with 2 cameras. Sometimes I get an error in the log like this:

2023-01-13 22:33:25.446 ERROR (MainThread) [homeassistant.components.amcrest] Front Yard camera offline: Login error: 
2023-01-13 22:33:25.462 ERROR (MainThread) [homeassistant.components.amcrest.camera] Could not get Front Yard camera attributes due to error: LoginError
2023-01-13 22:33:25.495 ERROR (MainThread) [homeassistant.components.amcrest] Front Yard camera back online

It always resolves itself immediately, so this isn't a big deal, I just want to flag it as a false error. It's weird that this error only ever happens on the "Front Yard" camera, even though the Back Yard is configured exactly the same. My config is like this:

amcrest:
  - host: 192.168.20.10
    username: homeassistant
    password: !secret amcrest_password
    name: Front Yard
    binary_sensors:
      - motion_detected
      - online
    stream_source: rtsp
  - host: 192.168.20.11
    username: homeassistant
    password: !secret amcrest_password
    name: Back Yard
    binary_sensors:
      - motion_detected
      - online
    stream_source: rtsp

What version of Home Assistant Core has the issue?

2023.1.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Amcrest

Link to integration documentation on our website

https://www.home-assistant.io/integrations/amcrest/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @flacjacket, mind taking a look at this issue as it has been labeled with an integration (amcrest) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of amcrest can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Change the title of the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign amcrest Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


amcrest documentation
amcrest source
(message by IssueLinks)

@jensweimann
Copy link

jensweimann commented Jan 16, 2023

I'm also affected, here are some debug logs:

01:36:28.880 D [amcrest.http] <AMC0015D_FNYHMN:AMC0015DGR1VFNYHMN> Query 52825: Unauthorized (401)
01:36:28.881 E (MainThread) [homeassistant.components.amcrest] Amcrest Camera camera offline: Login error:
01:36:28.888 D [homeassistant.components.amcrest.binary_sensor] Updating Amcrest Camera Online binary sensor
01:36:28.895 E (MainThread) [homeassistant.components.amcrest.camera] Could not get Amcrest Camera camera attributes due to error: LoginError

01:36:28.985 D [amcrest.http] <AMC0015D_FNYHMN:AMC0015DGR1VFNYHMN> Query 52829: Unauthorized (401)
01:36:28.985 D [amcrest.http] <AMC0015D_FNYHMN:AMC0015DGR1VFNYHMN> Trying async Digest Authentication
01:36:28.985 D [amcrest.http] <AMC0015D_FNYHMN:AMC0015DGR1VFNYHMN> Async HTTP query 52830: http:https://192.168.1.26:80/cgi-bin/magicBox.cgi?action=getMachineName
01:36:28.993 D [amcrest.http] <AMC0015D_FNYHMN:AMC0015DGR1VFNYHMN> Running query 52830 attempt 1
01:36:29.050 D [amcrest.http] <AMC0015D_FNYHMN:AMC0015DGR1VFNYHMN> Query 52830 worked. Exit code: <200>

The release of httpx 0.23.2 (see changelog https://github.com/encode/httpx/releases) mentions digest auth changes, which was added recently to HA: https://github.com/home-assistant/core/pull/85023/files

There is now a newer version of httpx that could resolve this issue.

@ReignInChaos
Copy link

Adding a comment here rather than adding another issue. @llamafilm Did your password contain special characters? I ask as my initial password contained a exclamation point and tried another with an asterisk and both produced a Login Error. I switched to alphanumeric and can stream in HA.

If special characters are not your issue, I will open separate issue as they should be supported.

@llamafilm
Copy link
Contributor Author

Mine does not. Separate issue.

@jensweimann
Copy link

jensweimann commented Jan 19, 2023

Mine does, but it was working fine on older releases and continues to work besides the occasional login error.

@llamafilm
Copy link
Contributor Author

I’m seeing more Amcrest errors over the past few days. I never saw this behavior before so maybe it’s caused by a recent update. Some examples:

Logger: amcrest.http
Source: components/amcrest/camera.py:570 
First occurred: January 17, 2023 at 9:32:04 PM (53 occurrences) 
Last logged: 7:30:26 AM

<AMC060921B9BB5C866:AMC060921B9BB5C866> Trying again due to error: ConnectTimeout('')
<AMC060921B9BB5C866:AMC060921B9BB5C866> Trying again due to error: ReadTimeout('')

Logger: amcrest.http
Source: components/amcrest/camera.py:530 
First occurred: January 17, 2023 at 9:32:04 PM (54 occurrences) 
Last logged: 6:35:55 AM

<AMC060921B9BB5C866:AMC060921B9BB5C866> Trying again due to error: ConnectTimeout('')
<AMC060921B9BB5C866:AMC060921B9BB5C866> Trying again due to error: ReadTimeout('')

Logger: homeassistant.components.amcrest
Source: components/amcrest/__init__.py:272 
Integration: Amcrest (documentation, issues) 
First occurred: January 17, 2023 at 10:19:14 PM (15 occurrences) 
Last logged: 5:39:37 AM

Back Yard camera back online

Logger: homeassistant.components.amcrest.camera
Source: components/amcrest/helpers.py:23 
Integration: Amcrest (documentation, issues) 
First occurred: January 17, 2023 at 9:32:10 PM (35 occurrences) 
Last logged: 5:38:36 AM

Could not get Back Yard camera attributes due to error: CommError
Could not get Back Yard camera attributes due to error: LoginError

Logger: homeassistant.components.amcrest
Source: components/amcrest/__init__.py:204 
Integration: Amcrest (documentation, issues) 
First occurred: January 17, 2023 at 9:32:10 PM (37 occurrences) 
Last logged: 5:38:36 AM

Back Yard camera offline: Too many errors
Front Yard camera offline: Login error:
Front Yard camera back online
Back Yard camera offline: Login error:
Back Yard camera back online

@clumsyCoder00
Copy link

Adding a comment here rather than adding another issue. @llamafilm Did your password contain special characters? I ask as my initial password contained a exclamation point and tried another with an asterisk and both produced a Login Error. I switched to alphanumeric and can stream in HA.

If special characters are not your issue, I will open separate issue as they should be supported.

This fixed my issue. The integration couldn't complete the auth process and retrieve data from the camera until I took the "$" out of my password. Everything is working as it was before it broke maybe 6-8 months ago for me.

@junalmeida
Copy link

I've removed the special chars from password and the problem persists. Here is the log in case it helps:

2023-02-02 10:30:17.000 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Running query 276 attempt 1
2023-02-02 10:30:17.003 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Async HTTP query 277: http:https://doorbell.****:80/cgi-bin/configManager.cgi?action=getConfig&name=VideoInOptions
2023-02-02 10:30:17.029 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Running query 277 attempt 1
2023-02-02 10:30:17.087 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Async HTTP query 278: http:https://doorbell.****:80/cgi-bin/storageDevice.cgi?action=getDeviceAllInfo
2023-02-02 10:30:17.111 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Running query 278 attempt 1
2023-02-02 10:30:17.254 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 271: Unauthorized (401)
2023-02-02 10:30:17.256 ERROR (MainThread) [homeassistant.components.amcrest] Bell camera offline: Login error: 
2023-02-02 10:30:17.271 ERROR (MainThread) [homeassistant.helpers.entity] Update for switch.bell_privacy_mode fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 548, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 746, in async_device_update
    raise exc
  File "/usr/src/homeassistant/homeassistant/components/amcrest/switch.py", line 89, in async_update
    io_res = (await self._api.async_privacy_config()).splitlines()[0].split("=")[1]
  File "/usr/local/lib/python3.10/site-packages/amcrest/privacy_mode.py", line 42, in async_privacy_config
    return await self._async_get_config("LeLensMask")
  File "/usr/local/lib/python3.10/site-packages/amcrest/http.py", line 464, in _async_get_config
    ret = await self.async_command(
  File "/usr/src/homeassistant/homeassistant/components/amcrest/__init__.py", line 205, in async_command
    ret = await super().async_command(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/amcrest/http.py", line 230, in async_command
    return await self._async_command(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/amcrest/http.py", line 351, in _async_command
    raise LoginError()
amcrest.exceptions.LoginError
2023-02-02 10:30:17.319 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 274 worked. Exit code: <200>
2023-02-02 10:30:17.320 ERROR (MainThread) [homeassistant.components.amcrest] Bell camera back online
2023-02-02 10:30:17.340 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 278 worked. Exit code: <200>
2023-02-02 10:30:17.349 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 272 worked. Exit code: <200>
2023-02-02 10:30:17.849 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 273 worked. Exit code: <200>
2023-02-02 10:30:18.386 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 276 worked. Exit code: <200>
2023-02-02 10:30:18.909 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 275 worked. Exit code: <200>
2023-02-02 10:30:18.918 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 277 worked. Exit code: <200>
2023-02-02 10:30:27.087 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Trying async Basic Authentication
2023-02-02 10:30:27.087 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Async HTTP query 279: http:https://doorbell.****:80/cgi-bin/magicBox.cgi?action=getMachineName
2023-02-02 10:30:27.117 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Running query 279 attempt 1
2023-02-02 10:30:27.254 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 279: Unauthorized (401)
2023-02-02 10:30:27.255 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Trying async Digest Authentication
2023-02-02 10:30:27.255 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Async HTTP query 280: http:https://doorbell.****:80/cgi-bin/magicBox.cgi?action=getMachineName
2023-02-02 10:30:27.285 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Running query 280 attempt 1
2023-02-02 10:30:27.384 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 280 worked. Exit code: <200>
2023-02-02 10:30:27.385 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Retrieving serial number
2023-02-02 10:30:27.385 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Async HTTP query 281: http:https://doorbell.****:80/cgi-bin/magicBox.cgi?action=getSerialNo
2023-02-02 10:30:27.411 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Running query 281 attempt 1
2023-02-02 10:30:27.966 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 281 worked. Exit code: <200>
2023-02-02 10:30:27.967 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Async HTTP query 282: http:https://doorbell.****:80/cgi-bin/storageDevice.cgi?action=getDeviceAllInfo
2023-02-02 10:30:27.996 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Running query 282 attempt 1
2023-02-02 10:30:28.521 DEBUG (MainThread) [amcrest.http] <Bell:Z17****> Query 282 worked. Exit code: <200>

@drjjr2
Copy link

drjjr2 commented Apr 14, 2023

Following as I get intermittent login errors and notifications that the AD410 is offline. Blue Iris shows it doesn't disconnect. I do have an exclamation point in the password but the integration is able to log in. It just throws a login error every so often.

2023-04-14 07:29:45.421 DEBUG (MainThread) [homeassistant.components.amcrest.camera] Take snapshot from Front Door Bell
2023-04-14 07:29:45.422 DEBUG (MainThread) [homeassistant.components.amcrest.camera] Take snapshot from Front Door Bell Sub
2023-04-14 07:29:45.431 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Async HTTP query 33488: http:https://192.168.0.39:80/cgi-bin/snapshot.cgi
2023-04-14 07:29:45.465 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Running query 33488 attempt 1
2023-04-14 07:29:45.467 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Async HTTP query 29563: http:https://192.168.0.39:80/cgi-bin/snapshot.cgi
2023-04-14 07:29:45.500 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Running query 29563 attempt 1
2023-04-14 07:29:45.724 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Query 29558 worked. Exit code: <200>
2023-04-14 07:29:45.775 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Query 33487: Unauthorized (401)
2023-04-14 07:29:45.778 ERROR (MainThread) [homeassistant.components.amcrest] Front Door Bell camera offline: Login error: 
2023-04-14 07:29:45.781 DEBUG (MainThread) [homeassistant.components.amcrest.binary_sensor] Updating Front Door Bell Online binary sensor
2023-04-14 07:29:45.803 ERROR (MainThread) [homeassistant.components.amcrest.camera] Could not get Front Door Bell camera attributes due to error: LoginError
2023-04-14 07:29:45.829 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Query 29559 worked. Exit code: <200>
2023-04-14 07:29:46.324 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Query 29560 worked. Exit code: <200>
2023-04-14 07:29:46.342 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Query 29557 worked. Exit code: <200>
2023-04-14 07:29:46.846 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Query 29562 worked. Exit code: <200>
2023-04-14 07:29:46.858 DEBUG (MainThread) [amcrest.http] <Z17C1C0CFE5F4:Z17C1C0CFE5F4> Query 33486 worked. Exit code: <200>
2023-04-14 07:29:46.858 ERROR (MainThread) [homeassistant.components.amcrest] Front Door Bell camera back online
2023-04-14 07:29:46.862 DEBUG (MainThread) [homeassistant.components.amcrest.binary_sensor] Updating Front Door Bell Online binary sensor

@richlawson
Copy link

richlawson commented Apr 29, 2023

I'm experiencing the same issue, and I'm also not seeing the camera go offline when checking against Synology Surveillance Station:

2023-04-28 22:02:03.907 ERROR (MainThread) [homeassistant.components.amcrest] Amcrest Camera camera back online
2023-04-28 22:02:10.712 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating amcrest binary_sensor took longer than the scheduled update interval 0:00:05
2023-04-28 22:02:13.272 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ReadTimeout('')
2023-04-28 22:02:15.713 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.amcrest_camera_online is taking over 10 seconds
2023-04-28 22:02:15.718 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating amcrest binary_sensor took longer than the scheduled update interval 0:00:05
2023-04-28 22:02:16.949 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:02:16.959 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:02:16.965 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:02:16.973 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:02:16.977 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:02:16.985 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:02:20.718 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.amcrest_camera is taking over 10 seconds
2023-04-28 22:02:29.989 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:03:19.536 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ReadTimeout('')
2023-04-28 22:03:19.545 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ReadTimeout('')
2023-04-28 22:03:20.723 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.amcrest_camera is taking over 10 seconds
2023-04-28 22:03:46.955 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:03:46.961 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:03:46.966 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:03:46.970 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:03:46.979 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:03:46.983 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:03:50.726 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.amcrest_camera is taking over 10 seconds
2023-04-28 22:03:55.725 WARNING (MainThread) [homeassistant.components.camera] Updating amcrest camera took longer than the scheduled update interval 0:00:15
2023-04-28 22:03:56.716 ERROR (MainThread) [homeassistant.components.amcrest.camera] Could not get Amcrest Camera camera attributes due to error: CommError
2023-04-28 22:05:01.952 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:05:01.962 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:05:01.969 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:05:01.974 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:05:01.980 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')
2023-04-28 22:05:01.985 WARNING (MainThread) [amcrest.http] <Front-Door-Doorbell:Z17224B3EF3DA> Trying again due to error: ConnectTimeout('')

Edit: Fixed formatting.

@jfbloom22
Copy link

I am running into the same issue. I switched my password to alphanumeric and tried all sorts of configurations. But the camera always reported a timeout.

I am able to connect via the Home Assistant Generic Camera Integration with: rtsp:https://10.0.1.163:554/cam/realmonitor?channel=1&subtype=0

Amcrest ASH22-W with firmware version 2.680.00AC000.0.R.201013
Home Assistant 2023.5.2
Supervisor 2023.04.1
Operating System 10.1

@drjjr2
Copy link

drjjr2 commented May 6, 2023

I finally got tired of the log filling with connected/disconnected messages and I’m giving the Dahua integration a shot. So far it at least doesn’t tell me that it can’t connect.

@richlawson
Copy link

richlawson commented May 29, 2023

I was also encountering this, and whenever it would happen, my video stream would become unavailable for a while. At some points, my AD410 seemed overwhelmed with API requests and would require a restart to get the stream going again. I think that there were too many streaming connections opening and closing between multiple clients.

I ended up enabling the following option to preload the camera stream, and now I'm not encountering any issues anymore:

Preload camera stream
This keeps the camera stream open in the background so it shows quicker. Warning! This is device intensive.

Highlighted the option:
Screenshot 2023-05-29 115739

I haven't had any more issues with the stream from repeated open/close streaming requests, and I haven't had to reboot the camera in over a week (when I enabled the setting). I hope this helps someone else.

@jfbloom22
Copy link

I ended up using the Generic Camera to connect my Amcrest ASH22-W: https://www.home-assistant.io/integrations/generic
rtsp:https://10.0.1.163:554/cam/realmonitor?channel=1&subtype=0

Interesting sidenote: my Synology Surveillance Station also would not work with the Amcrest preset. I ended up using the user defined preset and the rtsp:https:// url above. It worked great. (I also had to switch my Amcrest camera from h.265 to h.264 using the Amcrest IP Config Mac app).

@issue-triage-workflows
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@issue-triage-workflows issue-triage-workflows bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants