diy solar

diy solar

Modbus Epever 6415 Data Reading Error

frankz66

New Member
Joined
Sep 6, 2022
Messages
576
Location
Aci Sant'Antonio Catania
Ciao a tutti , ho configurato il mio Epever 6415 AN tramite HA . Funzionano quasi tutti i parametri letti dal regolatore , tranne uno che è quello relativo all'energia prodotta dal regolatore .
La sezione che ho configrato è questa , ma il valore restituito è un numero negativo -37......
I valori per esempio di energia prodotto durante il giorno sono corretti !
ecco la sezione che mi restituisce tale valore :

Code:
- name: POTENZA TOTALE PRODOTTA #3312
        scan_interval: 86400
        unit_of_measurement: Kwh
        slave: 1
        address: 13074
        input_type: input
        scale: 0.01
        precision: 2
 

Attachments

  • ha.png
    ha.png
    188.8 KB · Views: 1
I solved the problem thanks to the information from the HA user forums, therefore it attaches revision of the parameters that allowed my epever 6315AN to work properly and that I hope will serve those who have a situation like mine.


Code:
- name: epever PV Total Generated Energy #0x003312 & 13
unit_of_measurement: KWh
unique_id: epever.productotal
slave: 1
address: 13074
input_type: input
data_type: int32
scale: 0.01
precision: 2
swap: word
scan_interval: 10
 

Attachments

  • Screenshot 2024-02-23 alle 19.05.34.png
    Screenshot 2024-02-23 alle 19.05.34.png
    84 KB · Views: 0
Back
Top