Open h3llrais3r opened 1 year ago
Hey there @ctalkington, mind taking a look at this issue as it has been labeled with an integration (sonarr
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
sonarr documentation sonarr source (message by IssueLinks)
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Bump
Let me add to the diagnosis here....
I am of the opinion the issue lies (at least im my case with Sonarr as the data provider.
If I hit Sonarr's disk space API directly (from a browser) I get a response returned of
http://nn.nn.nn.nn:8989/api/diskspace?apikey=secret_api_key)
[]
Same query this time for Sonarr's queue returns good/appropriate data, demonstrating the key entered above is correct and no issue with network access to Sonarr as a data provider.
So while there might be something ALSO amiss with the Integration, until Sonarr is correctly providing data through it's published API we won't know. I am planning to continue reviewing Sonarr's issue list though I have yet to find anything current and appropriate so I will likely open a new issue there (and link back to here for Devs to circle back when appropriate). HOPEFULLY this will move the issue along.
BTW I DO have a SLIGHTLY unusual deployment as I am running ZFS on may "Arr" Server/NAS and thus the less traditional disk structure and thus the Web app also shows no volume but works fine. HOWEVER Radarr Web app (and thus HA integration for Radarr) DO show the correct disk space remaining for the ZFS shared folder.
Let me know if I can help further (beyond filing the issue against directly against Sonarr dev)
--T
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Bump
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Bump
Bumping this. ItΒ΄s an enoying "bug" that should be taken a look at.
Bump to prevent closing... This shouldn't be a difficult fix as other Arrs do work as I mentioned above issue still present in CURRENT Sonarr version: 4.0.2.1183. Radarr (NOW both Sonarr AND Radarr based on the SAME core code 'Arr' code) STILL reports correctly. For bonus points Lidarr also reports correctly (not add/doubleing disk space)
Since my earlier bug was closed without investigation....
I'll again state- API call to Sonarr:
http://192.168.42.84:8989/api/v3/diskspace?apikey=not_telling
[
{
"path": "/",
"label": "",
"freeSpace": 1274930643968,
"totalSpace": 1275156161536
},
{
"path": "/config",
"label": "",
"freeSpace": 247228962816,
"totalSpace": 536870912000
},
{
"path": "/data",
"label": "",
"freeSpace": 5206473063424,
"totalSpace": 75092135002624
},
{
"path": "/data/@Recently-Snapshot",
"label": "",
"freeSpace": 5206473063424,
"totalSpace": 5206473314816
},
{
"path": "/wait-for",
"label": "",
"freeSpace": 247228962816,
"totalSpace": 536870912000
}
]
/data is of course the volume to report up through the integration.....
We just need this Integration turned to stop adding volumes. Isn't this integration actually SUPPORTED? Or have devs abandoned it. Original issue filed by David back on MAY 2022 (2 years ago), and in that time the integration HAS even updated.... (scratching his head) https://github.com/home-assistant/core/issues/67520
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Bump
Wouldn't the easiest solution just be to have an entity for each disk location? Or do can entities not be added dynamically like that?
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Not fixed, don't close
The problem
Similar as #67520, which seems to be closed due to inactivity. Sonarr mentions all disk space from all drives configured on the system (/api/v3/diskspace).
Radarr (and lidarr) only reports disk space from configured root folders (/api/v3/rootfolder).
Would be nice if Sonarr filters in the same way as Radarr does, so it only shows disk space for configured root folders.
What version of Home Assistant Core has the issue?
2022.12.7
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
sonarr
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response