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
I am really struggling to get the NAS Summary Card to work. I am currently using unraid and have glances set up and can have a variaty of sensors but I cant seem to get anything to display. Can i use this card with glances and unraid?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am really struggling to get the NAS Summary Card to work. I am currently using unraid and have glances set up and can have a variaty of sensors but I cant seem to get anything to display. Can i use this card with glances and unraid?
Any help would be appreciated.
This is my current yaml.
- type: "custom:button-card" template: "custom_card_nik_nas" entity: switch.smart_wi_fi_plug_cd150 variables: graph_span: "1d" chart_type: "radialBar" entity_1: entity_id: "sensor.192_168_50_192_core_0_temperature" icon: '' name: "Temp" color: "yellow" max_value: 100 entity_2: entity_id: "sensor.192_168_50_192_ram_used" icon: '' name: "Memory" color: "blue" max_value: 100 entity_3: entity_id: "sensor.192_168_50_192_cpu_used" icon: '' name: "CPU" color: "green" max_value: 100 entity_4: entity_id: "sensor.192_168_50_192_used_percent" icon: "mdi:harddisk" name: "Disk" color: "red"
Beta Was this translation helpful? Give feedback.
All reactions