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

GRID both zero and Solar show MWh #121

Open
rt1970 opened this issue May 20, 2024 · 0 comments
Open

GRID both zero and Solar show MWh #121

rt1970 opened this issue May 20, 2024 · 0 comments

Comments

@rt1970
Copy link

rt1970 commented May 20, 2024

I have Grid meter with 2 consumption and production total (Volkszähler over MQTT in kWh)
Solar i have Hoymiles HMS800 with Production per Day in Wh.

My Grid shows 0/0 and my Solar shows MWh.
But Grid shows perfect in "Power Flow Card Plus".

I have no Home measurement and it shows same with consumtion insteat consumption per day minus solarproduction per day...

`views:

  • title: Home
    cards:
    • type: custom:power-flow-card-plus
      entities:
      battery:
      state_of_charge: sensor.sm_g998b_battery_level
      grid:
      entity:
      '0': s
      '1': e
      '2': 'n'
      '3': s
      '4': o
      '5': r
      '6': .
      '7': l
      '8': a
      '9': u
      '10': b
      '11': e
      '12': _
      '13': s
      '14': t
      '15': r
      '16': o
      '17': m
      '18': _
      '19': l
      '20': a
      '21': u
      '22': b
      '23': e
      '24': _
      '25': v
      '26': e
      '27': r
      '28': b
      '29': r
      '30': a
      '31': u
      '32': c
      '33': h
      consumption: sensor.laube_strom_laube_verbrauch
      production: sensor.laube_strom_laube_einspeisung
      display_state: two_way
      name: Zähler
      solar:
      entity: sensor.dtu_ac_tagesenergie
      display_zero_state: true
      secondary_info: {}
      name: HMS 800
      home:
      name: Laube
      fossil_fuel_percentage: {}
      clickable_entities: true
      display_zero_lines:
      mode: show
      transparency: 50
      grey_color:
      - 189
      - 189
      - 189
      use_new_flow_rate_model: true
      min_flow_rate: 0.75
      max_flow_rate: 6
      max_expected_power: 2000
      min_expected_power: 0.01
      watt_threshold: 1000
      transparency_zero_lines: 0
      kw_decimals: 2
      w_decimals: 2
      disable_dots: false
    • type: custom:energy-period-selector-plus
      card_background: false
      today_button: true
      prev_next_buttons: true
      compare_button_type: ''
      today_button_type: text
      period_buttons:
      • day
      • week
      • month
      • year
      • custom
    • type: custom:energy-flow-card-plus
      entities:
      battery:
      entity:
      consumption: ''
      production: ''
      grid:
      entity:
      consumption: sensor.laube_strom_laube_verbrauch
      production: sensor.laube_strom_laube_einspeisung
      home: {}
      solar:
      entity: sensor.dtu_ac_tagesenergie
      clickable_entities: true
      display_zero_lines: true
      use_new_flow_rate_model: true
      energy_date_selection: true
      wh_decimals: 1
      kwh_decimals: 0
      min_flow_rate: 1
      max_flow_rate: 6
      max_expected_energy: 2000
      min_expected_energy: 10
      wh_kwh_threshold: 1000
      `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant