Hallo i tried several examples for a modbus.yaml from different authors.
Always get errors in the Startup of my Homeassistant.
modbus.yaml File
root@raspberrypi:/VOLUME# more modbus.yaml
- name: “SDM72D”
type: tcp
host: 192.168.2.95
port: 502
sensors:- name: Total_System_Power
unique_id: total_power
count: 2
data_type: float32
precision: 2
address: 30053
input_type: holding
slave: 1
unit_of_measurement: W
state_class: measurement
device_class: power
- name: Total_System_Power
All Values are shown as Zero in Homeassistant now
they should be 220 V.
Fixed now
Best regards
Thomas