Additional sensors for string 1 & 2 as well as L1,2,3 of relevant external source #112
Open
3 tasks done
Labels
enhancement
New feature or request
Checklist
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
It would be nice to have dedicated sensors for all solar fields for monitoring purposes.
The modbus gives separate values for the connected strings (string 1 and string 2) as well as for the external generator per phase (L1,2,3).
I have individual single phase generators connected to the external generator meter and can therefore monitor each individual pv field as well as both strings directly connected.
This might be a nice feature for others too and should be considered as nice to have.
Describe alternatives you've considered
Alternative is to not add the sensors with the addon and get them traditionally via modbus individually.
Additional context
This is my modbus yaml as an example:
type: tcp
host: 192.168.1.5
port: 502
retry_on_empty: true
sensors:
unique_id: e3dc_string_1_power
data_type: uint16
address: 40101
device_class: power
unit_of_measurement: W
scan_interval: 2
unique_id: e3dc_string_2_power
data_type: uint16
address: 40102
device_class: power
unit_of_measurement: W
scan_interval: 2
unique_id: e3dc_powermeter_3_L1
data_type: int16
address: 40117
device_class: power
unit_of_measurement: W
scan_interval: 2
unique_id: e3dc_powermeter_3_L2
data_type: int16
address: 40118
device_class: power
unit_of_measurement: W
scan_interval: 2
unique_id: e3dc_powermeter_3_L3
data_type: int16
address: 40119
device_class: power
unit_of_measurement: W
scan_interval: 2
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: