mqtt: sensor: - name: "Solar HM800 Temperatur" state_topic: "solaranlage/hm800/ch0/Temp" device_class: "temperature" unit_of_measurement: "°C" #state_class: "measurement" - name: "Solar Spannung" state_topic: "solaranlage/hm800/ch0/U_AC" device_class: "voltage" unit_of_measurement: "V" #state_class: "measurement" - name: "hm800_i_ac" state_topic: "solaranlage/hm800/ch0/I_AC" device_class: "current" unit_of_measurement: "A" #state_class: "measurement" - name: "Solar Netzfrequenz" state_topic: "solaranlage/hm800/ch0/F_AC" device_class: "frequency" unit_of_measurement: "Hz" #state_class: "measurement" - name: "Solar Efficiency" state_topic: "solaranlage/hm800/ch0/Efficiency" #device_class: "frequency" unit_of_measurement: "%" #state_class: "measurement" - name: "hm800_p_ac" state_topic: "solaranlage/total/P_AC" unit_of_measurement: "W" device_class: "power" - name: "hm800_yieldtotal" state_topic: "solaranlage/total/YieldTotal" device_class: "energy" unit_of_measurement: "kWh" state_class: "total_increasing" - name: "hm800_yieldday" state_topic: "solaranlage/total/YieldDay" device_class: "energy" unit_of_measurement: "Wh" state_class: "measurement" - name: "hm800_maxpower" state_topic: "solaranlage/hm800/ch0/MaxPower" device_class: "power" unit_of_measurement: "W" state_class: "measurement" # Channel 1 ################################ - name: "hm800_ch1_yieldtotal" state_topic: "solaranlage/hm800/ch1/YieldTotal" device_class: "energy" unit_of_measurement: "kWh" state_class: "measurement" - name: "hm800_ch1_p_dc" state_topic: "solaranlage/hm800/ch1/P_DC" device_class: "power" unit_of_measurement: "W" - name: "hm800_ch1_i_dc" state_topic: "solaranlage/hm800/ch1/I_DC" device_class: "current" unit_of_measurement: "A" - name: "hm800_ch1_u_dc" state_topic: "solaranlage/hm800/ch1/U_DC" unit_of_measurement: "V" device_class: "Voltage" - name: "hm800_ch1_irradiation" state_topic: "solaranlage/hm800/ch1/Irradiation" unit_of_measurement: "%" - name: "hm800_ch1_maxpower" state_topic: "solaranlage/hm800/ch1/MaxPower" unit_of_measurement: "W" device_class: "power" - name: "hm800_ch1_yieldday" state_topic: "solaranlage/hm800/ch1/YieldDay" unit_of_measurement: "Wh" device_class: "energy" # Channel 2 ################################ - name: "hm800_ch2_yieldtotal" state_topic: "solaranlage/hm800/ch2/YieldTotal" device_class: "energy" unit_of_measurement: "kWh" state_class: "measurement" - name: "hm800_ch2_p_dc" state_topic: "solaranlage/hm800/ch2/P_DC" device_class: "power" unit_of_measurement: "W" - name: "hm800_ch2_i_dc" state_topic: "solaranlage/hm800/ch2/I_DC" device_class: "current" unit_of_measurement: "A" - name: "hm800_ch2_u_dc" state_topic: "solaranlage/hm800/ch2/U_DC" device_class: "voltage" unit_of_measurement: "V" - name: "hm800_ch2_irradiation" state_topic: "solaranlage/hm800/ch2/Irradiation" unit_of_measurement: "%" - name: "hm800_ch2_maxpower" state_topic: "solaranlage/hm800/ch2/MaxPower" unit_of_measurement: "W" device_class: "power" - name: "hm800_ch2_yieldday" state_topic: "solaranlage/hm800/ch2/YieldDay" unit_of_measurement: "Wh" device_class: "energy"