From 59445888bf15777bcbd803b5c10ebf7d47355de0 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 5 Mar 2026 09:39:56 +0100 Subject: [PATCH] add PV devices --- config/devices.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ config/layout.yaml | 18 +++++++++++++++--- 2 files changed, 56 insertions(+), 3 deletions(-) diff --git a/config/devices.yaml b/config/devices.yaml index 702c7c7..400155f 100644 --- a/config/devices.yaml +++ b/config/devices.yaml @@ -1199,3 +1199,44 @@ devices: topics: set: "pulsegen/command/6/17" state: "pulsegen/status/6" + +- device_id: schreibtischlampe_wolfgang + homekit_aid: 102 + name: Schreibtischlampe Wolfgang + type: light + cap_version: "light@1.2.0" + technology: zigbee2mqtt + features: + power: true + brightness: true + topics: + state: "zigbee2mqtt/0x001788010ec1eb18" + set: "zigbee2mqtt/0x001788010ec1eb18/set" + +- device_id: power_relay_pv + homekit_aid: 103 + name: PV Inverter + type: relay + cap_version: "relay@1.0.0" + technology: hottis_pv_modbus + features: + power: true + topics: + set: "IoT/PV/Control" + state: "IoT/PV/Control/State" +- device_id: powermeter_caroutlet + homekit_aid: 104 + name: PV Inverter + type: one_phase_powermeter + cap_version: "one_phase_powermeter@1.0.0" + technology: hottis_pv_modbus + topics: + state: "IoT/PV/Values" +- device_id: contact_pv + homekit_aid: 105 + name: PV Contact + type: contact + cap_version: contact_sensor@1.0.0 + technology: hottis_pv_modbus + topics: + state: IoT/PV/Feedback/State diff --git a/config/layout.yaml b/config/layout.yaml index 5239e0d..cb33efa 100644 --- a/config/layout.yaml +++ b/config/layout.yaml @@ -227,11 +227,11 @@ rooms: name: Arbeitszimmer Wolfgang devices: - device_id: thermostat_wolfgang - title: Wolfgang + title: Heizung icon: 🌡️ rank: 190 - - device_id: experimentlabtest - title: ExperimentLabTest + - device_id: schreibtischlampe_wolfgang + title: Schreibtischlampe icon: 💡 rank: 200 - device_id: kontakt_wolfgang_garten @@ -418,6 +418,18 @@ rooms: title: Schütz Waschküche icon: ⚡ rank: 410 + - device_id: power_relay_pv + title: PV Inverter + icon: ⚡ + rank: 420 + - device_id: contact_pv + title: PV Schützzustand + icon: 🔌 + rank: 425 + - device_id: powermeter_pv + title: PV Messwerte + icon: 📊 + rank: 430