generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
System Health details
System Information
| version | core-2024.12.5 |
|---|---|
| installation_type | Home Assistant OS |
| dev | false |
| hassio | true |
| docker | true |
| user | root |
| virtualenv | false |
| python_version | 3.13.0 |
| os_name | Linux |
| os_version | 6.12.43-haos |
| arch | x86_64 |
| timezone | America/New_York |
| config_dir | /config |
Home Assistant Community Store
| GitHub API | ok |
|---|---|
| GitHub Content | ok |
| GitHub Web | ok |
| HACS Data | ok |
| GitHub API Calls Remaining | 5000 |
| Installed Version | 2.0.4 |
| Stage | running |
| Available Repositories | 2387 |
| Downloaded Repositories | 36 |
Home Assistant Cloud
| logged_in | false |
|---|---|
| can_reach_cert_server | ok |
| can_reach_cloud_auth | ok |
| can_reach_cloud | ok |
Home Assistant Supervisor
| host_os | Home Assistant OS 16.2 |
|---|---|
| update_channel | stable |
| supervisor_version | supervisor-2025.10.0 |
| agent_version | 1.7.2 |
| docker_version | 28.3.3 |
| disk_total | 30.8 GB |
| disk_used | 9.9 GB |
| healthy | true |
| supported | true |
| host_connectivity | true |
| supervisor_connectivity | true |
| ntp_synchronized | true |
| virtualization | oracle |
| board | ova |
| supervisor_api | ok |
| version_api | ok |
| installed_addons | File editor (5.8.0), Mosquitto broker (6.5.1), Advanced SSH & Web Terminal (21.0.4), Samba share (12.5.1), Studio Code Server (5.19.3), Frigate Proxy (1.5), Samba Backup (5.2.0), ESPHome Device Builder (2025.6.0), NetworkManager Fix (1.1.0) |
Dashboards
| dashboards | 4 |
|---|---|
| resources | 22 |
| views | 12 |
| mode | storage |
Recorder
| oldest_recorder_run | September 8, 2025 at 12:38 AM |
|---|---|
| current_recorder_run | October 21, 2025 at 1:08 PM |
| estimated_db_size | 466.01 MiB |
| database_engine | sqlite |
| database_version | 3.45.3 |
Sonoff
| version | 3.8.1 (ffa7e22) |
|---|---|
| cloud_online | 0 / 2 |
| local_online | 2 / 2 |
Checklist
- I have enabled debug logging for my installation.
- I have filled out the issue template to the best of my ability.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- This issue is not a duplicate issue of any previous issues..
Describe the issue
Solar radiation sensor stopped being provided by the cloudweather proxy integration about a week ago. The other 12 sensors are being created and updated.
My local weather station is still displaying the solar radiation values.
If I allow underground weather to access my local weather station the solar radiation values are displayed on underground weather web page.
It appears the underground weather api may be displaying a "solar radiation high" level instead of a live solar radiation level. But underground weather must still be requesting the live solar radiation levels to calculate the solar radiation high level.
Any way to restore the live solar radiation sensor?
Reproduction steps
- start cloudweather proxy integration
2.restart home assistant - only 12 sensors are created instead of 13 (missing solar radiation sensor)
...
Debug logs
2025-10-21 11:42:51.348 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Adding 12 sensors
2025-10-21 11:43:51.225 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-barometer [Sensor(name='barometer', value=1013.21088, unit=<UnitOfPressure.HPA: 'hPa'>)] with update time 156.103134691
2025-10-21 11:43:51.225 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-temperature [Sensor(name='temperature', value=16.555555555555557, unit=<UnitOfTemperature.CELSIUS: '°C'>)] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-humidity [Sensor(name='humidity', value=55.0, unit='%')] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-indoortemperature [Sensor(name='indoortemperature', value=18.277777777777782, unit=<UnitOfTemperature.CELSIUS: '°C'>)] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-indoorhumidity [Sensor(name='indoorhumidity', value=59.0, unit='%')] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-dewpoint [Sensor(name='dewpoint', value=7.5, unit=<UnitOfTemperature.CELSIUS: '°C'>)] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-rain [Sensor(name='rain', value=0.0, unit=<UnitOfPrecipitationDepth.MILLIMETERS: 'mm'>)] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-dailyrain [Sensor(name='dailyrain', value=14.731999999999998, unit=<UnitOfPrecipitationDepth.MILLIMETERS: 'mm'>)] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-winddirection [Sensor(name='winddirection', value=248.0, unit='°')] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-windspeed [Sensor(name='windspeed', value=0.581152, unit=<UnitOfSpeed.METERS_PER_SECOND: 'm/s'>)] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-windgustspeed [Sensor(name='windgustspeed', value=0.983488, unit=<UnitOfSpeed.METERS_PER_SECOND: 'm/s'>)] with update time 156.103134691
2025-10-21 11:43:51.226 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-uv [Sensor(name='uv', value=1, unit='UV index')] with update time 156.103134691
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-barometer [Sensor(name='barometer', value=1013.21088, unit=<UnitOfPressure.HPA: 'hPa'>)] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-temperature [Sensor(name='temperature', value=16.5, unit=<UnitOfTemperature.CELSIUS: '°C'>)] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-humidity [Sensor(name='humidity', value=55.0, unit='%')] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-indoortemperature [Sensor(name='indoortemperature', value=18.277777777777782, unit=<UnitOfTemperature.CELSIUS: '°C'>)] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-indoorhumidity [Sensor(name='indoorhumidity', value=59.0, unit='%')] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-dewpoint [Sensor(name='dewpoint', value=7.444444444444445, unit=<UnitOfTemperature.CELSIUS: '°C'>)] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-rain [Sensor(name='rain', value=0.0, unit=<UnitOfPrecipitationDepth.MILLIMETERS: 'mm'>)] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-dailyrain [Sensor(name='dailyrain', value=14.731999999999998, unit=<UnitOfPrecipitationDepth.MILLIMETERS: 'mm'>)] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-winddirection [Sensor(name='winddirection', value=90.0, unit='°')] with update time 216.162707015
2025-10-21 11:44:51.285 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-windspeed [Sensor(name='windspeed', value=0.89408, unit=<UnitOfSpeed.METERS_PER_SECOND: 'm/s'>)] with update time 216.162707015
2025-10-21 11:44:51.286 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-windgustspeed [Sensor(name='windgustspeed', value=1.6987519999999998, unit=<UnitOfSpeed.METERS_PER_SECOND: 'm/s'>)] with update time 216.162707015
2025-10-21 11:44:51.286 DEBUG (MainThread) [custom_components.cloudweatherproxy.sensor] Updating KOHCINCI890-uv [Sensor(name='uv', value=0, unit='UV index')] with update time 216.162707015
Diagnostics dump
No response
Metadata
Metadata
Assignees
Labels
No labels