Closed CesMak closed 1 month ago
For your first issue re imported energy cost & exported energy compensation, see templates.yaml
- name: "Daily imported energy cost"
unit_of_measurement: €
device_class: energy
state: >
{{ (states('sensor.total_imported_energy_cost')) | float |round(2) }}
- name: "Daily exported energy compensation"
unit_of_measurement: €
device_class: energy
state: >
{{ (states('sensor.total_exported_energy_compensation')) | float |round(2) }}
Use these entities in your Dashboard. Cost / compensation factors are taken from sensor.total_exported_energy_compensation and sensor.total_imported_energy_cost. These are hidden entities created by home assistant, after you added your factors in the Energy Dashboard configuration.
Re your second issue -> yes, you need the tesla card
For your third issue re Inverter State See: https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant/issues/88#issuecomment-1646593261 Use input_select.set_sg_start_stop_mode instead.
Re pie charts -> sry, can help you. There may be custom lovelace cards for that in HACS.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hey there,
thanks for that aweasome work! I just tested it with my SH10RT-V112 via LAN.
I have these issues:
here a cost and consumption sensor is mentioned but it is not given in the modbus.yaml file
No Idea why this super cool grafik does not work... dashboard also by louis Answer by myself: HACS with Tesla plugin needs to be installed:
Moreover I get this problem as well:
Another nice view to have would be a pie:
anyone knows how I have to modify the dashboad? I guess I need to do some calculations as well to show the month, year statistics?
Thanks for your help :) Markus