Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addons RAM sensor always 0% #135755

Open
Zeunas opened this issue Jan 16, 2025 · 7 comments
Open

Addons RAM sensor always 0% #135755

Zeunas opened this issue Jan 16, 2025 · 7 comments

Comments

@Zeunas
Copy link

Zeunas commented Jan 16, 2025

The problem

I need your help troubleshooting this issue...since mid December all of my addons have stopped showing any RAM usage (always at 0%, if only...), although CPU usage sensor is working fine. I mean, no way Frigate would show RAM at 0% all the time...something is going on but I can't find the root cause. I am running HAOS latest version in a Rasp pi 4, I ran an ssh command 'ha supervisor repair' in case it was something related to the Supervisor but no cigar...I have googled for similar issues but can't find anything, so now I am resorting to your assistance. Any suggestions?

I believe the issue is with the supervisor as that's the one that provides the CPU and RAM usage sensors...

What version of Home Assistant Core has the issue?

core-2025.1.2

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

Supervisor?

Link to integration documentation on our website

No response

Diagnostics information

config_entry-hassio-386bc6889b3ea05af20cf52e044e1431.json

Example YAML snippet

Anything in the logs that might be useful for us?

Supervisor logs don't show anything related to these Addons RAM sensors, not sure where else to look for possible errors.

Additional information

Image
Image
Image

@Baxxy13
Copy link

Baxxy13 commented Jan 16, 2025

I also see this on my Homeassistant test system which is based on a Raspberry Pi4B.
But I think it is a problem with HA-OS 14.1.
If I downgrade the test system to HA-OS 14.0 then I see plausible sensor values again.

Interestingly, I don't see any problems on an HA-OS VM with HA-OS 14.1, so the problem seems to be related to the host architecture.

docker info shows almost identical output under 14.0 and 14.1, but with 14.1 I get 2 warnings:

WARNING: No memory limit support
WARNING: No swap limit support

docker stats --no-stream doesn't show mem related values under 14.1

# docker stats --no-stream
CONTAINER ID   NAME                      CPU %     MEM USAGE / LIMIT   MEM %     NET I/O           BLOCK I/O     PIDS
4a39fc72b153   addon_a0d7b954_nodered    0.00%     0B / 0B             0.00%     0B / 0B           130MB / 0B    32
386a19f52118   addon_core_configurator   0.02%     0B / 0B             0.00%     854kB / 7.28kB    28.9MB / 0B   8
ee6e7224a02c   addon_core_samba          8.31%     0B / 0B             0.00%     0B / 0B           48.4MB / 0B   15
9fdb486784c6   addon_core_mosquitto      0.07%     0B / 0B             0.00%     64.9kB / 19.7kB   54.1MB / 0B   20
9440f0d9ddce   hassio_multicast          0.00%     0B / 0B             0.00%     0B / 0B           6.34MB / 0B   8
e3d4c36987c9   hassio_audio              1.29%     0B / 0B             0.00%     33.9kB / 0B       22.5MB / 0B   13
beab9844d51f   hassio_dns                0.23%     0B / 0B             0.00%     48.8kB / 18.4kB   31.4MB / 0B   17
fbc10afbe6ed   hassio_cli                0.00%     0B / 0B             0.00%     45.9kB / 12.5kB   15.6MB / 0B   9
e93dea68fcf8   hassio_supervisor         0.17%     0B / 0B             0.00%     1.85MB / 1.64MB   206MB / 0B    50
1bd67b2d27df   homeassistant             1.32%     0B / 0B             0.00%     0B / 0B           279MB / 0B    50
281ac112de22   hassio_observer           0.00%     0B / 0B             0.00%     38.5kB / 0B       6.26MB / 0B   5 
  1. downgrade from 14.1 to 14.0
  2. upgrade from 14.0 to 14.1
    Image

@Zeunas
Copy link
Author

Zeunas commented Jan 16, 2025

Interesting, at least there's someone else with this problem...do you have any suggestion on how yo test this with my set up to see if i get the same warning message?

@Baxxy13
Copy link

Baxxy13 commented Jan 16, 2025

You can use the "Advanced SSH & Web Terminal" - AddOn.
Just start it and type: docker info

The warnings are at the bottom of the output.

@Zeunas
Copy link
Author

Zeunas commented Jan 16, 2025

Of course...what a lemon...thanks! Yes I get the same output.

@Baxxy13
Copy link

Baxxy13 commented Jan 16, 2025

Found this one: home-assistant/operating-system#3765

So downgrade to 14.0 or wait for next HA-OS... to fix.

@Zeunas
Copy link
Author

Zeunas commented Jan 16, 2025

Thanks! Looks like they are on it!

@erkr
Copy link

erkr commented Jan 23, 2025

I have the same issue on a pi4B. But it works fine on a pi5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants