jlrosssc
(Jlrosssc)
January 27, 2025, 11:56am
1
Recently, I’ve been having issues where my Lacrosse weather station data is unavailable for hours at a time. I’m seeing this on 2 different installations with 2 different Lacrosse stations and accounts. One is running 2025.1.1 and the other is running 2025.1.4.
The logs show the following error: Failed setup, will retry: 429, message=‘Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8’, url='https://ingv2.lacrossetechnology.com/api/v1.1 …
1 Like
Mine is doing the same thing. Worked on previous versions fine but not on 2025.1.4
mga12
January 28, 2025, 11:05pm
3
Mine as well - right after opening a dashboard it will display, but changes unavailable in about 20 seconds
I’m getting the same thing.
jlrosssc
(Jlrosssc)
January 29, 2025, 11:49am
5
Here is another thread with more activity.
opened 04:31AM - 26 Jan 25 UTC
integration: lacrosse_view
### The problem
LaCrosse View integration goes offline every few seconds, then … comes back after around 10 seconds. This has been occurring for several days now. Issue has continued after updating Home Assistant Core and multiple restarts.
### What version of Home Assistant Core has the issue?
core-2025.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
LaCrosse View
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/lacrosse_view/
### Diagnostics information
[home-assistant_lacrosse_view_2025-01-25T18-16-22.068Z.log](https://github.com/user-attachments/files/18548925/home-assistant_lacrosse_view_2025-01-25T18-16-22.068Z.log)
### Example YAML snippet
```yaml
```
### Anything in the logs that might be useful for us?
```txt
Logger: homeassistant.components.lacrosse_view.coordinator
Source: helpers/update_coordinator.py:379
integration: LaCrosse View (documentation, issues)
First occurred: 12:12:12 PM (2132 occurrences)
Last logged: 10:30:24 PM
Unexpected error fetching LaCrosse View data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/lacrosse_view/coordinator.py", line 65, in _async_update_data
sensors = await self.api.get_sensors(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/lacrosse_view/__init__.py", line 141, in get_sensors
raise HTTPError(
f"Failed to get sensor, status code: {str(response.status)}", data
)
lacrosse_view.HTTPError: ('Failed to get sensor, status code: 401', {'outcome': 'error', 'msg': 'unauthorized'})
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/lacrosse_view/coordinator.py", line 72, in _async_update_data
raise ConfigEntryNotReady from error
homeassistant.exceptions.ConfigEntryNotReady: ('Failed to get sensor, status code: 401', {'outcome': 'error', 'msg': 'unauthorized'})
```
### Additional information
_No response_
BrianM2
(Brian Mallabon)
January 30, 2025, 6:56pm
6
Mine has been offline since 1/27 at 4PM PST. Same message. Tried reinstalling and still failing.
prgeno
(Paul)
February 11, 2025, 11:23pm
7
Latest update 2025.2.2 appears to have finally fixed the LaCrosse View issues for my installation. Hopefully others have the same success.