You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
entity: sensor.daily_imported_energy_cost_3
entity: sensor.daily_exported_energy_compensation_3
I guess I can modify these to somehow show my cost savings here?! And enter my cost factor 0.35ct/kWh somwehere in the template?
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:
When installed go to HACS->Frontend->Explore & add repositories
search for "tesla style"
click on the tesla-style-solar-power-card
Install repository
Restart HA
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
The text was updated successfully, but these errors were encountered:
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: #88 (comment)
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.
Hey there,
thanks for that aweasome work! I just tested it with my SH10RT-V112 via LAN.
I have these issues:
I guess I can modify these to somehow show my cost savings here?! And enter my cost factor 0.35ct/kWh somwehere in the template?
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
The text was updated successfully, but these errors were encountered: