Orbsmart AW-13 aus dem Video*:
- Leistungsstarker & lüfterloser 4K Mini-PC auf Windows 11 Pro Basis inklusive 2.5″ Festplattenschacht – flexibel einsetzbar als stromsparender Büro-PC, Medienzentrale, Streaming-Client etc.
- Vollwertiges Windows 11 Professional vorinstalliert / Auflösung bis zu 4K ULTRA HD (2160p@60Hz) möglich
- Aktuelle Intel Chip-Generation “Jasper Lake”: Quad-Core CPU N5100 (Burst freq: 2.80 GHz) / 16GB DDR4-RAM / 256GB int. Speicher / Autostart-Funktion (direktes Hochfahren nach Stromzufuhr), WOL + PXE + RTC-Support
- Dank HTML5 & Silverlight Support volle Kompatibilität zu allen IPTV Streaming Inhalte (Youtube, Netflix, Prime Video, Disney+, Skygo, Magenta TV & Co.) – Webrowsing wie an jedem Windows PC
- Dualband WLAN-AC + Bluetooth 4.2 / HDMI 2.0, Displayport 1.2, VGA / Gigabit-LAN / 2x USB 3.1 (Gen1) + 1x USB 3.1 Typ-C (Gen1), 2x USB 2.0, 1x 3.5mm Audio / microSD-Slot (max. 512GB) / Kensington Lock / TV-Halterung (VESA 75×75 / 100×100) inklusive
Für mein Hauptsetup verwende ich diese Konfiguration *:
- 【Leistungsstarker Prozessor】 AMD Ryzen 9 7940HS, 8 Kerne/16 Threads (16 MB Cache, bis zu 5,2 GHz Taktfrequenz), gefertigt im 4-Nanometer-Prozess von TSMC, AMD Radeon 780M (Grafikfrequenz 2,8 GHz), ausgestattet mit AMD Ryzen AI-Technologie, die eine effiziente und energieeffiziente Unterstützung für verschiedene KI-Anwendungen bietet, ohne die Leistung von CPU und GPU zu beeinträchtigen.
Befehl zu Installation von HACS im Terminal:
wget -O - https://get.hacs.xyz | bash -
Proxmox VE Custom Integration für Home Assistant: https://github.com/dougiteixeira/proxmoxve
Helfer Proxmox Smarthome VMs (Templatesensor)
{{ expand('binary_sensor.proxmox_smarthome_vms') | selectattr('state', 'eq' , 'off') | list | count }}
Automatisierung Proxmox Smarthome VM ausgefallen:
alias: Proxmox Smarthome VM ausgefallen description: "" trigger: - platform: numeric_state entity_id: - sensor.zahler_vms_proxmox above: 0 condition: [] action: - delay: hours: 0 minutes: 0 seconds: 30 milliseconds: 0 - service: notify.persistent_notification data: title: Proxmox Smarthome VM ausgefallen message: >- {{ expand('binary_sensor.proxmox_smarthome_vms') | selectattr('state', 'eq', 'off') | map(attribute='name') | list | join (', ') }} - service: button.press data: {} target: entity_id: button.qemu_win11vm_106_starten mode: single