Add unique_id to all manually defined IOTLink sensors #70

This commit is contained in:
2023-03-06 16:24:40 -05:00
parent b07e27138c
commit d7efa0eb2b
4 changed files with 69 additions and 0 deletions

View File

@ -1,6 +1,7 @@
mqtt:
sensor:
- name: "ASUS Laptop - GPU Temperature"
unique_id: c3015c8d-ebd7-42fb-9b52-49a6ecb55b69
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/temperatures/gpu_core"
unit_of_measurement: 'C'
icon: mdi:thermometer
@ -11,6 +12,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - CPU Temperature"
unique_id: 74b9bc51-0910-4c74-9870-8aa7a2556b70
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/cpu/temperatures/cpu_package"
unit_of_measurement: 'C'
icon: mdi:thermometer
@ -21,6 +23,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Storage C Temperature"
unique_id: fb629ac3-5360-41db-b01f-357aec81bfe7
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/storages/samsung_mznty128hdhp-00000/temperatue"
unit_of_measurement: 'C'
icon: mdi:thermometer
@ -31,6 +34,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Storage D Temperature"
unique_id: 0d24052d-9ba9-4c3d-af11-2d4467437357
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/storages/hgst_hts721010a9e630/temperatue"
unit_of_measurement: 'C'
icon: mdi:thermometer
@ -41,6 +45,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Memory Usage"
unique_id: e30e6644-3a42-4b56-94a5-e9c0096a8858
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/memory/load/memory"
unit_of_measurement: '%'
icon: mdi:memory
@ -51,6 +56,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Virtual Memory Usage"
unique_id: dfff214e-5bcc-414e-b00a-8d6861679eb5
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/memory/load/virtual_memory"
unit_of_measurement: '%'
icon: mdi:memory
@ -61,6 +67,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - GPU Core Load"
unique_id: 4484205b-1e04-4365-b25e-e4a01076f360
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/load/gpu_core"
unit_of_measurement: '%'
icon: mdi:speedometer
@ -71,6 +78,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - GPU VRAM Usage"
unique_id: 53cf8537-617b-45ea-a127-6f6b9155da73
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/load/gpu_memory"
unit_of_measurement: '%'
icon: mdi:memory
@ -81,6 +89,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - GPU Video Engine Load"
unique_id: 2884c6c9-a337-4aa1-a06e-e641abff31de
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/load/gpu_video_engine"
unit_of_measurement: '%'
icon: mdi:speedometer
@ -91,6 +100,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - GPU Memory Controller Load"
unique_id: 52ac486e-7788-46a5-ace5-18e6e5bf14f3
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/load/gpu_memory_controller"
unit_of_measurement: '%'
icon: mdi:speedometer
@ -101,6 +111,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - GPU Memory Total"
unique_id: e9bf0b89-ba65-40e1-9960-66f13f9a783f
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/data/gpu_memory_total"
unit_of_measurement: 'MB'
icon: mdi:memory
@ -111,6 +122,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - GPU Memory Free"
unique_id: 93df12e0-0ddc-496d-b84f-38ae5e98ded4
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/data/gpu_memory_free"
unit_of_measurement: 'MB'
icon: mdi:memory
@ -121,6 +133,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - GPU Memory Used"
unique_id: 27451394-529c-414d-b5e5-c0ab00531eb8
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/gpu_nvidia/data/gpu_memory_used"
unit_of_measurement: 'MB'
icon: mdi:memory
@ -131,6 +144,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Memory Used (GB)"
unique_id: 322daf24-a2d4-4404-abde-1d2cfa6d8b44
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/memory/data/memory_used"
unit_of_measurement: 'GB'
icon: mdi:memory
@ -141,6 +155,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Memory Available (GB)"
unique_id: 9112abfe-335f-4f97-9dc5-c1f82d767ff4
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/memory/data/memory_available"
unit_of_measurement: 'GB'
icon: mdi:memory
@ -151,6 +166,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Virtual Memory Used (GB)"
unique_id: 863af510-a677-4e92-82ab-e5f4c9e6ae22
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/memory/data/virtual_memory_used"
unit_of_measurement: 'GB'
icon: mdi:memory
@ -161,6 +177,7 @@ mqtt:
qos: 1
- name: "ASUS Laptop - Virtual Memory Available (GB)"
unique_id: 55c14b4a-f483-4f64-95c9-94507aacd313
state_topic: "iotlink/workgroup/asus-laptop/monitor/stats/memory/data/virtual_memory_available"
unit_of_measurement: 'GB'
icon: mdi:memory