I have connected my epever charge controller to my HA RPI but don’t get any data with the below configuration.
Must I install any drivers? How do I find out which port my epever is using?
modbus:
- name: "epever"
type: rtuovertcp
host: 192.168.1.100
port: 8088
delay: 5
timeout: 10
close_comm_on_error: false
retry_on_empty: true
retries: 20
sensors:
- name: "epever PV Charging Equipment Rated Input Voltage" #0x003000
unit_of_measurement: V
slave: 1
address: 12288
input_type: input
scale: 0.01
precision: 1
- name: "epever PV Array Input Voltage" #0x003100
unit_of_measurement: V
slave: 1
address: 12544
input_type: input
scale: 0.01
precision: 2
- name: "epever PV Array Input Current" # 0x003101
unit_of_measurement: A
slave: 1
address: 12545
input_type: input
scale: 0.01
precision: 2
- name: "epever PV Array Power" # 3102 and 3103
unit_of_measurement: W
slave: 1
address: 12546
input_type: input
scale: .01
count: 2
precision: 2
- name: "epever PV Battery Temperature" #0x003110
unit_of_measurement: °C
slave: 1
address: 12560
input_type: input
scale: 0.01
precision: 2
- name: "epever PV Device Temperature" #0x003111
unit_of_measurement: °C
slave: 1
address: 12561
input_type: input
scale: 0.01
precision: 2
- name: "epever PV Battery State of Charge" #0x00311A
unit_of_measurement: "%"
slave: 1
address: 12570
input_type: input
scale: 1
precision: 0
- name: "epever PV Battery Real Rated Voltage" #0x00311D
unit_of_measurement: V
slave: 1
address: 12573
input_type: input
scale: .01
precision: 0
- name: "epever PV Battery Status" #0x003200
slave: 1
address: 12800
input_type: input
scale: 1
precision: 0
- name: "epever PV Charging Equipment Status" #0x003201
slave: 1
address: 12801
input_type: input
scale: 1
precision: 0
- name: "epever PV Maximum Battery Voltage Today" #0x003302
unit_of_measurement: V
slave: 1
address: 13058
input_type: input
scale: 0.01
precision: 2
- name: "epever PV Minimum Battery Voltage Today" #0x003303
unit_of_measurement: V
slave: 1
address: 13059
input_type: input
scale: 0.01
precision: 2
- name: "epever PV Consumed Energy Today" #0x003304 and 0x003305
unit_of_measurement: KWh
slave: 1
address: 13060
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Consumed Energy This Month" #0x003306 and 07
unit_of_measurement: KWh
slave: 1
address: 13062
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Consumed Energy This Year" #0x003308 & 09
unit_of_measurement: KWh
slave: 1
address: 13064
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Total Consumed Energy" #0x00330A & 0B
unit_of_measurement: KWh
slave: 1
address: 13066
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Generated Energy Today" #0x00330C & 0D
unit_of_measurement: KWh
slave: 1
address: 13068
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Generated Energy This Month" #0x00330E & 0F
unit_of_measurement: KWh
slave: 1
address: 13070
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Generated Energy This Year" #0x003310 & 11
unit_of_measurement: KWh
slave: 1
address: 13072
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Total Generated Energy" #0x003312 & 13
unit_of_measurement: KWh
slave: 1
address: 13074
input_type: input
scale: 0.01
precision: 2
count: 2
- name: "epever PV Battery Voltage" #0x00331A
unit_of_measurement: V
slave: 1
address: 13082
input_type: input
scale: 0.01
precision: 2
- name: "epever PV Battery Current" #0x00331B & 1C
unit_of_measurement: A
slave: 1
address: 13083
input_type: input
scale: 0.01
precision: 2
count: 2