Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 sensors not available in the tesla dashbaord by louis #252

Open
CesMak opened this issue Feb 10, 2024 · 2 comments
Open

2 sensors not available in the tesla dashbaord by louis #252

CesMak opened this issue Feb 10, 2024 · 2 comments
Labels

Comments

@CesMak
Copy link

CesMak commented Feb 10, 2024

Hey there,

thanks for that aweasome work! I just tested it with my SH10RT-V112 via LAN.

I have these issues:
image

  1. 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?
  1. 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
    
  1. Moreover I get this problem as well:
    image

  2. Another nice view to have would be a pie:
    image

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

@mastameista
Copy link
Contributor

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.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants