You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This integration retrieves data using a pull-based mechanism.
122
+
123
+
- **Statistic sensors** are pulled every **120 seconds**
124
+
- **Diagnostic sensors** are pulled every **300 seconds**
125
+
- **Update checks** to detect new Paperless-ngx versions are performed **every 24 hours**
126
+
127
+
## Known limitations
128
+
129
+
There are a few known limitations for using the integration:
130
+
131
+
- This integration is only fully supported with **Paperless-ngx version 2.15 or later**. Earlier versions are not supported.
132
+
- To enable monitoring of diagnostic sensors, you must have **administrator permissions**. Without administrator rights, specific API endpoints cannot be accessed, and the sensor states will not be available.
79
133
80
134
## Removing the integration
81
135
82
136
This integration follows standard integration removal. No extra steps are required.
83
137
84
138
{% include integrations/remove_device_service.md %}
139
+
140
+
## Troubleshooting
141
+
142
+
{% details "Message: 'Invalid hostname or IP address'" %}
143
+
144
+
If you get the message **Invalid hostname or IP address**, try the following steps:
145
+
1. Make sure you enter a complete URL, such as `https://paperless.example.com` or `https://192.168.178.11:8011`.
146
+
147
+
2. SSL is enabled by default. If you're using an unencrypted connection, you must explicitly use `http://` instead of `https://` in the URL.
148
+
149
+
3. If you're using a self-signed certificate, disable the **Verify SSL certificate** option.
150
+
151
+
{% enddetails %}
152
+
153
+
{% details "Message: 'The token does not have permission to access the API'" %}
154
+
155
+
If you get the message **The token does not have permission to access the API**, try the following steps:
156
+
1. Verify whether the token is still valid and correctly assigned to the user.
157
+
158
+
2. Test the token using the Swagger interface available at
159
+
`https://paperless.example.com/api/schema/view/`
160
+
- Click on **"Authorize"** in the Swagger UI to enter your token at **tokenAuth (apiKey)**.
161
+
- Then, try accessing the relevant endpoints like `/api/statistics/` to ensure they respond as expected.
162
+
163
+
3. If everything works correctly in Swagger but the integration still fails, check whether a reverse proxy (e.g., NGINX) is returning an **HTTP 403 error**. If so, the integration may also report this as a permission issue.
164
+
165
+
{% enddetails %}
166
+
167
+
## Removing the integration
168
+
169
+
This integration follows standard integration removal, no extra steps are required.
170
+
171
+
{% include integrations/remove_device_service.md %}
0 commit comments