Hi there, thanks! This is a config that I had a couple years back, but I lost my HA instance at some point and never recreated it.
How do you make the bar spacing different between groups / between sensors here:
Hi Sad,
this is my configuration
type: custom:apexcharts-card
graph_span: 7d
span:
end: day
header:
show: true
title: Tagesverbrauch
show_states: true
colorize_states: true
apex_config: null
now:
show: false
label: jetzt
color: '#bf5e5e'
series:
- entity: sensor.daily_energy
type: column
name: Verbrauch
color: '#bf5e5e'
group_by:
func: last
duration: 1d
show:
datalabels: true
- entity: sensor.kosten_tagesverbrauch
type: column
name: Kosten
color: '#5c6c70'
group_by:
func: last
duration: 1d
show:
datalabels: true
I’ve been monitoring the internet traffic with UPnp/IGD but it looks like that the sensors of sent and recevied kibs are obsoleted in HA 2021.10.0 after a breaking change of UPnP IDG integration.
Could you offer me some other solution?
Same problem here.
I had this with the Fritz!Box sensor today too. There did show up new sensors with kB/s instead. 2 minute fix…
I have modem router Zyxel. From HA 2021.10.0 speed sensors disappeared .
HA 2021.10.2 doesn’t solve problem
Try 10.4. The sens and received kBps now reappeared.
I confirm. With 10.5 this issue has been solved
Wow! really nice and clean.
which icons did you use for synology NAS? can you post your cards?
I believe this icon? mdi:nas
how did you divide it into multiple icon tab? can you share the code for your NAS tab?
Looks like it’s simply horizontal and vertical stacks, or grid card.
I can’t get the synology icon Synology® and Nas name in bold. The first step.
Likely just an image rather than icon. I have something similar myself.
Can you share your screenshot and relevant code.
I tried using Synology pic, using picture card but can’t add DS214PLAY as text description.
It’s just a very basic card but I was going to make it more like the one by you have been requesting by KingRichard when I get time.
entities:
- entity: sensor.synology_cpu_load_total
- entity: sensor.synology_memory_usage_real
- entity: sensor.synology_volume_used_volume_1
- entity: sensor.synology_status_smart_sda
- entity: sensor.synology_temperature_sda
- entity: sensor.synology_status_smart_sdb
- entity: sensor.synology_temperature_sdb
header:
image: /local/images/synology_logo.jpg
type: picture
show_header_toggle: false
type: entities
I just played around a little bit and created a new version.
type: custom:stack-in-card
mode: vertical
cards:
- type: entities
entities:
- sensor.synology_total_size_volume_1
header:
image: /local/images/synology_logo.jpg
type: picture
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: gauge
entity: sensor.synology_cpu_load_total
min: 0
max: 100
- type: gauge
entity: sensor.synology_memory_usage_real
min: 0
max: 100
- type: gauge
entity: sensor.synology_volume_used_volume_1
min: 0
max: 100
- type: horizontal-stack
cards:
- type: button
entity: sensor.synology_status_smart_sda
name: Disk A Status
show_icon: true
show_state: true
- type: button
entity: sensor.synology_status_smart_sdb
name: Disk B Status
show_state: true
- type: horizontal-stack
cards:
- type: gauge
entity: sensor.synology_temperature_sda
name: Disk A Temperaure
- type: gauge
entity: sensor.synology_temperature_sdb
name: Disk B Temperature