Hello,
Tried to mask UPS connected to QNAP NAS. IgnoredDeviced on QMAP config.ini looked like:
IgnoredDeviced=1005/b155
Added VendorID/ProductID obtained from client:
IgnoredDeviced=1005/b155,051d/0002 (APC UPS, ProductID=0002, VendorID=051d). No effect.
Is this feature disabled on QNAP NAS?
Thank you!
1. It should be
1. It should be "IgnoredDevices" not "IgnoredDeviced"
2. You need to remove the leading zeros e.g 1005/b155,51d/2
Fix
IgnoredDeviced - it was mistyping.
Zeros removed - now works!
Thank you again!