Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Hi Guest this is an announcement for guests !!!

Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Communication avec onduleur Hybride de type SRNE
#4
C'est en effet le plus important pour pouvoir avancer sans faire des milliers de tests pour trouver quoi et quoi.
Si tu souhaites partager delà les registres que tu as pu tester avec succès, ne te gênes pas.

J'ai fouiné quelques minutes et j'ai trouvé ceci:
Code :
#################################################################################################################################
#                                   MODBUS
#################################################################################################################################

modbus:
  - name: modbus_tcp
    type: rtuovertcp
    host: 192.168.1.30
    port: 8888
    sensors:
#Load active power phase A
      - name: Modbus_Inverter_Power
        unit_of_measurement: W
        scale: 1
        slave: 1
        address: 539
        input_type: holding
       
#Battery level percentage
      - name: Modbus_Inverter_BatteryLevel
        unit_of_measurement: '%'
        scale: 1
        slave: 1
        address: 256
        input_type: holding

#Last equalizing charge completion time
      - name: Modbus_Inverter_BatteryLastEqualization
        scale: 1
        slave: 1
        address: 61507
        input_type: holding


#Battery voltage
      - name: Modbus_Inverter_BatteryV
        unit_of_measurement: V
        scale: 0.1
        precision: 1
        slave: 1
        address: 257
        input_type: holding
       
#PV panel 1 voltage
      - name: Modbus_Inverter_PV_voltage
        unit_of_measurement: V
        scale: 0.1
        precision: 1
        slave: 1
        address: 263
        input_type: holding
       
#PV panel 1 current
      - name: Modbus_Inverter_PV_current
        unit_of_measurement: A
        scale: 0.1
        precision: 1
        slave: 1
        address: 264
        input_type: holding
       
#PV panel 1 power
      - name: Modbus_Inverter_PV_power
        unit_of_measurement: W
        scale: 1
        slave: 1
        address: 265
        input_type: holding
       
#Total charge power, include charge power by mains and pv
      - name: Modbus_Inverter_Charge_power
        unit_of_measurement: W
        scale: 1
        slave: 1
        address: 270
        input_type: holding
       
#Charge state
      - name: Modbus_Inverter_battery_chargestate
        scale: 1
        slave: 1
        address: 267
        input_type: holding

#Current state of the machine
      - name: Modbus_Inverter_Operation
        scale: 1
        slave: 1
        address: 528
        input_type: holding

#Load side current phase A
      - name: Modbus_Inverter_current
        unit_of_measurement: A
        scale: 0.1
        precision: 1
        slave: 1
        address: 537
        input_type: holding
       
#Battery side current when charging on mains
      - name: Modbus_Inverter_Main_charge_current
        unit_of_measurement: A
        scale: 0.1
        precision: 1
        slave: 1
        address: 542
        input_type: holding
       
#Battery side current by PV charging
      - name: Modbus_Inverter_PV_charge_current
        unit_of_measurement: A
        scale: 0.1
        precision: 1
        slave: 1
        address: 548
        input_type: holding

#The total PV power generation of the day, applicable to the 2nd generation machines
      - name: Modbus_Inverter_pv_daily_consumption
        unit_of_measurement: kWh
        scale: 0.1
        precision: 1
        slave: 1
        address: 61487
        input_type: holding

#The total battery charge level (AH) of the day
      - name: Modbus_Inverter_battery_charge_daily
        unit_of_measurement: Ah
        scale: 1
        slave: 1
        address: 61485
        input_type: holding

#The total battery discharge level (AH) of the day
      - name: Modbus_Inverter_battery_discharge_daily
        unit_of_measurement: Ah
        scale: 1
        slave: 1
        address: 61486
        input_type: holding

#The total PV power generation of the day
      - name: Modbus_Inverter_pv_daily_consumption
        unit_of_measurement: kWh
        scale: 0.1
        precision: 1
        slave: 1
        address: 61487
        input_type: holding

#The total power consumption by load of the day
      - name: Modbus_Inverter_load_daily_consumption
        unit_of_measurement: kWh
        scale: 0.1
        precision: 1
        slave: 1
        address: 61485
        input_type: holding
       
#Total running days
      - name: Modbus_Inverter_uptime
        unit_of_measurement: days
        scale: 1
        slave: 1
        address: 61489
        input_type: holding

#Accumulated PV power generation
      - name: Modbus_Inverter_PV_Generated
        unit_of_measurement: kWh
        state_class: total_increasing
        scale: 0.1
        precision: 1
        slave: 1
        address: 61496
        input_type: holding

