Replies: 3 comments
|
Hey! The widget URL should use the nut scheme, not tcp. The correct format is: nut://<nas_ip>:3493/<ups_name>. For example, if your UPS is named "ups" and the QNAP IP is 192.168.1.10: nut://192.168.1.10:3493/ups. Also ensure the NUT server on the QNAP allows remote connections (listen on 0.0.0.0) and that the homepage container can reach it (check firewall, Docker network). Test from inside the container: upsc ups@192.168.1.10 3493. That will verify connectivity. Once the URL is corrected, the widget should update. Hope that helps! |
|
Hi, thanks for reply. |
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Uh oh!
There was an error while loading. Please reload this page.
Description
Hello,
I would like to add a widget for APC UPS.
The UPS is connected to a NAS which hosts the server. If i execute upsc name@nas_ip, for example from a raspberry, I get the UPS status.
The widget url I tried is tcp://name@nas_ip:3493
The widget doesn't show any error but the 4 values are not updated.
What's wrong?
Thanks
homepage version
latest
Installation method
Docker
Configuration
No response
Container Logs
No response
Browser Logs
No response
Troubleshooting
No output. The widget is not updated
All reactions