Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions source/_integrations/gios.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ The integration provides the following sensors:
- Sulphur dioxide
- Sulphur dioxide index

The available sensors and data refresh rate depend on the selected measurement station.

## Data updates

By default, the integration {% term polling polls %} data from the API every 30 minutes.
Expand Down Expand Up @@ -90,6 +88,11 @@ automation:

{% endraw %}

## Known limitations

- The availability of sensors depends on the selected measurement station. Not all stations provide data for all pollutants or indices.
- The data provider may publish new measurements less frequently than every 30 minutes, so consecutive polls can return unchanged data.

## Troubleshooting

Before reporting an issue, enable [debug logging](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics) and restart the integration. As soon as the issue re-occurs, stop the debug logging again (_download of debug log file will start automatically_). Further, _if still possible_, download the {% term diagnostics %} data. If you have collected the debug log and the diagnostics data, include them in the issue report.
Expand Down