#Power consumption by load from mains of today
      - name: Modbus_Inverter_Main_load_power_daily
        unit_of_measurement: kWh
        scale: 0.1
        precision: 1
        slave: 1
        address: 61501
        input_type: holding

#DC-DC heat sink temperature
      - name: Modbus_Inverter_DCDC_temp
        unit_of_measurement: '°C'
        scale: 0.1
        precision: 1
        slave: 1
        address: 544
        input_type: holding

#DC-AC heat sink temperature
      - name: Modbus_Inverter_DCAC_temp
        unit_of_measurement: '°C'
        scale: 0.1
        precision: 1
        slave: 1
        address: 545
        input_type: holding

#Translator heat sink tmperature
      - name: Modbus_Inverter_translator_temp
        unit_of_measurement: '°C'
        scale: 0.1
        precision: 1
        slave: 1
        address: 546
        input_type: holding
       
#Load percentage phase A
      - name: Modbus_Inverter_LoadRatio
        unit_of_measurement: '%'
        scale: 1
        slave: 1
        address: 543
        input_type: holding

Est-ce que les adresses affichées ci-dessus correspondes avec celles que tu as trouvées ?
Jean-Luc
Like Répondre


Messages dans ce sujet
RE: Communication avec onduleur Hybride de type SRNE - par jlm - 20-04-2024, 06:03 PM

Sujets apparemment similaires…
Sujet Auteur Réponses Affichages Dernier message
  Dompter mieux le fonctionnement de mon onduleur dudu24 6 9,293 11-07-2025, 07:55 AM
Dernier message: Shota12
  communication entre onduleur et PC dudu24 2 4,930 30-05-2024, 10:53 AM
Dernier message: claude47

Atteindre :


Utilisateur(s) parcourant ce sujet : 2 visiteur(s)
[-]
discussions récentes
Launch of the JK-BMS RS485 ad...
thanks that all worked , i w...jlm — 01:58 PM
Launch of the JK-BMS RS485 ad...
thanks that all worked , i wen...fandtm666 — 01:52 PM
Launch of the JK-BMS RS485 ad...
I hfound you app and managed...jlm — 12:10 PM
Launch of the JK-BMS RS485 ad...
I hfound you app and managed t...fandtm666 — 11:46 AM
Optimisation énergétique et e...
Salut !  C'est une réflexion ...eden12 — 06:09 PM
Issues with Premium Dashboard ...
I had installed successfully t...Smokin'Joe — 05:15 PM
Launch of the JK-BMS RS485 ad...
sent you 2 emails now - can yo...Smokin'Joe — 06:22 PM
Launch of the JK-BMS RS485 ad...
no worries - these things happ...Smokin'Joe — 02:54 PM
Launch of the JK-BMS RS485 ad...
I haven't received anything in...jlm — 01:56 PM
Launch of the JK-BMS RS485 ad...
I sent you an email with the i...Smokin'Joe — 01:03 PM
Launch of the JK-BMS RS485 ad...
Never used Ko-fi but I am su...jlm — 10:14 PM

[-]
Rechercher








(Advanced Search)

[-]
Who's Online
There are currently no members online.

[-]
goals
79% of the way to our goal of 10,000 posts!
Only 2,096 posts left to go!

[-]
Statistics
» Members: 1,064
» Latest member: fandtm666
» Forum threads: 876
» Forum posts: 7,904

Full Statistics

[-]
Latest Threads
Launch of the JK-BMS RS485 add-on for Ho...
Last Post: jlm
19-08-2026 01:58 PM
» Replies: 52
» Views: 48756
Optimisation énergétique et et protectio...
Last Post: eden12
12-08-2026 06:09 PM
» Replies: 2
» Views: 1044
Issues with Premium Dashboard - Solved
Last Post: Smokin'Joe
07-08-2026 05:15 PM
» Replies: 0
» Views: 215
Comparaison de cartes eSIM mondiales pou...
Last Post: jlm
30-07-2026 09:17 AM
» Replies: 1
» Views: 674
Présentation Kreg
Last Post: jlm
30-07-2026 09:12 AM
» Replies: 1
» Views: 697
Double MPTT
Last Post: Sylvain
25-07-2026 03:07 PM
» Replies: 33
» Views: 29825
Voici une toute nouvelle version de Smar...
Last Post: Tapion
23-07-2026 09:12 PM
» Replies: 74
» Views: 58046
Matériel Compatible addon
Last Post: STF
19-07-2026 04:08 PM
» Replies: 16
» Views: 16832
Présentation
Last Post: eden12
14-07-2026 11:44 AM
» Replies: 1
» Views: 1548
Présentation Harrys
Last Post: eden12
11-07-2026 12:36 PM
» Replies: 1
» Views: 1561

>